From d62e889585d70ddef17311641c0766868ec36a37 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 21 May 2012 21:03:35 +0200 Subject: [PATCH] Add build-dep on quilt, use dh quilt addon in debian/rules. --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2