diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-19 17:19:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-19 17:19:33 +0000 |
commit | df5b2d02c6943ada27d839fe1dbd37c256820177 (patch) | |
tree | b671dd938ecc8325d941623f9c3de10dd49e95ea /debian/rules | |
parent | f100de15f8f1c36c356b3d3fab4fab0c59b96f67 (diff) |
rm LICENSE.txt and create symlink to Debian common license files
svn path=/trunk/externals/cxc/; revision=13843
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index f13e3d0..54df012 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,8 @@ pkglibdir = /usr/lib/pd/extra 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 \ |