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

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Sun Dec 19 20:48:29 UTC 2010


The following commit has been merged in the master branch:
commit ca44a5416365dee0a8de236d40fb6740de503975
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sun Dec 19 15:42:51 2010 -0500

    added quilt dep to that debclean unpatces automatically

diff --git a/debian/control b/debian/control
index c473c6b..218c79e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Hans-Christoph Steiner <hans at eds.org>
 DM-Upload-Allowed: yes
 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 ab8db62..07e1268 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PACKAGE = pd-freeverb
 pkglibdir = /usr/lib/pd/extra
 
 %:
-	dh $@ --buildsystem=makefile
+	dh --with quilt $@ --buildsystem=makefile
 
 override_dh_auto_install:
 	dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir)

-- 
pd-freeverb packaging



More information about the pkg-multimedia-commits mailing list