Your message dated Wed, 23 Jun 2010 18:33:38 +0000
with message-id <[email protected]>
and subject line Bug#586884: fixed in ldaptor 0.0.43+debian1-3
has caused the Debian Bug report #586884,
regarding Error in python installation dirs
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 [email protected]
immediately.)
--
586884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586884
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ldaptor
Version: 0.0.43+debian1-2
Severity: important
Tags: patch
User: [email protected]
Usertags: python2.6
The package FTBFS in python 2.6
*** /tmp/tmp6Kj872
In Ubuntu, we've applied the attached patch to achieve the following:
* Merge from debian unstable (LP: #596891). Remaining changes:
- Remove empty POT files. Fixes FTBFS caused by pkgstriptranslations.
- Rename site-packages > dist-packages to fix FTBFS with python 2.6
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.35-5-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 -Nru ldaptor-0.0.43+debian1/debian/changelog ldaptor-0.0.43+debian1/debian/changelog
diff -Nru ldaptor-0.0.43+debian1/debian/control ldaptor-0.0.43+debian1/debian/control
--- ldaptor-0.0.43+debian1/debian/control 2010-06-12 02:00:32.000000000 +0200
+++ ldaptor-0.0.43+debian1/debian/control 2010-06-23 10:15:02.000000000 +0200
@@ -1,7 +1,8 @@
Source: ldaptor
Section: admin
Priority: optional
-Maintainer: Debian Python Modules Team <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Debian Python Modules Team <[email protected]>
Uploaders: Jan Dittberner <[email protected]>
Standards-Version: 3.8.4
Build-Depends-Indep: docbook-slides (>= 3.2.0), xsltproc,
diff -Nru ldaptor-0.0.43+debian1/debian/ldaptor-webui.install ldaptor-0.0.43+debian1/debian/ldaptor-webui.install
--- ldaptor-0.0.43+debian1/debian/ldaptor-webui.install 2009-03-09 20:20:55.000000000 +0100
+++ ldaptor-0.0.43+debian1/debian/ldaptor-webui.install 2010-06-23 10:15:02.000000000 +0200
@@ -1,3 +1,3 @@
debian/tmp/usr/bin/ldaptor-webui
-debian/tmp/usr/lib/python*/site-packages/ldaptor/apps/webui
+debian/tmp/usr/lib/python*/*-packages/ldaptor/apps/webui
debian/tmp/usr/share/locale/*/*/ldaptor-webui.mo
diff -Nru ldaptor-0.0.43+debian1/debian/python-ldaptor.install ldaptor-0.0.43+debian1/debian/python-ldaptor.install
--- ldaptor-0.0.43+debian1/debian/python-ldaptor.install 2009-03-28 17:52:11.000000000 +0100
+++ ldaptor-0.0.43+debian1/debian/python-ldaptor.install 2010-06-23 10:15:02.000000000 +0200
@@ -1,6 +1,6 @@
-debian/tmp/usr/lib/python*/site-packages/ldaptor/*.py
-debian/tmp/usr/lib/python*/site-packages/ldaptor/protocols
-debian/tmp/usr/lib/python*/site-packages/ldaptor/samba
-debian/tmp/usr/lib/python*/site-packages/ldaptor/test
+debian/tmp/usr/lib/python*/*-packages/ldaptor/*.py
+debian/tmp/usr/lib/python*/*-packages/ldaptor/protocols
+debian/tmp/usr/lib/python*/*-packages/ldaptor/samba
+debian/tmp/usr/lib/python*/*-packages/ldaptor/test
debian/global.cfg etc/ldaptor
ldaptor.schema etc/ldaptor
diff -Nru ldaptor-0.0.43+debian1/debian/rules ldaptor-0.0.43+debian1/debian/rules
--- ldaptor-0.0.43+debian1/debian/rules 2009-12-06 11:34:14.000000000 +0100
+++ ldaptor-0.0.43+debian1/debian/rules 2010-06-23 10:15:02.000000000 +0200
@@ -10,12 +10,16 @@
override_dh_install:
dh_install
rm -rf \
- debian/python-ldaptor/usr/lib/python*/site-packages/ldaptor/apps/webui \
- debian/python-ldaptor/usr/lib/python*/site-packages/ldaptor/test/test_webui.py \
+ debian/python-ldaptor/usr/lib/python*/*-packages/ldaptor/apps/webui \
+ debian/python-ldaptor/usr/lib/python*/*-packages/ldaptor/test/test_webui.py \
debian/ldaptor-utils/usr/bin/ldaptor-webui
- PYTHONPATH=$(CURDIR)/debian/python-ldaptor/usr/lib/$(PYDEFAULT)/site-packages \
+ PYTHONPATH=$(CURDIR)/debian/python-ldaptor/usr/lib/$(PYDEFAULT)/dist-packages \
trial --tbformat=emacs --reporter=text ldaptor
+
+
+
+
override_dh_auto_build: doc-stamp
doc-stamp:
make -C doc
@@ -29,3 +33,4 @@
make -C doc clean
rm -f doc-stamp
rm -rf _trial_temp
+ for pot in po/*.pot ; do test -s $$pot || rm -fv $$pot ; done
--- End Message ---
--- Begin Message ---
Source: ldaptor
Source-Version: 0.0.43+debian1-3
We believe that the bug you reported is fixed in the latest version of
ldaptor, which is due to be installed in the Debian FTP archive:
ldaptor-doc_0.0.43+debian1-3_all.deb
to main/l/ldaptor/ldaptor-doc_0.0.43+debian1-3_all.deb
ldaptor-utils_0.0.43+debian1-3_all.deb
to main/l/ldaptor/ldaptor-utils_0.0.43+debian1-3_all.deb
ldaptor-webui_0.0.43+debian1-3_all.deb
to main/l/ldaptor/ldaptor-webui_0.0.43+debian1-3_all.deb
ldaptor_0.0.43+debian1-3.debian.tar.gz
to main/l/ldaptor/ldaptor_0.0.43+debian1-3.debian.tar.gz
ldaptor_0.0.43+debian1-3.dsc
to main/l/ldaptor/ldaptor_0.0.43+debian1-3.dsc
python-ldaptor_0.0.43+debian1-3_all.deb
to main/l/ldaptor/python-ldaptor_0.0.43+debian1-3_all.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jan Dittberner <[email protected]> (supplier of updated ldaptor 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 23 Jun 2010 20:23:03 +0200
Source: ldaptor
Binary: ldaptor-utils ldaptor-webui python-ldaptor ldaptor-doc
Architecture: source all
Version: 0.0.43+debian1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: Jan Dittberner <[email protected]>
Description:
ldaptor-doc - documentation for Ldaptor
ldaptor-utils - command-line LDAP utilities
ldaptor-webui - web user interface for editing LDAP directories
python-ldaptor - pure-Python library for LDAP operations
Closes: 586884
Changes:
ldaptor (0.0.43+debian1-3) unstable; urgency=low
.
[ Jakub Wilk ]
* Don't hardcode ‘site-packages’ in debian/*.install, debian/rules
(Closes: #586884). Thanks to Angel Abad for the bug report and the initial
patch.
.
[ Jan Dittberner ]
* add debian/ldaptor-doc.doc-base.api,
debian/ldaptor-doc.doc-base.ldap-intro, and
debian/ldaptor-doc.doc-base.addressbook-slides to register
documentation with doc-base
Checksums-Sha1:
3b9c7df2099ebbb9820104e8ac68efeed251adf8 2363 ldaptor_0.0.43+debian1-3.dsc
0d0913041bb70e9bf5476f37dc753fa0f4f3bedc 28234
ldaptor_0.0.43+debian1-3.debian.tar.gz
6609009a1642667f672700a2d524251fbf5e973d 40576
ldaptor-utils_0.0.43+debian1-3_all.deb
b127637b082796e875f42fc0ad7a8931918d6d67 50778
ldaptor-webui_0.0.43+debian1-3_all.deb
36129f16c7164c6c0596dca42d5dd840fbbbd752 127662
python-ldaptor_0.0.43+debian1-3_all.deb
311f77910fa2f8cf0d2bf90e0691f2364e36ec6d 1703776
ldaptor-doc_0.0.43+debian1-3_all.deb
Checksums-Sha256:
b0d1c39b61bc211b62fc0660f4abffc5c7dfaf34d26c6ef10bc6466b89cd992f 2363
ldaptor_0.0.43+debian1-3.dsc
46bc8b803dd0ee4fcaaa1f9734eb6f44dc96cbc82647fb6bc2c194fb2299b67a 28234
ldaptor_0.0.43+debian1-3.debian.tar.gz
6b2d853e245eeb2da56ea60766a8a20470d50030eed7501d041acb16041d279c 40576
ldaptor-utils_0.0.43+debian1-3_all.deb
9cb48742b8ef79d926f7e99a28ec910e8cf29ddbae8efc0fc3bb58221373074e 50778
ldaptor-webui_0.0.43+debian1-3_all.deb
03600baab9ada6a1ea99d98353e1b06d0d803fe62ae6ec1742a4d4aabd1a3e4b 127662
python-ldaptor_0.0.43+debian1-3_all.deb
47a3d50243792a2a2407b622a9eb8b74758529a9850fc704a6e26e740d68a53b 1703776
ldaptor-doc_0.0.43+debian1-3_all.deb
Files:
a4cf5909da0178cfbe913cce343145d6 2363 admin optional
ldaptor_0.0.43+debian1-3.dsc
4e2d00d3c47056c6eb8777a991fd2476 28234 admin optional
ldaptor_0.0.43+debian1-3.debian.tar.gz
aa3984a914c42eb8143885203020ba60 40576 admin optional
ldaptor-utils_0.0.43+debian1-3_all.deb
865fab0dd076b675e1e360074049215e 50778 admin optional
ldaptor-webui_0.0.43+debian1-3_all.deb
5de44f52c47af94f979a40201f67bfef 127662 python optional
python-ldaptor_0.0.43+debian1-3_all.deb
4a326ce36b3378e18358cadbadf8d4ad 1703776 doc optional
ldaptor-doc_0.0.43+debian1-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJMIlINAAoJEKc+AFVVj7jdWQ0QALhsjarnl996R+IJk26BX5cB
xFD2pEsH4zS0uFPDyuN641+I1ROpRwL77W/dmobrYFhNd+bh+VCUYRVK8fbNDBNR
bS8rP97PlUG7ZluGSD/haQbTEDrtThltTLANkcKbNIEA5ppaeeUnikYME7lbarw7
XWTAeIPVIg3H4s+kpt/LVQ/T3El+xHyvsdaA4ASvNHA/hMl6SNQyIg6/k4MWCyEM
qKXEYH01BdBCFcYUWC3jAWtgImSw4PG17RNnmcn8jZ7wi/HY/1CtspiGumLc3+sK
HG77BImrlGKNbIuSkj7FWGvPe4enpvqUqLpNRDYWdM5OBC6kFmBXoWwXGqAsddnf
s8TYg/UbXEKliP4BVR8q4tT+AZO9N+YXtaSj//JLxUi8ivN/0MSCaBXaV0U4Rkvd
2KhPzRYxcPiAOUMcl27xjwmB1FaWsytplAwR1kC7ILUzpa3wwXMtIU+687hWI9qR
JEsp07IbIf7PBHshbcv4WFBhNYvLo0U/0NjBh/5B3sl/CJmLS+1oyNgNc0jiOcgZ
zm5pMCTPsVHLEo4CqZSy5vshT4Xb7tzsrmqjxd1gYSNzjGEHqGMdLI3fqvefe+Oq
SBnkX+jIV/Uwj6oOXBqAvzyqjMhLL5dpaia3tvTFG3Wg9GHu7SUHuXJuW+1kjXYL
7kHWQlOyhkCKdOKR24Nw
=Jaxz
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team