-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 i noticed that "puredata-import" installs mostly into /usr/lib/pd/extra, only the LICENSE.txt get's installed into /usr/lib/puredata/extra.
this leads to weird warnings in the pd-0.43 help-browser, claiming that "import" is double installed. i guess, installing to 2 locations is just an oversight. since the package is named "puredata-import" and explicitely claims that it is targeted at "puredata" only (and not the other "pd" providers), i assume that it is meant to be installed into /usr/lib/puredata/extra. the attached patch should fix this. gfasmdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk2/xRUACgkQkX2Xpv6ydvRHdACfXUiWZICGi96vsfDnI4ztttIo WN0AoN2D2F5A4QlKPP6xtpTmltx3mhBO =cocv -----END PGP SIGNATURE-----
From 9f4ea2b8d42c8a616e6dc0b5e1588dc1b5c55213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= <zmoel...@iem.at> Date: Tue, 3 May 2011 10:57:48 +0200 Subject: [PATCH] changed installation directory to /u/l/puredata --- debian/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/rules b/debian/rules index 77dc3cb..5e026b5 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ LIBRARY_NAME = import PACKAGE = puredata-$(LIBRARY_NAME) -pkglibdir = /usr/lib/pd/extra +pkglibdir = /usr/lib/puredata/extra %: dh $@ --buildsystem=makefile -- 1.7.4.4
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers