Your message dated Sat, 12 Jun 2010 09:38:44 +0000
with message-id <e1onnaq-0006fi...@ries.debian.org>
and subject line Bug#582790: fixed in libmei 1.0.1-6.1
has caused the Debian Bug report #582790,
regarding libmei: FTBFS with Python 2.6: dh_install: python-libmei missing files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
582790: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582790
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libmei
Version: 1.0.1-6
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu maverick ubuntu-patch
User: ubuntu-de...@lists.ubuntu.com
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 <debian-science-maintain...@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Science Team <debian-science-maintain...@lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylves...@debian.org>
 Build-Depends: debhelper (>= 7), autotools-dev, cdbs, swig, libbft-dev (>= 1.1.2),
  python-dev, quilt, autoconf, zlib1g-dev

--- End Message ---
--- Begin Message ---
Source: libmei
Source-Version: 1.0.1-6.1

We believe that the bug you reported is fixed in the latest version of
libmei, which is due to be installed in the Debian FTP archive:

libmei-dev_1.0.1-6.1_i386.deb
  to main/libm/libmei/libmei-dev_1.0.1-6.1_i386.deb
libmei0-dbg_1.0.1-6.1_i386.deb
  to main/libm/libmei/libmei0-dbg_1.0.1-6.1_i386.deb
libmei0_1.0.1-6.1_i386.deb
  to main/libm/libmei/libmei0_1.0.1-6.1_i386.deb
libmei_1.0.1-6.1.diff.gz
  to main/libm/libmei/libmei_1.0.1-6.1.diff.gz
libmei_1.0.1-6.1.dsc
  to main/libm/libmei/libmei_1.0.1-6.1.dsc
python-libmei_1.0.1-6.1_i386.deb
  to main/libm/libmei/python-libmei_1.0.1-6.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 582...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jakub Wilk <jw...@debian.org> (supplier of updated libmei package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 28 May 2010 11:27:15 +0200
Source: libmei
Binary: libmei-dev libmei0 python-libmei libmei0-dbg
Architecture: source i386
Version: 1.0.1-6.1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Jakub Wilk <jw...@debian.org>
Description: 
 libmei-dev - Code_Saturne Mathematical Expression Interpreter
 libmei0    - Code_Saturne Mathematical Expression Interpreter
 libmei0-dbg - Code_Saturne Mathematical Expression Interpreter
 python-libmei - A Python language binding for libmei
Closes: 582790 582795 583552
Changes: 
 libmei (1.0.1-6.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Replace ‘site-packages’ with ‘*-packages’ in debian/*.install to fix FTBFS
     with Python 2.6 (closes: #582790) Thanks to Angel Abad for the bug report
     and the initial patch.
   * Update Build-Depends and debian/rules to use python-support to
     byte-compile Python modules (closes: #583552).
   * Fix bashisms in the configure script (closes: #582795). Thanks to Clint
     Adams for the patch.
   * Fix the mei_patch_lm.diff, so that it actually can be applied, and add it
     to the series file.
Checksums-Sha1: 
 c9bb840e72fc9f883e9a32a8e6472c7927aedd16 2045 libmei_1.0.1-6.1.dsc
 2acffcac40035251105011230343ea71d9598b99 4320 libmei_1.0.1-6.1.diff.gz
 634773a211b624b5c891db62cedd5bcaab6f56a2 27588 libmei-dev_1.0.1-6.1_i386.deb
 a72aaf343917dd2105a22f48b9f9ab455bfe839a 21770 libmei0_1.0.1-6.1_i386.deb
 789034e7008cdde086ba2c2e870d83c20b077f29 28192 python-libmei_1.0.1-6.1_i386.deb
 e76e16ae69d324715ad5e3274f78652127db60dd 74746 libmei0-dbg_1.0.1-6.1_i386.deb
Checksums-Sha256: 
 58c0a48cf30f3eebbd28bbd2c3ba275244e09ec8370e9a53e88fa801815984af 2045 
libmei_1.0.1-6.1.dsc
 994719e6747f24f845a23127cab6c3f0593f0601d7b49eb492d496a90a68a76c 4320 
libmei_1.0.1-6.1.diff.gz
 4f4c20bd912bfbb671c9200231812b599c9653c8a1db1b307a56e28306af60a9 27588 
libmei-dev_1.0.1-6.1_i386.deb
 72a5cfd36d442e139d9e1f3254d93dfed1b7b02cf117f57f700344d82d095726 21770 
libmei0_1.0.1-6.1_i386.deb
 e7add45889e2f6d060a428d1d4104d13d1b2d82cde2f19051a918a3f01821ca2 28192 
python-libmei_1.0.1-6.1_i386.deb
 e346452d680bf45a09a0551cbcbf886ac448732bcd184fd08ed7ccbb0e943878 74746 
libmei0-dbg_1.0.1-6.1_i386.deb
Files: 
 aac01cf4b6664bf1c24de569bcd0a316 2045 libs optional libmei_1.0.1-6.1.dsc
 7585e7d4e38274f71db901e2840a3ee4 4320 libs optional libmei_1.0.1-6.1.diff.gz
 2c0283d19ca0adb87b31b053cb5fddb4 27588 libdevel optional 
libmei-dev_1.0.1-6.1_i386.deb
 0506bff995d0612e5bc345b2fa1e2f08 21770 libs optional libmei0_1.0.1-6.1_i386.deb
 3963dfb81cb365d208e313fbf8ba63b1 28192 python optional 
python-libmei_1.0.1-6.1_i386.deb
 0ce5cb4b8e5cb1aa2ae916b9be8ea6dd 74746 debug extra 
libmei0-dbg_1.0.1-6.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJMEqcCAAoJEC1Os6YBVHX1jCsQAM+oQEzCWJs3yDNtUqa1qr59
xUCvHoZGM15P/LqCfZvIKdrHFPxvRdBWL0dPuBYuP6nkp6wj8pZ66eKgEmxNh9KR
jD+C88MpXycDmyhxHgr/mj2HW8VuPOJyoT5XD5XeVIgXg5JNwNoX762elUplheKZ
ObKzi61T7VKV6OVj8BgR9a+VVQvvj3KmxV57Q2Cl3giKYXsBpi651QoFnqOrmg8e
KcSKWaxy3pssWuqq7IB6OBYAObvM2wFUoGtMq2vnrPVlsfpAalkps7gi1yI6b4+4
w7nU45yrpCkDGEOef4BulCGoClrr1C7VqkQOMQvd6qFk7HAzWGWreSi8B3P4vJim
ZhV/dQL4HFOVcRXerJjUROnBUWG3ULekv7VfyIiuS0t/YWG+SdeQrZKP2zIqqAdT
BuOvJSMpbLSrILwrPldAvcdOXN+h0BfZyRqMMIm8dNP+v4hcXZw9oQ47kBFF83Ca
jhsyvDGGHqtGMApz0CnOBn9j9Kdm4izllEQMDc7z4td92zp6hae/7LkAMF1bNAUy
tCyDTr3nF2lDUDo+flbH3pzLi5982dU8rqCSm2D457RXRQtf0h2uA92SMRnPtQwo
Yo76jTUTBbe5PJPAJ0zaRZjaGUH7Oyj05TBSLA+BbndccJ5JAfMZq/PRA6oBRptr
eJNV4DPANQaVFvUNgwV9
=+urF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to