Package: python-osd
Version: 0.2.12-1.1
Severity: grave
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
The transition to the new python policy rendered the package unusable since
symlinks to the python modules are not created in the postinst script. Patch
moving dh_installdeb below dh_pysupport (so that postinst and prerm scripts
are correctly created) attached.
Thanks
- -- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: x86_64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE3uwFFq2EwGQTI7ERAv64AJsFD+vl2kqd15PitwEFVTPIEBXVTwCfc8nR
wh2ol3hPYkTbN2b1tde+pmI=
=ASMx
-----END PGP SIGNATURE-----
diff -u python-osd-0.2.12/debian/rules python-osd-0.2.12/debian/rules
--- python-osd-0.2.12/debian/rules
+++ python-osd-0.2.12/debian/rules
@@ -48,10 +48,10 @@
dh_compress
dh_fixperms
dh_makeshlibs
- dh_installdeb
dh_pysupport
dh_python
# dh_perl
+ dh_installdeb
dh_shlibdeps -l`pwd`/debian/tmp/usr/lib/
dh_gencontrol
dh_md5sums