File: rules

package info (click to toggle)
pygdchart2 0.beta1-3.8
  • links: PTS
  • area: main
  • in suites: buster
  • size: 516 kB
  • sloc: python: 1,268; ansic: 1,029; makefile: 10; sh: 1
file content (19 lines) | stat: -rwxr-xr-x 525 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2004-2005 Jonas Smedegaard <dr@jones.dk>

# Set DEB_BUILD_OPTIONS=update in environment to regenerate control
ifneq (,$(findstring update,$(DEB_BUILD_OPTIONS)))
DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes
endif

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
include debian/cdbs/1/rules/buildinfo.mk

DEB_INSTALL_DOCS_python-gdchart2-doc += doc

DEB_DESTDIR := debian/python-gdchart2

clean::
	rm -rf build