add dpatch support to build process
authorChristian Hofstaedtler <ch@grml.org>
Thu, 25 Nov 2010 13:33:35 +0000 (14:33 +0100)
committerUlrich Dangel <mru@grml.org>
Thu, 2 Jun 2011 18:58:38 +0000 (20:58 +0200)
debian/control
debian/patches/00list [new file with mode: 0644]
debian/rules

index e335732..a16aad6 100644 (file)
@@ -3,7 +3,7 @@ Section: misc
 Priority: optional
 Maintainer: Debian Live Project <debian-live@lists.debian.org>
 Uploaders: Daniel Baumann <daniel@debian.org>
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8), dpatch
 Standards-Version: 3.9.2
 Homepage: http://live.debian.net/devel/live-boot/
 Vcs-Browser: http://live.debian.net/gitweb/?p=live-boot.git
diff --git a/debian/patches/00list b/debian/patches/00list
new file mode 100644 (file)
index 0000000..e69de29
index 455ed48..e57bdbc 100755 (executable)
@@ -1,5 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpatch/dpatch.make
+
+build: patch-stamp
+       dh build
+
+clean: unpatch
+       dh clean
+
 %:
        dh ${@}