aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-11 20:51:16 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-11 20:51:16 +0000
commitdba72dd08708d939e389000d8b9f5d91719c6f24 (patch)
tree105c937ca08d312b22aad9c075e276de2fe2da02 /debian/rules
parent78b491ab2ee43bee3bdd87b4b97c935169a4c629 (diff)
uploaded package to http://git.debian.org/?p=pkg-multimedia/pd-beatpipe.git;a=summary
svn path=/trunk/externals/beatpipe/; revision=14066
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index c7ea696..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/make -f
-
-LIBRARY_NAME = beatpipe
-PACKAGE = pd-$(LIBRARY_NAME)
-pkglibdir = /usr/lib/pd/extra
-
-%:
- dh --with quilt $@
-
-override_dh_auto_install:
- make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install
-# replace license file with link to the Debian license file
- rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt
-
-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