Codebase list librandom123 / d25f21e
Cleanup d/rules Andreas Tille 5 years ago
2 changed file(s) with 6 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
0 librandom123 (1.09+dfsg-2) UNRELEASED; urgency=medium
1
2 * Cleanup d/rules
3
4 -- Andreas Tille <tille@debian.org> Tue, 08 Jan 2019 16:36:52 +0100
5
06 librandom123 (1.09+dfsg-1) unstable; urgency=medium
17
28 * Initial release (Closes: #857713)
22 # DH_VERBOSE := 1
33 export LC_ALL=C.UTF-8
44
5 # some helpful variables - uncomment them if needed
6 # shamelessly stolen from http://jmtd.net/log/awk/
7 #DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
8 #VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
9 #DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
10 #DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
11 #DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
12 #GIT_TAG := $(subst ~,_,$(VERSION))
13
14 # alternatively to manually set those variables, you can
15 # include /usr/share/dpkg/default.mk
16 # and use what is set there.
17
18 # for hardening you might like to uncomment this:
19 # export DEB_BUILD_MAINT_OPTIONS=hardening=+all
20
215 %:
226 dh $@
23
24 #get-orig-source:
25 # . debian/get-orig-source