Package: python-plist
Version: 1.4-2
Severity: grave
Tags: patch
Justification: renders package unusable

python-plist ships only extensions for Python 2.7 (which is not the default version yet):

$ dpkg -c python-plist_1.4-2_i386.deb | grep -F .so
-rw-r--r-- root/root    213404 2011-05-04 21:27 
./usr/lib/python2.7/dist-packages/plist/_plist.so
lrwxrwxrwx root/root         0 2011-05-04 21:27 
./usr/lib/pyshared/python2.7/plist/_plist.so -> 
../../../python2.7/dist-packages/plist/_plist.so

--
Jakub Wilk
--- libplist-1.4/debian/control	2011-05-04 12:46:45.000000000 +0200
+++ libplist-1.4/debian/control	2011-06-29 13:24:29.000000000 +0200
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 7.0.50~), 
                libglib2.0-dev,
                libxml2-dev,
-               cmake,
+               cmake (>= 2.8.4),
                swig (>= 1.3.36),
                python-all-dev (>= 2.6.6-3~),
                doxygen
--- libplist-1.4/debian/rules	2011-05-04 12:46:45.000000000 +0200
+++ libplist-1.4/debian/rules	2011-06-29 13:27:10.000000000 +0200
@@ -16,7 +16,7 @@
 
 configure_flags += \
 			-DCMAKE_INSTALL_PREFIX="/usr" \
-			-DPYTHON_VERSION=$(PYVER)
+			-DPython_ADDITIONAL_VERSIONS=$(PYVER)
 
 %:
 	dh --with python2 $@

Reply via email to