From: Christian Hofstaedtler Date: Thu, 25 Nov 2010 13:33:35 +0000 (+0100) Subject: add dpatch support to build process X-Git-Tag: v3.0_a17-1+grml.00~23 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=c9a70fd435a9b29e9b250877ca1d0270d7fee7c3 add dpatch support to build process --- diff --git a/debian/control b/debian/control index e335732..a16aad6 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 (>= 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 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules index 455ed48..e57bdbc 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 ${@}