Bug#625954: puredata-import: inconsistent installation locations

2011-05-07 Thread IOhannes m zmoelnig (gpg-key at iem)
Package: puredata-import
Version: 1.3-2
Severity: normal

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.



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages puredata-import depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  puredata  0.43.0-1   realtime computer music and graphi

Versions of packages puredata-import recommends:
ii  pd-libdir 1.9-2  provides support for the libdir li

puredata-import suggests no packages.

-- no debconf information
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

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#625954: puredata-import: inconsistent installation locations

2011-05-07 Thread Hans-Christoph Steiner


On May 7, 2011, at 6:19 AM, IOhannes m zmoelnig (gpg-key at iem) wrote:


Package: puredata-import
Version: 1.3-2
Severity: normal

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.



-- System Information:
Debian Release: wheezy/sid
 APT prefers unstable
 APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages puredata-import depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library:  
Shared lib
ii  puredata  0.43.0-1   realtime computer music  
and graphi


Versions of packages puredata-import recommends:
ii  pd-libdir 1.9-2  provides support for  
the libdir li


puredata-import suggests no packages.

-- no debconf information



You are correct, it should install into /usr/lib/puredata.  I think I  
was waiting for the 'puredata' package to install into /usr/lib/ 
puredata, or just messed it up ;).  I'll include this once I switch  
the package to build against the new puredata-* 0.43 packages.


.hc




___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers