From 68295eb1800cbb5c92b94e5f970d119aaa56a4c4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 11 Sep 2010 21:02:22 +0000 Subject: uploaded package to http://git.debian.org/?p=pkg-multimedia/pd-comport.git;a=summary svn path=/trunk/externals/iem/comport/; revision=14069 --- comport/debian/rules | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 comport/debian/rules (limited to 'comport/debian/rules') 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 -- cgit v1.2.1