From: Gerfried Fuchs Date: Sat, 18 Feb 2012 14:08:10 +0000 (+0100) Subject: add quilt handling X-Git-Tag: debian/2.101-2~3 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=e7a838deb0eafa1276a944e57f3b309c4e1b9dd4;hp=1ca90d047404e9eb2946e783898e56c8bcd62c93;p=pkg%2Ft-prot.git add quilt handling --- diff --git a/debian/changelog b/debian/changelog index 98a52bb..d889744 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ t-prot (2.101-2) unstable; urgency=low - Indonesian by Izharul Haq (closes: #659589) * Bump Standards-Version to 3.9.2. * Add recommended targets build-arch/build-indep to debian/rules. + * Add quilt handling so we can pull in an upstream pushed change. -- diff --git a/debian/control b/debian/control index 14343a5..f1840cd 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: mail Priority: optional Maintainer: Gerfried Fuchs Uploaders: Axel Beckert -Build-Depends-Indep: po-debconf, patch +Build-Depends-Indep: po-debconf, patch, quilt (>= 0.40-1~) Standards-Version: 3.9.2 Homepage: http://www.escape.de/~tolot/mutt/ Vcs-Browser: http://git.deb.at/w/pkg/t-prot.git diff --git a/debian/rules b/debian/rules index f55ee4a..1ae3125 100755 --- a/debian/rules +++ b/debian/rules @@ -17,12 +17,14 @@ clean: $(checkdir) $(checkroot) -rm -rf $(TMP) debian/files debian/stamp-* + $(MAKE) -f /usr/share/quilt/quilt.make unpatch build: build-arch build-indep build-arch: debian/stamp-build build-indep: debian/stamp-build debian/stamp-build: - # uhm, build for a binary-indep package? Don't try to be funny ;) + # only thing to do is apply the patches ... + $(MAKE) -f /usr/share/quilt/quilt.make patch touch debian/stamp-build