[SCM] pd-bassemu/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:12 UTC 2011


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

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

diff --git a/debian/control b/debian/control
index da5ff43..25fc865 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 cfcaea0..8ee289d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PACKAGE = pd-bassemu
 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-bassemu packaging



More information about the pkg-multimedia-commits mailing list