From: Sven Hoexter Date: Mon, 21 May 2012 19:03:35 +0000 (+0200) Subject: Add build-dep on quilt, use dh quilt addon in debian/rules. X-Git-Tag: debian/0.9.7-2~3 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=commitdiff_plain;h=d62e889585d70ddef17311641c0766868ec36a37 Add build-dep on quilt, use dh quilt addon in debian/rules. --- diff --git a/debian/changelog b/debian/changelog index 1a335e0..47af485 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ fuse-exfat (0.9.7-2) UNRELEASED; urgency=low * Add debian/patches/honor-cppflags - scons should use exported 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 14:47:47 +0200 diff --git a/debian/control b/debian/control index 59383fb..da53357 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fuse-exfat Section: otherosfs Priority: optional Maintainer: Sven Hoexter -Build-Depends: debhelper (>= 9), scons, libfuse-dev +Build-Depends: debhelper (>= 9), scons, libfuse-dev, quilt Standards-Version: 3.9.3 Homepage: http://code.google.com/p/exfat/ Vcs-Git: git://git.sven.stormbind.net/git/sven/fuse-exfat.git diff --git a/debian/rules b/debian/rules index 06d7151..27581bb 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ export CCFLAGS=${CFLAGS} %: - dh $@ + dh $@ --with quilt override_dh_auto_build: scons