aboutsummaryrefslogtreecommitdiff
path: root/comport/debian/rules
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-11 21:02:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-11 21:02:22 +0000
commit68295eb1800cbb5c92b94e5f970d119aaa56a4c4 (patch)
treedc99686af7341b741f58ef168a542f4a842b74b4 /comport/debian/rules
parenta474f3fb39f8aece7371a004ab543f1b0d7fb8cd (diff)
uploaded package to http://git.debian.org/?p=pkg-multimedia/pd-comport.git;a=summary
svn path=/trunk/externals/iem/comport/; revision=14069
Diffstat (limited to 'comport/debian/rules')
-rwxr-xr-xcomport/debian/rules21
1 files changed, 0 insertions, 21 deletions
diff --git a/comport/debian/rules b/comport/debian/rules
deleted file mode 100755
index 935a3af..0000000
--- a/comport/debian/rules
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/make -f
-
-LIBRARY_NAME = comport
-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