[SCM] pd-comport/master: Use 'dh $@ --foo' form for compatibility with DH 8, set buildsystem to makefile.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sun Sep 12 09:21:19 UTC 2010
The following commit has been merged in the master branch:
commit 095f3c124529c1b14f176e792d5b1a96d6a5a8db
Author: Alessio Treglia <alessio at debian.org>
Date: Sun Sep 12 11:18:23 2010 +0200
Use 'dh $@ --foo' form for compatibility with DH 8, set buildsystem to makefile.
diff --git a/debian/rules b/debian/rules
index 935a3af..f79ceb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PACKAGE = pd-$(LIBRARY_NAME)
pkglibdir = /usr/lib/pd/extra
%:
- dh --with quilt $@
+ dh $@ --with quilt -Smakefile
override_dh_auto_install:
make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install
--
pd-comport packaging
More information about the pkg-multimedia-commits
mailing list