diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-12 21:50:09 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-12 21:50:09 +0000 |
commit | bcb954259e0e9d5ba07c8a12c57ba7751ca91781 (patch) | |
tree | 56bb445d3a4849efebac5d345d62e3221d9c88e7 /debian/rules | |
parent | 7cfc6478bd0fe8a3c393f4e356822cd37216d0dd (diff) |
uploaded to git.debian.org: http://git.debian.org/?p=pkg-multimedia/pd-plugin.git;a=summary
svn path=/trunk/externals/plugin~/; revision=14097
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 9e2e35c..0000000 --- a/debian/rules +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/make -f - -LIBRARY_NAME = plugin~ -PACKAGE = pd-plugin -pkglibdir = /usr/lib/pd/extra - -%: - dh $@ --buildsystem=makefile - -override_dh_auto_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 - -override_dh_shlibdeps: - dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \ - -T$(CURDIR)/debian/$(PACKAGE).substvars |