Package: planner Version: 0.14.4-1 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu karmic ubuntu-patch
Hi, python2.6 changes site-package to dist-package. Attached is a patch that fixes this in the install file. Cheers, Michael -- System Information: Debian Release: squeeze/sid APT prefers karmic APT policy: (500, 'karmic') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-10-generic (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
diff -u planner-0.14.4/debian/planner.install planner-0.14.4/debian/planner.install --- planner-0.14.4/debian/planner.install +++ planner-0.14.4/debian/planner.install @@ -7,3 +7,3 @@ debian/tmp/usr/lib/planner/storage-modules/*.so -debian/tmp/usr/lib/python*/site-packages/*.so +debian/tmp/usr/lib/python*/*-packages/*.so debian/tmp/usr/share diff -u planner-0.14.4/debian/changelog planner-0.14.4/debian/changelog diff -u planner-0.14.4/debian/control planner-0.14.4/debian/control

