]> git.sven.stormbind.net Git - sven/exfat-utils.git/commitdiff
* Add quilt to build-deps.
authorSven Hoexter <sven@timegate.de>
Thu, 29 Oct 2015 07:55:40 +0000 (08:55 +0100)
committerSven Hoexter <sven@timegate.de>
Thu, 29 Oct 2015 07:55:40 +0000 (08:55 +0100)
* Add --with quilt to dh invocation in d/rules.

debian/changelog
debian/control
debian/rules

index 213890f37577cf489923a3b7a467e39dd5fbc293..8921e1094509228e2bfde1bbdb78c3b0554ffb4f 100644 (file)
@@ -1,3 +1,10 @@
+exfat-utils (1.1.0-3) UNRELEASED; urgency=medium
+
+  * Add quilt to build-deps.
+  * Add --with quilt to dh invocation in d/rules.
+
+ --
+
 exfat-utils (1.1.0-2) unstable; urgency=low
 
   * Remove debian/watch - recent changes at Google code required
 exfat-utils (1.1.0-2) unstable; urgency=low
 
   * Remove debian/watch - recent changes at Google code required
index c0a8f88606a342f64ec7144d617bc10c8b4af5ea..518d62be0d9cee2ac07330061e6787ef88451255 100644 (file)
@@ -2,7 +2,7 @@ Source: exfat-utils
 Section: otherosfs
 Priority: optional
 Maintainer: Sven Hoexter <hoexter@debian.org>
 Section: otherosfs
 Priority: optional
 Maintainer: Sven Hoexter <hoexter@debian.org>
-Build-Depends: debhelper (>= 9), scons
+Build-Depends: debhelper (>= 9), scons, quilt
 Standards-Version: 3.9.5
 Homepage: http://code.google.com/p/exfat/
 Vcs-Git: git://git.sven.stormbind.net/git/sven/exfat-utils.git
 Standards-Version: 3.9.5
 Homepage: http://code.google.com/p/exfat/
 Vcs-Git: git://git.sven.stormbind.net/git/sven/exfat-utils.git
index 9f7d91a353fc3c6045112df2df7eda5b7fdec914..7db91f297c5bd838b8f16ff6713aec11534fb690 100755 (executable)
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export CCFLAGS = $(CFLAGS) -Wall -std=c99 -D_GNU_SOURCE
 
 %:
 export CCFLAGS = $(CFLAGS) -Wall -std=c99 -D_GNU_SOURCE
 
 %:
-       dh $@
+       dh $@ --with quilt
 
 override_dh_auto_build:
        scons
 
 override_dh_auto_build:
        scons