From e7a838deb0eafa1276a944e57f3b309c4e1b9dd4 Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Sat, 18 Feb 2012 15:08:10 +0100 Subject: [PATCH] add quilt handling --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.2