From: Sven Hoexter Date: Fri, 30 Oct 2015 09:10:58 +0000 (+0100) Subject: Revert introduction of the quilt patch management system. X-Git-Tag: debian/1.1.0-2+deb8u1~4 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=commitdiff_plain;h=9a48a6b25a9dee22fc8aaa154ab737622d7d4bbc Revert introduction of the quilt patch management system. --- diff --git a/debian/changelog b/debian/changelog index a7cc3e0..e401b5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,5 @@ exfat-utils (1.1.0-2+deb8u1) jessie; urgency=medium - * Add quilt to build-deps. - * Add --with quilt to dh invocation in d/rules. * Add d/patches/check-sector-and-cluster-size. Fix for https://github.com/relan/exfat/issues/5 found and reported by The Fuzzing Project. diff --git a/debian/control b/debian/control index 518d62b..c0a8f88 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, quilt +Build-Depends: debhelper (>= 9), scons 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 7db91f2..9f7d91a 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 $@ --with quilt + dh $@ override_dh_auto_build: scons