From: Sven Hoexter Date: Thu, 29 Oct 2015 07:55:40 +0000 (+0100) Subject: * Add quilt to build-deps. X-Git-Tag: debian/1.1.0-2+deb8u1~11 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=commitdiff_plain;h=a38dfab6015116dfd34230bffdcf9832cd855304 * Add quilt to build-deps. * Add --with quilt to dh invocation in d/rules. --- diff --git a/debian/changelog b/debian/changelog index 213890f..8921e10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index c0a8f88..518d62b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: exfat-utils Section: otherosfs Priority: optional Maintainer: Sven Hoexter -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 diff --git a/debian/rules b/debian/rules index 9f7d91a..7db91f2 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export CCFLAGS = $(CFLAGS) -Wall -std=c99 -D_GNU_SOURCE %: - dh $@ + dh $@ --with quilt override_dh_auto_build: scons