Package: libmei
Version: 1.0.1-6
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu maverick ubuntu-patch
User: [email protected]
Usertags: origin-ubuntu maverick ubuntu-patch


Building libmei in maverick updated pbuilder chroot I get this error:

dh_install: python-libmei missing files 
(debian/tmp/usr/lib/python*/site-packages/mei/*.so*), aborting
make: *** [binary-install/python-libmei] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2

In python 2.6 is dist-packages instead of site-packages,

Thanks!

*** /tmp/tmpG_hIGi
In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/python-libmei.install: Fix python installation directory, fix
    FTBFS (LP: #583731)

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34-3-generic (SMP w/1 CPU core)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u libmei-1.0.1/debian/changelog libmei-1.0.1/debian/changelog
diff -u libmei-1.0.1/debian/python-libmei.install libmei-1.0.1/debian/python-libmei.install
--- libmei-1.0.1/debian/python-libmei.install
+++ libmei-1.0.1/debian/python-libmei.install
@@ -1,4 +1,4 @@
-debian/tmp/usr/lib/python*/site-packages/mei/*.so*
-debian/tmp/usr/lib/python*/site-packages/mei/*.py
-debian/tmp/usr/lib/python*/site-packages/mei/*.a
+debian/tmp/usr/lib/python*/*/mei/*.so*
+debian/tmp/usr/lib/python*/*/mei/*.py
+debian/tmp/usr/lib/python*/*/mei/*.a
 
diff -u libmei-1.0.1/debian/control libmei-1.0.1/debian/control
--- libmei-1.0.1/debian/control
+++ libmei-1.0.1/debian/control
@@ -1,7 +1,8 @@
 Source: libmei
 Section: libs
 Priority: optional
-Maintainer: Debian Science Team <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Debian Science Team <[email protected]>
 Uploaders: Sylvestre Ledru <[email protected]>
 Build-Depends: debhelper (>= 7), autotools-dev, cdbs, swig, libbft-dev (>= 1.1.2),
  python-dev, quilt, autoconf, zlib1g-dev

Reply via email to