aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-12 16:28:50 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-12 16:28:50 +0000
commit5c1d17dc9bb13e3a1951b29c2e2e598f102e72e0 (patch)
tree88e50612c5e3eb58b19aa862a0de316dd035398e
parent225bce440d7ed4050450cad9171f3128fe973fb3 (diff)
remove quilt dep since its not needed until patches are added to the package
svn path=/trunk/externals/bassemu~/; revision=14073
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 13829f7..8b552a6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>
-Build-Depends: debhelper (>= 7.0.50~), puredata, quilt (>= 0.46-7~)
+Build-Depends: debhelper (>= 7.0.50~), puredata
Standards-Version: 3.9.1
Homepage: http://puredata.info
diff --git a/debian/rules b/debian/rules
index 2faec78..12494d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PACKAGE = pd-bassemu
pkglibdir = /usr/lib/pd/extra
%:
- dh --with quilt $@
+ dh $@
override_dh_auto_install:
make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install