diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-12 16:28:50 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-12 16:28:50 +0000 |
commit | f6d7e589d43876978fbe47b264a374ff3342e417 (patch) | |
tree | 333eedbac315927c9298d9606847ae4b17fef1b9 | |
parent | 00fffd3cc77f568d0eb25b737aacbd1a08f2225d (diff) |
remove quilt dep since its not needed until patches are added to the package
svn path=/trunk/externals/earplug~/; revision=14073
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index e99e143..169bd63 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 ea92d4b..10bee8c 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ PACKAGE = pd-earplug pkglibdir = /usr/lib/pd/extra %: - dh --with quilt $@ + dh $@ override_dh_auto_install: make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install |