]> git.deb.at Git - pkg/t-prot.git/commitdiff
add quilt handling
authorGerfried Fuchs <rhonda@debian.org>
Sat, 18 Feb 2012 14:08:10 +0000 (15:08 +0100)
committerGerfried Fuchs <rhonda@debian.org>
Sat, 18 Feb 2012 14:08:10 +0000 (15:08 +0100)
debian/changelog
debian/control
debian/rules

index 98a52bb8c67c1646c3abaf4adba8493942e4902a..d889744b8b7e2a972e23b8b6bc278ff0ce1e278a 100644 (file)
@@ -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.
 
  -- 
 
index 14343a5aa397cf86a8e1d5f8ab4b37fe63479941..f1840cd31dda63a34987dd95133ecb4df55d2a12 100644 (file)
@@ -3,7 +3,7 @@ Section: mail
 Priority: optional
 Maintainer: Gerfried Fuchs <rhonda@debian.org>
 Uploaders: Axel Beckert <abe@debian.org>
-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
index f55ee4ace36389d4cc5aee320f25df0c5967c245..1ae31255517d40fcf24ad9254e0e6a61bba10656 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:
-       # 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