From: Axel Beckert Date: Tue, 29 Oct 2013 12:49:59 +0000 (+0100) Subject: Drop build-dependencies on patch and quilt as there are no more patches X-Git-Tag: debian/3.0-1~9 X-Git-Url: https://git.deb.at/w?p=pkg%2Ft-prot.git;a=commitdiff_plain;h=2aae14d55cd61ba334dea78c16f16a33a77f6a28 Drop build-dependencies on patch and quilt as there are no more patches Drop quilt usage from debian/rules --- diff --git a/debian/changelog b/debian/changelog index 3f747f6..8a56129 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ t-prot (3.0-1) UNRELEASED; urgency=low + Drop quilt patch t-prot-20120207 (was cherry-picked from upstream) + Drop applying mutt 1.5.x patches, they're default now + Drop applying slang-2 patches, they're default now + + Drop build-dependencies on patch and quilt as there are no more patches. + + Drop quilt usage from debian/rules -- Axel Beckert Tue, 29 Oct 2013 13:23:47 +0100 diff --git a/debian/control b/debian/control index b64a754..5d3790c 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,7 @@ Section: mail Priority: optional Maintainer: Gerfried Fuchs Uploaders: Axel Beckert -Build-Depends-Indep: patch, - po-debconf, - quilt (>= 0.40-1~) +Build-Depends-Indep: po-debconf Standards-Version: 3.9.4 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 1c075f5..e6e0577 100755 --- a/debian/rules +++ b/debian/rules @@ -17,14 +17,12 @@ 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: # only thing to do is apply the patches ... - $(MAKE) -f /usr/share/quilt/quilt.make patch touch debian/stamp-build