From: Evgeni Golov Date: Fri, 26 Jun 2015 12:21:02 +0000 (+0200) Subject: do not run dh with quilt, we have source format 3.0 X-Git-Tag: debian/5.0_a4-1+grml.1~26 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=600ec8b4217ededfbf4e4a3757c5dd4becdf3dee;p=live-boot-grml.git do not run dh with quilt, we have source format 3.0 --- diff --git a/debian/rules b/debian/rules index 47cb519..1d71477 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ build: dh build %: - dh ${@} --with quilt --parallel + dh ${@} --parallel override_dh_auto_install: dh_auto_install -- DESTDIR=debian/tmp