From: Christian Hofstaedtler Date: Thu, 25 Nov 2010 13:33:35 +0000 (+0100) Subject: add dpatch support to build process X-Git-Tag: v2.0.12-1+grml.00~7 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=e4eee9263bc28efe6bf8454bcc454ad8ee091bbd add dpatch support to build process --- diff --git a/debian/control b/debian/control index 79305d6..c42f7e2 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: misc Priority: optional Maintainer: Debian Live Project Uploaders: Daniel Baumann -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 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules index bcd2d2d..ac607c0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,13 @@ #!/usr/bin/make -f +include /usr/share/dpatch/dpatch.make + +build: patch-stamp + dh build + +clean: unpatch + dh clean + %: dh ${@}