From e4eee9263bc28efe6bf8454bcc454ad8ee091bbd Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 25 Nov 2010 14:33:35 +0100 Subject: [PATCH] add dpatch support to build process --- debian/control | 2 +- debian/patches/00list | 0 debian/rules | 8 ++++++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 debian/patches/00list 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 ${@} -- 2.1.4