From d34e84665be5f0aa6e92f12f8c0968e3a8d7ef11 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Fri, 25 Jan 2013 22:16:59 +0100 Subject: [PATCH] Build depend on quilt, use dh --with quilt. --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 26b7e4c..3cbb276 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fuse-exfat (1.0.0-2) UNRELEASED; urgency=low + + * Build depend on quilt, use dh --with quilt. + + -- Sven Hoexter Fri, 25 Jan 2013 21:53:16 +0100 + fuse-exfat (1.0.0-1) unstable; urgency=low * New upstream release 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 80f7246..32b9bfc 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export CCFLAGS = $(CFLAGS) %: - dh $@ + dh $@ --with quilt override_dh_auto_build: scons -- 2.39.2