Use dh_prep, bump debhelper compat level to 7
authorChristian Hofstaedtler <ch@grml.org>
Mon, 3 Oct 2011 21:01:28 +0000 (23:01 +0200)
committerChristian Hofstaedtler <ch@grml.org>
Mon, 3 Oct 2011 21:01:28 +0000 (23:01 +0200)
debian/compat
debian/control
debian/rules

index 7ed6ff8..7f8f011 100644 (file)
@@ -1 +1 @@
-5
+7
index 967edbb..74520ce 100644 (file)
@@ -2,7 +2,7 @@ Source: grml2usb
 Section: grml
 Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
 Section: grml
 Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: asciidoc, xsltproc, docbook-xsl
 Standards-Version: 3.9.2
 Homepage: http://grml.org/grml2usb/
 Build-Depends-Indep: asciidoc, xsltproc, docbook-xsl
 Standards-Version: 3.9.2
 Homepage: http://grml.org/grml2usb/
index a1c3ae1..3a35d9e 100755 (executable)
@@ -34,7 +34,7 @@ clean:
 install: build
        dh_testdir
        dh_testroot
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs usr/share/grml2usb/grub usr/share/grml2usb/mbr
 
        # Add here commands to install the package into debian/grml2usb.
        dh_installdirs usr/share/grml2usb/grub usr/share/grml2usb/mbr
 
        # Add here commands to install the package into debian/grml2usb.