Codebase list python-pauvre / 2a378fa
PYBUILD_NAME=pauvre and cleanuo d/rules Andreas Tille 3 years ago
1 changed file(s) with 1 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
11
22 # DH_VERBOSE := 1
3 export LC_ALL=C.UTF-8
43
5 include /usr/share/dpkg/default.mk
6 # this provides:
7 # DEB_SOURCE: the source package name
8 # DEB_VERSION: the full version of the package (epoch + upstream vers. + revision)
9 # DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision
10 # DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch
11 # DEB_VERSION_UPSTREAM: the package's upstream version
12 # DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog
13 # SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as
14 # specified by <https://reproducible-builds.org/specs/source-date-epoch/>
15
16 # for hardening you might like to uncomment this:
17 # export DEB_BUILD_MAINT_OPTIONS=hardening=+all
4 export PYBUILD_NAME=pauvre
185
196 %:
207 dh $@ --with python3 --buildsystem=pybuild