[SCM] pd-beatpipe/master: added quilt dep to that debclean unpatces automatically

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Tue Dec 21 00:21:46 UTC 2010


The following commit has been merged in the master branch:
commit 361516c5902c43fd28d6c83ebfcef4bec2d2124f
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Mon Dec 20 19:14:49 2010 -0500

    added quilt dep to that debclean unpatces automatically

diff --git a/debian/control b/debian/control
index 590eb6c..63fb517 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Hans-Christoph Steiner <hans at eds.org>
 Build-Depends: debhelper (>= 7.0.50~),
+ quilt (>= 0.46-7~),
  puredata
 Standards-Version: 3.9.1
 Homepage: http://puredata.info
diff --git a/debian/rules b/debian/rules
index 7a37d66..8d3e2df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PACKAGE = pd-$(LIBRARY_NAME)
 pkglibdir = /usr/lib/pd/extra
 
 %:
-	dh $@ -Smakefile
+	dh --with quilt $@ -Smakefile
 
 override_dh_auto_install:
 	dh_auto_install -- prefix=/usr pkglibdir=/usr/lib/pd/extra

-- 
pd-beatpipe packaging



More information about the pkg-multimedia-commits mailing list