[SCM] pd-beatpipe/master: re-added quilt as Dep since its required to make debclean work properly

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Wed May 25 14:46:14 UTC 2011


The following commit has been merged in the master branch:
commit b70b2d5a81cce20777ed75b0c32fd92f83e4b6ee
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Wed May 25 09:57:46 2011 -0400

    re-added quilt as Dep since its required to make debclean work properly

diff --git a/debian/control b/debian/control
index eca0a9b..bb1e80b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 DM-Upload-Allowed: yes
 Uploaders: Hans-Christoph Steiner <hans at eds.org>
 Build-Depends: debhelper (>= 7.0.50~),
+ quilt (>= 0.46-7~),
  puredata-dev | puredata (<< 0.43)
 Standards-Version: 3.9.1
 Homepage: http://puredata.info
diff --git a/debian/rules b/debian/rules
index 7a37d66..8170297 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