aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-12 18:39:27 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-12 18:39:27 +0000
commita5b617d8b4020e771b1882df494cb45ac1edb327 (patch)
tree13ac65435d6ffbb0c0e1253845f1c494a5ebf026
parent014aa123fb48941d0a65daffa489b3fb08593a7c (diff)
updated to use Alessio Treglia's dh_auto_install tricks, which strip too
svn path=/trunk/abstractions/nusmuk/; revision=14078
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 14714fa..bae22bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,10 @@ PACKAGE = pd-$(LIBRARY_NAME)
pkglibdir = /usr/lib/pd/extra
%:
- dh $@
+ dh $@ --buildsystem=makefile
override_dh_auto_install:
- make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install
+ dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir)
# replace license file with link to the Debian license file
rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt