summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-02 21:10:11 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-02 21:10:11 +0200
commit0320ada8df5e39b12de0b1664a138bf35b6a4500 (patch)
treed315f654a8d239433d82b168d6b206cd6c755b14 /debian/rules
parent9c03851f8cd559f3e193a8e8b4e5332ab223cd4e (diff)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index ae186f8..1151128 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,12 @@
#!/usr/bin/make -f
-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
PKD = $(abspath $(dir $(MAKEFILE_LIST)))
PKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))
VER = $(shell dpkg-parsechangelog -l$(PKD)/changelog -SVersion | cut -d- -f1)
-
%:
dh $@