From 2aae14d55cd61ba334dea78c16f16a33a77f6a28 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 29 Oct 2013 13:49:59 +0100 Subject: [PATCH] Drop build-dependencies on patch and quilt as there are no more patches Drop quilt usage from debian/rules --- debian/changelog | 2 ++ debian/control | 4 +--- debian/rules | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) 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 -- 2.39.2