add dpatch support to build process
authorChristian Hofstaedtler <ch@grml.org>
Thu, 25 Nov 2010 13:33:35 +0000 (14:33 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Thu, 25 Nov 2010 13:51:00 +0000 (14:51 +0100)
debian/control
debian/patches/00list [new file with mode: 0644]
debian/rules

index 79305d6..c42f7e2 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 (>= 7.0.50~)
+Build-Depends: debhelper (>= 7.0.50~), dpatch
 Standards-Version: 3.9.1
 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 bcd2d2d..ac607c0 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 ${@}