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
commit62b8d0325a30096bb73fdb0fbe93f16fc3a3517e (patch)
tree83878c9d3d83e33f2b028239b8f92827afef11ed
parentdaed879790255f2aca751d8e41efb0e848a6a243 (diff)
remove quilt dep since its not needed until patches are added to the package
svn path=/trunk/externals/plugin~/; 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 7009829..a9d1464 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 29bdcd2..9f5b133 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PACKAGE = pd-plugin
pkglibdir = /usr/lib/pd/extra
%:
- dh --with quilt $@
+ dh $@
override_dh_auto_install:
make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install