[SCM] pd-arraysize/master: Set buildsystem to makefile, don't call strip

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Sep 12 10:04:14 UTC 2010


The following commit has been merged in the master branch:
commit df0b8875e65f3ccdb451aac894e65043758c285f
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Sep 12 12:02:02 2010 +0200

    Set buildsystem to makefile, don't call strip

diff --git a/debian/rules b/debian/rules
index 7c9f759..7b2a340 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PACKAGE = pd-$(LIBRARY_NAME)
 pkglibdir = /usr/lib/pd/extra
 
 %:
-	dh $@
+	dh $@ -Smakefile
 
 override_dh_auto_install:
 	make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install
@@ -13,7 +13,3 @@ override_dh_auto_install:
 override_dh_shlibdeps:
 	dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \
 		-T$(CURDIR)/debian/$(PACKAGE).substvars
-
-override_dh_strip:
-	strip --remove-section=.comment --remove-section=.note --strip-unneeded \
-	   $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux

-- 
pd-arraysize packaging



More information about the pkg-multimedia-commits mailing list