From ffb5e405cc80bb3ab1155235be76a7aa4bbcacf6 Mon Sep 17 00:00:00 2001 From: Andreas Beckmann Date: Sun, 22 Jan 2017 03:29:37 +0100 Subject: switch to source format 3.0 (quilt) --- debian/rules | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'debian/rules') 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 -- cgit v1.2.3