From c9a70fd435a9b29e9b250877ca1d0270d7fee7c3 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 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 ${@} -- 2.1.4