diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-09 22:31:44 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-09 22:31:44 +0000 |
commit | 5f7b18061c99dcdf8ac96b97c0147007ac2b79fb (patch) | |
tree | 2e0f60488bf8fbafaa1e57cbef7e89ddfbdc3452 /debian/patches/install_examples_into_docdir | |
parent | beda22fd2375ee292e30f3ba25565dc0630132c0 (diff) |
uploaded Debian package to pkg-multimedia so removing 'debian' folder: http://git.debian.org/?p=pkg-multimedia/pd-moonlib.git;a=summary
svn path=/trunk/externals/moonlib/; revision=14337
Diffstat (limited to 'debian/patches/install_examples_into_docdir')
-rw-r--r-- | debian/patches/install_examples_into_docdir | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/install_examples_into_docdir b/debian/patches/install_examples_into_docdir deleted file mode 100644 index d1ce56b..0000000 --- a/debian/patches/install_examples_into_docdir +++ /dev/null @@ -1,22 +0,0 @@ -Description: put the 'examples' folder into /usr/share/doc/pd-* so that - lintian does not complain about images being in lib directory, then link to - it in the library so that the Pd Help Browser can find it. -Author: Hans-Christoph Steiner <hans@eds.org> -Forwarded: not-needed -Reviewed-By: Hans-Christoph Steiner <hans@eds.org> -Last-Update: <2010-11-05> - ---- pd-moonlib-0.2.orig/Makefile -+++ pd-moonlib-0.2/Makefile -@@ -206,9 +206,9 @@ - - install-examples: - test -z "$(strip $(EXAMPLES))" || \ -- $(INSTALL_DIR) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/examples && \ -+ $(INSTALL_DIR) $(DESTDIR)$(prefix)/share/pd-$(LIBRARY_NAME)/examples && \ - for file in $(EXAMPLES); do \ -- $(INSTALL_DATA) examples/$$file $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/examples; \ -+ $(INSTALL_DATA) examples/$$file $(DESTDIR)$(prefix)/share/pd-$(LIBRARY_NAME)/examples; \ - done - - install-manual: |