summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-07-07 16:31:38 +0200
committerMichael Biebl <biebl@debian.org>2010-07-07 16:31:38 +0200
commit52dcb348b8e36b1e7aca024aac785c176b2f8a3c (patch)
treeb85c0e439ef161b0e4a14dac653a7af4c3869e2f /debian/rules
parent090477890e92da25d3971c5b31fcf76714d5f1ef (diff)
downloadrsyslog-52dcb348b8e36b1e7aca024aac785c176b2f8a3c.tar.gz
Switch to source format 3.0 (quilt)
* Switch to source format 3.0 (quilt) - Add debian/source/format. - Drop Build-Depends on quilt. - Remove debian/README.source. - Remove /usr/share/quilt/quilt.make include from debian/rules.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index bf9f253..a2655ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,6 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
-# For quilt patch management.
-include /usr/share/quilt/quilt.make
-
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -60,8 +57,7 @@ build-stamp: config.status
touch $@
-clean: clean-source unpatch
-clean-source:
+clean:
dh_testdir
dh_testroot
rm -f build-stamp
@@ -70,7 +66,7 @@ clean-source:
[ ! -f Makefile ] || $(MAKE) distclean
rm -f config.sub config.guess
- dh_clean
+ dh_clean
install: build
dh_testdir