]> git.deb.at Git - pkg/t-prot.git/commitdiff
Use quilt again.
authorAxel Beckert <abe@deuxchevaux.org>
Sun, 18 May 2014 13:56:08 +0000 (15:56 +0200)
committerAxel Beckert <abe@deuxchevaux.org>
Sun, 18 May 2014 14:04:53 +0000 (16:04 +0200)
This mostly reverts commit 2aae14d55cd61ba334dea78c16f16a33a77f6a28
("Drop build-dependencies on patch and quilt as there are no more
patches"), but doesn't re-add the build-dependency on patch.

Conflicts:
debian/changelog
debian/control

debian/changelog
debian/control
debian/rules

index 4757d938500972fadb662c34b3e44928d751f578..01027d0b0554208af91f269b7e961fe563915bc9 100644 (file)
@@ -4,8 +4,7 @@ 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
+    + Drop build-dependency on patch
   * Drop unused code from debian/rules
   * Add Brazilian Portuguese debconf templates translation. (Closes: #719936)
     Thanks Adriano Rafael Gomes!
index 9862bb49df26a28fbd7b03dc74cb32b96de2363b..11f9c9447cd4c6543a3b5fe7cf1606761431401d 100644 (file)
@@ -3,7 +3,8 @@ Section: mail
 Priority: optional
 Maintainer: Gerfried Fuchs <rhonda@debian.org>
 Uploaders: Axel Beckert <abe@debian.org>
-Build-Depends-Indep: po-debconf
+Build-Depends-Indep: po-debconf,
+                     quilt (>= 0.40-1~)
 Standards-Version: 3.9.5
 Homepage: http://www.escape.de/~tolot/mutt/
 Vcs-Browser: http://git.deb.at/w/pkg/t-prot.git
index 0f8bd08c719303173d40028afd311c8c94ca8fa1..47faed4e29eaa068aa0b3b35377da5e1ef124d60 100755 (executable)
@@ -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:
        # only thing to do is apply the patches ...
+       $(MAKE) -f /usr/share/quilt/quilt.make patch
        touch debian/stamp-build