From: Sven Hoexter Date: Mon, 21 May 2012 18:37:30 +0000 (+0200) Subject: Add build-dep on quilt, use dh quilt addon in debian/rules. X-Git-Tag: debian/0.9.7-2~2 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=commitdiff_plain;h=aeaa1d59518b2b750c600517872cd86a949c4e9c;hp=426b6502b166ebff47ab399db15da733e4ae1a65 Add build-dep on quilt, use dh quilt addon in debian/rules. --- diff --git a/debian/changelog b/debian/changelog index 33eedfc..d00841c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ exfat-utils (0.9.7-2) UNRELEASED; urgency=low CPPFLAGS. * Add debian/patches/utf16-fix - fix handling of characters beyond BMP. Thanks to Vladimir Serbinenko . + * Add build-dep on quilt, use dh quilt addon in debian/rules. -- Sven Hoexter Thu, 17 May 2012 13:50:03 +0200 diff --git a/debian/control b/debian/control index bfb073e..cc96ffa 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.3 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 e903fc3..9af1dc3 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export CCFLAGS=${CFLAGS} %: - dh $@ + dh $@ --with quilt override_dh_auto_build: scons