diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 17:42:08 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 17:42:08 +0000 |
commit | a622458dfd94c27b5a119c5af44779a5bfa6128c (patch) | |
tree | 16ed9e5e21ac47d75b5c46f002774d28a1ac4537 /puremapping/debian/rules | |
parent | 852d7d8a4a8808dbfcbf9991d3200b75ba59ff29 (diff) |
removing useless directory
this will not got to debian
svn path=/trunk/externals/nusmuk/; revision=14416
Diffstat (limited to 'puremapping/debian/rules')
-rwxr-xr-x | puremapping/debian/rules | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/puremapping/debian/rules b/puremapping/debian/rules deleted file mode 100755 index ff54597..0000000 --- a/puremapping/debian/rules +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/make -f - -LIBRARY_NAME = puremapping -PACKAGE = pd-$(LIBRARY_NAME) -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 |