summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAndreas Beckmann <anbe@debian.org>2017-01-22 03:29:37 +0100
committerAndreas Beckmann <anbe@debian.org>2017-01-22 03:29:37 +0100
commitffb5e405cc80bb3ab1155235be76a7aa4bbcacf6 (patch)
treea3e7e5db6f8a91ef6d5c45d395c0a6f48c8ff445 /debian/rules
parent452140240e16ef9644cb402c0ef3c9b194791885 (diff)
switch to source format 3.0 (quilt)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules7
1 files changed, 2 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 4377d557..666ba0ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,6 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
TMP:=$(CURDIR)/debian/tmp
-include /usr/share/quilt/quilt.make
-
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
endif
@@ -20,7 +18,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
endif
configure: configure-stamp
-configure-stamp: $(QUILT_STAMPFN)
+configure-stamp:
dh_testdir
dh_autotools-dev_updateconfig
echo "0.11rc8+`cat .svnrevision`" > VERSION.txt
@@ -53,8 +51,7 @@ build-indep: docs
build: build-arch build-indep
-clean: clean-real unpatch
-clean-real:
+clean:
dh_testdir
dh_testroot
dh_clean build-stamp configure-stamp