aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/install_examples_into_docdir
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-08 19:56:44 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-08 19:56:44 +0000
commit3fb0b2dbb4d0895fdc688fb65d02ac635c693f93 (patch)
tree33dafa29997447a24ddf31764d37d8b76a90f51e /debian/patches/install_examples_into_docdir
parenta1abb9c31ab95ee46575f52d9b7c0f942acba098 (diff)
uploaded Debian package to pkg-multimedia so removing 'debian' folder
svn path=/trunk/externals/pddp/; revision=14299
Diffstat (limited to 'debian/patches/install_examples_into_docdir')
-rw-r--r--debian/patches/install_examples_into_docdir22
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 3e1a127..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-pddp-0.1.orig/Makefile
-+++ pd-pddp-0.1/Makefile
-@@ -206,9 +206,9 @@
-
- install-examples:
- test -z "$(strip $(EXAMPLES))" || \
-- $(INSTALL_DIR) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/examples && \
-+ $(INSTALL_DIR) $(DESTDIR)$(prefix)/share/doc/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/doc/pd-$(LIBRARY_NAME)/examples; \
- done
-
- install-manual: