From a24c26a1a32f04b0d7912417126f03b2e3e63c60 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Wed, 17 Jun 2009 11:15:19 +0000 Subject: [PATCH] Use dh --with quilt. --- control | 2 +- rules | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/control b/control index 6139160..45cf456 100644 --- a/control +++ b/control @@ -2,7 +2,7 @@ Source: dma Section: mail Priority: optional Maintainer: Peter Pentchev -Build-Depends: debhelper (>= 7.0.50), byacc, flex, hardening-wrapper, liblockfile-dev, libssl-dev, pmake, quilt, po-debconf +Build-Depends: debhelper (>= 7.0.50), byacc, flex, hardening-wrapper, liblockfile-dev, libssl-dev, pmake, quilt (>= 0.46-7), po-debconf Standards-Version: 3.8.2 Homepage: http://devel.ringlet.net/mail/dma/ Vcs-Svn: http://svn.ringlet.net/svn/ringlet/mail/dma/trunk/dma-pkg/debian/ diff --git a/rules b/rules index 0e82918..4b266e3 100755 --- a/rules +++ b/rules @@ -2,8 +2,6 @@ # -*- makefile -*- # Debian build rules for dma, the DragonFly mail agent -include /usr/share/quilt/quilt.make - PACKAGE= dma VERSION = `sed -e 's/^[^ ]\+ (\([^)]\+\)).*/\1/; 1q' debian/changelog` VERSION_UP = `sed -e 's/^[^ ]\+ (0\.0\.\([^)-]\+\).*/\1/; 1q' debian/changelog | tr . -` @@ -27,14 +25,11 @@ diffsrc: -diff -urN -x .svn debian/ ../svn/${PACKAGE}/tags/${PACKAGE}-${VERSION}${VERSION_ADD}/ -diff -urN -x .svn -x debian -x .pc -I'\$$Ringlet.*\$$' ./ ../svn/${PACKAGE}/tags/${PACKAGE}-dfly-${VERSION_UP}/ -override_dh_auto_configure: ${QUILT_STAMPFN} - override_dh_auto_build: pmake override_dh_auto_clean: pmake clean - $(MAKE) -f debian/rules unpatch override_dh_auto_install: pmake DESTDIR=$(CURDIR)/debian/$(PACKAGE) BINDIR=/usr/sbin install @@ -44,4 +39,4 @@ override_dh_fixperms: dh_fixperms -Xusr/sbin/dma -Xvar/spool/dma %: - dh $@ + dh --with quilt $@ -- 2.47.3