[SCM] pd-ext13/master: Drop quilt support since the package format is already set to 3.0 (quilt).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Jan 20 17:56:30 UTC 2011


The following commit has been merged in the master branch:
commit d7d41f4dfbad467d327b671936abc3b62c2477f5
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Jan 20 18:56:20 2011 +0100

    Drop quilt support since the package format is already set to 3.0 (quilt).

diff --git a/debian/control b/debian/control
index 37fe49d..1af2101 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Hans-Christoph Steiner <hans at eds.org>
 Build-Depends: debhelper (>= 7.0.50~),
                puredata,
-               quilt (>= 0.46-7~),
                linux-libc-dev
 Standards-Version: 3.9.1
 Homepage: http://puredata.info
diff --git a/debian/rules b/debian/rules
index a7fa128..87f7c78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PACKAGE = pd-$(LIBRARY_NAME)
 pkglibdir = /usr/lib/pd/extra
 
 %:
-	dh --with quilt $@ --buildsystem=makefile
+	dh $@ --buildsystem=makefile
 
 override_dh_auto_install:
 	dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir)

-- 
pd-ext13 packaging



More information about the pkg-multimedia-commits mailing list