[Python-modules-team] Bug#586884: Error in python installation dirs

2010-06-23 Thread Angel Abad
Package: ldaptor
Version: 0.0.43+debian1-2
Severity: important
Tags: patch
User: debian-pyt...@lists.debian.org
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.0 +0200
+++ ldaptor-0.0.43+debian1/debian/control	2010-06-23 10:15:02.0 +0200
@@ -1,7 +1,8 @@
 Source: ldaptor
 Section: admin
 Priority: optional
-Maintainer: Debian Python Modules Team python-modules-team@lists.alioth.debian.org
+Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
+XSBC-Original-Maintainer: Debian Python Modules Team python-modules-team@lists.alioth.debian.org
 Uploaders: Jan Dittberner ja...@debian.org
 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.0 +0100
+++ ldaptor-0.0.43+debian1/debian/ldaptor-webui.install	2010-06-23 10:15:02.0 +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.0 +0100
+++ ldaptor-0.0.43+debian1/debian/python-ldaptor.install	2010-06-23 10:15:02.0 +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.0 +0100
+++ ldaptor-0.0.43+debian1/debian/rules	2010-06-23 10:15:02.0 +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
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#586884: Bug#586884: Error in python installation dirs

2010-06-23 Thread Piotr Ożarowski
[Angel Abad, 2010-06-23]
 -Maintainer: Debian Python Modules Team 
 python-modules-team@lists.alioth.debian.org
 +Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com

you want us to change maintainer to Ubuntu Developers? Will you take
care of bugs and new upstream releases? Great

;-)
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645



___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#586884: Bug#586884: Error in python installation dirs

2010-06-23 Thread Angel Abad
Sorry, but this bug has been reported with automatic tool submittodebian.

Regards,



___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Processing of python-docutils_0.6-5_i386.changes

2010-06-23 Thread Archive Administrator
python-docutils_0.6-5_i386.changes uploaded successfully to localhost
along with the files:
  python-docutils_0.6-5.dsc
  python-docutils_0.6-5.debian.tar.gz
  python-docutils_0.6-5_all.deb
  python-roman_0.6-5_all.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Processed: your mail

2010-06-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 586884 + pending
Bug #586884 [ldaptor] Error in python installation dirs
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Processing of pyxdg_0.19-2_i386.changes

2010-06-23 Thread Archive Administrator
pyxdg_0.19-2_i386.changes uploaded successfully to localhost
along with the files:
  pyxdg_0.19-2.dsc
  pyxdg_0.19-2.debian.tar.gz
  python-xdg_0.19-2_all.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Processing of python-networkx_1.1-2_amd64.changes

2010-06-23 Thread Archive Administrator
python-networkx_1.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  python-networkx_1.1-2.dsc
  python-networkx_1.1-2.debian.tar.gz
  python-networkx_1.1-2_all.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] python-docutils_0.6-5_i386.changes ACCEPTED

2010-06-23 Thread Archive Administrator



Accepted:
python-docutils_0.6-5.debian.tar.gz
  to main/p/python-docutils/python-docutils_0.6-5.debian.tar.gz
python-docutils_0.6-5.dsc
  to main/p/python-docutils/python-docutils_0.6-5.dsc
python-docutils_0.6-5_all.deb
  to main/p/python-docutils/python-docutils_0.6-5_all.deb
python-roman_0.6-5_all.deb
  to main/p/python-docutils/python-roman_0.6-5_all.deb


Override entries for your package:
python-docutils_0.6-5.dsc - source python
python-docutils_0.6-5_all.deb - optional python
python-roman_0.6-5_all.deb - optional python

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 586683 


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] pyxdg_0.19-2_i386.changes ACCEPTED

2010-06-23 Thread Archive Administrator



Accepted:
python-xdg_0.19-2_all.deb
  to main/p/pyxdg/python-xdg_0.19-2_all.deb
pyxdg_0.19-2.debian.tar.gz
  to main/p/pyxdg/pyxdg_0.19-2.debian.tar.gz
pyxdg_0.19-2.dsc
  to main/p/pyxdg/pyxdg_0.19-2.dsc


Override entries for your package:
python-xdg_0.19-2_all.deb - optional python
pyxdg_0.19-2.dsc - source python

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 568757 583497 585340 


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#586683: marked as done (python-docutils: doesn't always remove python-central leftovers)

2010-06-23 Thread Debian Bug Tracking System
Your message dated Wed, 23 Jun 2010 16:26:06 +
with message-id e1orsm6-0001zv...@ries.debian.org
and subject line Bug#586683: fixed in python-docutils 0.6-5
has caused the Debian Bug report #586683,
regarding python-docutils: doesn't always remove python-central leftovers
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.)


-- 
586683: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586683
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-docutils
Version: 0.6-4
Severity: critical

Traceback (most recent call last):
  File setup.py, line 21, in module
from sphinx.setup_command import BuildDoc
  File /usr/lib/python2.6/dist-packages/sphinx/setup_command.py, line 20, in 
module
from sphinx.application import Sphinx
  File /usr/lib/python2.6/dist-packages/sphinx/application.py, line 20, in 
module
from docutils.parsers.rst import directives, roles
  File /usr/lib/python2.6/dist-packages/docutils/parsers/rst/__init__.py, 
line 75, in module
from docutils.parsers.rst import states
  File /usr/lib/python2.6/dist-packages/docutils/parsers/rst/states.py, line 
110, in module
from docutils import nodes, statemachine, utils, urischemes
  File /usr/lib/python2.6/dist-packages/docutils/utils.py, line 18, in 
module
from docutils._compat import b
ImportError: No module named _compat


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (350, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-docutils depends on:
ii  python2.6.5-3An interactive high-level object-o
ii  python-roman  0.6-4  module for generating/analyzing Ro
ii  python-support1.0.8  automated rebuilding support for P

Versions of packages python-docutils recommends:
ii  libpaper-utils  1.1.24   library for handling paper charact
ii  python  2.6.5-3  An interactive high-level object-o
ii  python-elementtree  1.2.6-14 Light-weight toolkit for XML proce
ii  python-imaging  1.1.7-1+b1   Python Imaging Library
pn  python-lxml none   (no description available)
ii  python-pygments 1.3.1+dfsg-1 syntax highlighting package writte

Versions of packages python-docutils suggests:
pn  texlive-lang-french   none (no description available)
ii  texlive-latex-base2009-10TeX Live: Basic LaTeX packages
ii  texlive-latex-recommended 2009-10TeX Live: LaTeX recommended packag

-- no debconf information

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.


pgpMQlhAdft5q.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: python-docutils
Source-Version: 0.6-5

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

python-docutils_0.6-5.debian.tar.gz
  to main/p/python-docutils/python-docutils_0.6-5.debian.tar.gz
python-docutils_0.6-5.dsc
  to main/p/python-docutils/python-docutils_0.6-5.dsc
python-docutils_0.6-5_all.deb
  to main/p/python-docutils/python-docutils_0.6-5_all.deb
python-roman_0.6-5_all.deb
  to main/p/python-docutils/python-roman_0.6-5_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 586...@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 python-docutils 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: Wed, 23 Jun 2010 15:21:09 +0200
Source: python-docutils
Binary: python-docutils python-roman
Architecture: source all
Version: 0.6-5
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-team@lists.alioth.debian.org
Changed-By: Jakub Wilk jw...@debian.org
Description: 
 python-docutils - utilities for the documentation of Python modules
 python-roman - module for generating/analyzing Roman 

[Python-modules-team] Bug#568757: marked as done (python-xdg: xdg.BaseDirectory doesn’t follow the spec in one corner case)

2010-06-23 Thread Debian Bug Tracking System
Your message dated Wed, 23 Jun 2010 16:26:46 +
with message-id e1orsmk-00028q...@ries.debian.org
and subject line Bug#568757: fixed in pyxdg 0.19-2
has caused the Debian Bug report #568757,
regarding python-xdg: xdg.BaseDirectory doesn’t follow the spec in one corner 
case
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.)


-- 
568757: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-xdg
Version: 0.18-1
Severity: important
Tags: patch

Hello

According to the XDG BaseDir Spec at
http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html:

If $XDG_DATA_HOME is either not set or empty, a default equal to
$HOME/.local/share should be used. 

However, the Python code contains this, which doesn't do the right thing if
one var is defined but empty (i.e. it will return an empty sting instead of the
default value):

xdg_data_home = os.environ.get('XDG_DATA_HOME',
os.path.join(_home, '.local', 'share'))

Attached path fixes this.

Kind regards


-- System Information:
Debian Release: squeeze
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-xdg depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-support1.0.6  automated rebuilding support for P

python-xdg recommends no packages.

python-xdg suggests no packages.

-- no debconf information
--- pyxdg-0.18/xdg/BaseDirectory.py.old	2010-02-07 16:35:38.0 +0100
+++ pyxdg-0.18/xdg/BaseDirectory.py	2010-02-07 16:35:22.0 +0100
@@ -28,21 +28,21 @@
 from __future__ import generators
 import os
 
-_home = os.environ.get('HOME', '/')
-xdg_data_home = os.environ.get('XDG_DATA_HOME',
-os.path.join(_home, '.local', 'share'))
+_home = os.path.expanduser('~')
+xdg_data_home = os.environ.get('XDG_DATA_HOME') or \
+os.path.join(_home, '.local', 'share')
 
 xdg_data_dirs = [xdg_data_home] + \
 os.environ.get('XDG_DATA_DIRS', '/usr/local/share:/usr/share').split(':')
 
-xdg_config_home = os.environ.get('XDG_CONFIG_HOME',
-os.path.join(_home, '.config'))
+xdg_config_home = os.environ.get('XDG_CONFIG_HOME') or \
+os.path.join(_home, '.config')
 
 xdg_config_dirs = [xdg_config_home] + \
 os.environ.get('XDG_CONFIG_DIRS', '/etc/xdg').split(':')
 
-xdg_cache_home = os.environ.get('XDG_CACHE_HOME',
-os.path.join(_home, '.cache'))
+xdg_cache_home = os.environ.get('XDG_CACHE_HOME') or \
+os.path.join(_home, '.cache')
 
 xdg_data_dirs = filter(lambda x: x, xdg_data_dirs)
 xdg_config_dirs = filter(lambda x: x, xdg_config_dirs)
---End Message---
---BeginMessage---
Source: pyxdg
Source-Version: 0.19-2

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

python-xdg_0.19-2_all.deb
  to main/p/pyxdg/python-xdg_0.19-2_all.deb
pyxdg_0.19-2.debian.tar.gz
  to main/p/pyxdg/pyxdg_0.19-2.debian.tar.gz
pyxdg_0.19-2.dsc
  to main/p/pyxdg/pyxdg_0.19-2.dsc



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 568...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Piotr Lewandowski piotr.lewandow...@gmail.com (supplier of updated pyxdg 
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: Wed, 23 Jun 2010 16:55:31 +0200
Source: pyxdg
Binary: python-xdg
Architecture: source all
Version: 0.19-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-team@lists.alioth.debian.org
Changed-By: Piotr Lewandowski piotr.lewandow...@gmail.com
Description: 
 python-xdg - Python library to access freedesktop.org standards
Closes: 568757 583497 585340
Changes: 
 pyxdg (0.19-2) unstable; urgency=low
 .
   * Fix case when $XDG_*_HOME is empty (fix-BaseDirectory-cornercase.patch)
 (closes: #568757). Kudos to Éric Araujo!
   * Fix xdg.Mime.install_mime_info() exception (fix-583497.patch)
 (closes: 

[Python-modules-team] Bug#583497: marked as done (xdg.Mime.install_mime_info(): TypeError: unsupported operand type(s) for %: 'exceptions.Exception' and 'str')

2010-06-23 Thread Debian Bug Tracking System
Your message dated Wed, 23 Jun 2010 16:26:46 +
with message-id e1orsmk-00028w...@ries.debian.org
and subject line Bug#583497: fixed in pyxdg 0.19-2
has caused the Debian Bug report #583497,
regarding xdg.Mime.install_mime_info(): TypeError: unsupported operand type(s) 
for %: 'exceptions.Exception' and 'str'
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.)


-- 
583497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: python-xdg
Version: 0.19-1
Severity: minor

xdg.Mime.install_mime_info() executes update-mime-database. If that call 
failed for some reason, install_mime_info would throw a bogus exception:


Traceback (most recent call last):
  File test.py, line 3, in module
xdg.Mime.install_mime_info('eggs-ham', '/dev/null')
  File /usr/lib/pymodules/python2.6/xdg/Mime.py, line 474, in 
install_mime_info
http://standards.freedesktop.org/shared-mime-info/;) % command
TypeError: unsupported operand type(s) for %: 'exceptions.Exception' and 'str'

--
Jakub Wilk


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: pyxdg
Source-Version: 0.19-2

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

python-xdg_0.19-2_all.deb
  to main/p/pyxdg/python-xdg_0.19-2_all.deb
pyxdg_0.19-2.debian.tar.gz
  to main/p/pyxdg/pyxdg_0.19-2.debian.tar.gz
pyxdg_0.19-2.dsc
  to main/p/pyxdg/pyxdg_0.19-2.dsc



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 583...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Piotr Lewandowski piotr.lewandow...@gmail.com (supplier of updated pyxdg 
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: Wed, 23 Jun 2010 16:55:31 +0200
Source: pyxdg
Binary: python-xdg
Architecture: source all
Version: 0.19-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-team@lists.alioth.debian.org
Changed-By: Piotr Lewandowski piotr.lewandow...@gmail.com
Description: 
 python-xdg - Python library to access freedesktop.org standards
Closes: 568757 583497 585340
Changes: 
 pyxdg (0.19-2) unstable; urgency=low
 .
   * Fix case when $XDG_*_HOME is empty (fix-BaseDirectory-cornercase.patch)
 (closes: #568757). Kudos to Éric Araujo!
   * Fix xdg.Mime.install_mime_info() exception (fix-583497.patch)
 (closes: #583497). Thanks Jakub Wilk!
   * Replace string exceptions in Mime.py (fix-string-exceptions.patch)
 (closes: #585340). Thanks Sandro Tosi!
Checksums-Sha1: 
 6e9c7a9bbebb99f7f1a85c856f8090c7d3e84666 1905 pyxdg_0.19-2.dsc
 c02c9e4b9b4916a4f20d814dff00be2c3c7a7925 5087 pyxdg_0.19-2.debian.tar.gz
 0fe7036e37fc6c5d738c7908cc597799c8d11401 34964 python-xdg_0.19-2_all.deb
Checksums-Sha256: 
 23158c96bacf8ce4b05a1c9a2b00ccaa8ab6d149fc39a558099bc69dedc4bd57 1905 
pyxdg_0.19-2.dsc
 d447edfd349efda50c3817a22b537b7507a2163dff46ed5fac31ea9b48858ee9 5087 
pyxdg_0.19-2.debian.tar.gz
 2e33140fa2e95fad9c93be645cdeea990d9ef2605c4a0c239b7840c20c5f5759 34964 
python-xdg_0.19-2_all.deb
Files: 
 7d7c2b5aebf6ad1d96e40845ecc178d1 1905 python optional pyxdg_0.19-2.dsc
 13b5c800edf0808cc9e4c5925d61569b 5087 python optional 
pyxdg_0.19-2.debian.tar.gz
 94c659fc15a42168eb91108bb5f2a228 34964 python optional 
python-xdg_0.19-2_all.deb

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

iQIcBAEBCAAGBQJMIiDwAAoJEC1Os6YBVHX16roP/0lUsI9cEgLKEjcjSWFHV/uK
yOBskBldPxiCwFuw+vDr8sY65M4YeqLfE9OJ67Q6M1WV8XuAI1/PvEWZY5Gtm+Nf
o6IBz9KKtfUkVNm3Dz1oaN49UGsktFS4R2zRiFhCp5cAMoNUpESBqfLmqKnRc3ip
gOoyGOXDGxzvpW0Wmbl92IIsOylWC5Xpv+JFTuFscndM/EjjbuwmYWCcYssJ1CoI
RUBBkPyy7ItiJcmhIyYsECUaVEiYkBUw5Gs9zeEh8qF8ghw3MHEorNve4h3oQM5g
DcFVuUT/zf6GcMd6r0bliJV4b1tfCQ8ht2QMHFtEFa8e+cAscmO8H0U10a/lJIvb
6upZNpbLWKhFAn9gs9K8N958sAfe36TK4CFDNmwF2Tw0Qh8Fq2IpdLsqTvsH8aN9
dOxVWJBa3CwHKrAru23ZcHUbtNdEKslUzyN4KnF9S1xZ+9NDZs1Gi8dJZFgDuUOV
pWhF7gnnd7EVQJCSwAgR57lI4fdXk7/vsJN6jKFYqSYO6EYAXIUaKY1WHzZJLuQh
xRmJmZp76R6TvAJs/O1iTJdUMb+D82RuhEM/f0DYG8xZliz7RyXwZN2gFtMQXCJd
AeNbwKDYbr9F6gKnlex226nkLa21sR2s1CWb+yRZOvGggaMGgl82BEQ4DjpzykIM
3w+N2esjtx8m7z1E4FI9
=iD91
-END PGP SIGNATURE-



[Python-modules-team] Bug#585340: marked as done (python-xdg: Python string exceptions no more allowed in Python 2.6)

2010-06-23 Thread Debian Bug Tracking System
Your message dated Wed, 23 Jun 2010 16:26:46 +
with message-id e1orsmk-00028c...@ries.debian.org
and subject line Bug#585340: fixed in pyxdg 0.19-2
has caused the Debian Bug report #585340,
regarding python-xdg: Python string exceptions no more allowed in Python 2.6
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.)


-- 
585340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585340
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-xdg
Version: 0.19-1
Severity: minor
User: debian-pyt...@lists.debian.org
Usertags: python2.6

Hello,
One of the changes brought by Python 2.6 is the removal of string
exceptions, so they won't work in Python 2.6 (just a side note: they
were also buggy before, since they were not guaranteed to work
reliable even in 2.6); as an example:

$ python2.5 -c raise 'eggs'
-c:1: DeprecationWarning: raising a string exception is deprecated
Traceback (most recent call last):
  File string, line 1, in module
eggs

$ python2.6 -c raise 'eggs'
Traceback (most recent call last):
  File string, line 1, in module
TypeError: exceptions must be old-style classes or derived from BaseException, 
not str

Since 2.6 is the planned default version for the upcoming new Debian
stable release, there are chances your package may be affected by this
change.

We are not sure your package is impacted, since the exception raise
can be in a dead or very rare branch of the code, and so simply never
being executed. We would like to leverage your package maintainer
status and the relationship with upstream authors to inspect more
deeply the issue and act accordingly (that includes: making this bug
release critical, closing it as irrelevant, tagging it 'wontfix', or
whatever is appropriate).

Jakub Wilk made the discovery of the problem and kindly prepared a
list [1] of all identified packages (downloaded on 2010-06-09) along
with files  lines that triggered the pattern search.

[1] http://people.debian.org/~morph/strexp/string-exceptions.lintian

This mass-bug filing was announced at 2010-06-06 on [2] (see the
thread and the references there).

[2] http://lists.debian.org/debian-devel/2010/06/msg00097.html

We do not consider the whole situation a stopper for the Python
transition to 2.6, except (of course) for those single bugs where
severity will be increased.

Thanks in advance for your attention,
Sandro on behalf of debian-python


---End Message---
---BeginMessage---
Source: pyxdg
Source-Version: 0.19-2

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

python-xdg_0.19-2_all.deb
  to main/p/pyxdg/python-xdg_0.19-2_all.deb
pyxdg_0.19-2.debian.tar.gz
  to main/p/pyxdg/pyxdg_0.19-2.debian.tar.gz
pyxdg_0.19-2.dsc
  to main/p/pyxdg/pyxdg_0.19-2.dsc



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 585...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Piotr Lewandowski piotr.lewandow...@gmail.com (supplier of updated pyxdg 
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: Wed, 23 Jun 2010 16:55:31 +0200
Source: pyxdg
Binary: python-xdg
Architecture: source all
Version: 0.19-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-team@lists.alioth.debian.org
Changed-By: Piotr Lewandowski piotr.lewandow...@gmail.com
Description: 
 python-xdg - Python library to access freedesktop.org standards
Closes: 568757 583497 585340
Changes: 
 pyxdg (0.19-2) unstable; urgency=low
 .
   * Fix case when $XDG_*_HOME is empty (fix-BaseDirectory-cornercase.patch)
 (closes: #568757). Kudos to Éric Araujo!
   * Fix xdg.Mime.install_mime_info() exception (fix-583497.patch)
 (closes: #583497). Thanks Jakub Wilk!
   * Replace string exceptions in Mime.py (fix-string-exceptions.patch)
 (closes: #585340). Thanks Sandro Tosi!
Checksums-Sha1: 
 6e9c7a9bbebb99f7f1a85c856f8090c7d3e84666 1905 pyxdg_0.19-2.dsc
 c02c9e4b9b4916a4f20d814dff00be2c3c7a7925 5087 pyxdg_0.19-2.debian.tar.gz
 0fe7036e37fc6c5d738c7908cc597799c8d11401 34964 python-xdg_0.19-2_all.deb
Checksums-Sha256: 
 23158c96bacf8ce4b05a1c9a2b00ccaa8ab6d149fc39a558099bc69dedc4bd57 1905 

[Python-modules-team] maptransfer 0.3-1 MIGRATED to testing

2010-06-23 Thread Debian testing watch
FYI: The status of the maptransfer source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.3-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] python-networkx_1.1-2_amd64.changes ACCEPTED

2010-06-23 Thread Archive Administrator



Accepted:
python-networkx_1.1-2.debian.tar.gz
  to main/p/python-networkx/python-networkx_1.1-2.debian.tar.gz
python-networkx_1.1-2.dsc
  to main/p/python-networkx/python-networkx_1.1-2.dsc
python-networkx_1.1-2_all.deb
  to main/p/python-networkx/python-networkx_1.1-2_all.deb


Override entries for your package:
python-networkx_1.1-2.dsc - source python
python-networkx_1.1-2_all.deb - optional python

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 580839 585307 


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#580839: marked as done (python-networkx: dangling symlinks under doc directory)

2010-06-23 Thread Debian Bug Tracking System
Your message dated Wed, 23 Jun 2010 16:52:10 +
with message-id e1ortbk-0007tp...@ries.debian.org
and subject line Bug#580839: fixed in python-networkx 1.1-2
has caused the Debian Bug report #580839,
regarding python-networkx: dangling symlinks under doc directory
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.)


-- 
580839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580839
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-networkx
Version: 1.1-1
Severity: minor
Tags: sid


 [3]matica:~# dpkg -S /usr/share/doc/python-networkx/source/install.rst
python-networkx: /usr/share/doc/python-networkx/source/install.rst
 [4]matica:~# dpkg -S /usr/share/doc/python-networkx/source/reference/legal.rst 
python-networkx: /usr/share/doc/python-networkx/source/reference/legal.rst
 [5]matica:~# file /usr/share/doc/python-networkx/source/install.rst
/usr/share/doc/python-networkx/source/install.rst: broken symbolic link to 
`../../INSTALL.txt'
 [6]matica:~# file /usr/share/doc/python-networkx/source/reference/legal.rst 
/usr/share/doc/python-networkx/source/reference/legal.rst: broken symbolic link 
to `../../../LICENSE.txt'


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.33.3-core2-i (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-networkx depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-support1.0.8  automated rebuilding support for P

Versions of packages python-networkx recommends:
pn  python-matplotlib   none   (no description available)
ii  python-numpy1:1.3.0-3+b1 Numerical Python adds a fast array
ii  python-pkg-resources0.6.10-4 Package Discovery and Resource Acc
ii  python-pydot1.0.2-1  Python interface to Graphviz's dot
pn  python-scipynone   (no description available)
pn  python-yaml none   (no description available)

python-networkx suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: python-networkx
Source-Version: 1.1-2

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

python-networkx_1.1-2.debian.tar.gz
  to main/p/python-networkx/python-networkx_1.1-2.debian.tar.gz
python-networkx_1.1-2.dsc
  to main/p/python-networkx/python-networkx_1.1-2.dsc
python-networkx_1.1-2_all.deb
  to main/p/python-networkx/python-networkx_1.1-2_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 580...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi mo...@debian.org (supplier of updated python-networkx 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: SHA1

Format: 1.8
Date: Wed, 23 Jun 2010 18:12:28 +0200
Source: python-networkx
Binary: python-networkx
Architecture: source all
Version: 1.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-team@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-networkx - tool to create, manipulate and study complex networks
Closes: 580839 585307
Changes: 
 python-networkx (1.1-2) unstable; urgency=low
 .
   * debian/{control, source/format, rules}
 - switch to '3.0 (quilt)' source format
   * debian/rules
 - use '-f' option of rm instead of the make-way of ignoring error
   * debian/rules
 - remove 2 doc files not needed (they are actually broken symlinks); thanks
   to Ian Zimmerman for the report; Closes: #580839
   * debian/patches/changeset_r1745.diff
 - replace string exceptions, removed from python = 2.6; Closes: #585307
   * debian/{control, pyversions}
 - removed pyversions, now using XS-P-V
Checksums-Sha1: 
 60746ebb8e37a5af597d9e9e4f9d11ec3afbf144 1420 python-networkx_1.1-2.dsc
 bb3e9c643e1c424a1f003e553d0773b8e25bc6f0 9599 
python-networkx_1.1-2.debian.tar.gz
 d4b5dc47d336d8fdb7e4364f54b8a5d436d104d5 671984 

[Python-modules-team] Bug#585307: marked as done (python-networkx: Python string exceptions no more allowed in Python 2.6)

2010-06-23 Thread Debian Bug Tracking System
Your message dated Wed, 23 Jun 2010 16:52:10 +
with message-id e1ortbk-0007tw...@ries.debian.org
and subject line Bug#585307: fixed in python-networkx 1.1-2
has caused the Debian Bug report #585307,
regarding python-networkx: Python string exceptions no more allowed in Python 
2.6
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.)


-- 
585307: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585307
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-networkx
Version: 1.1-1
Severity: minor
User: debian-pyt...@lists.debian.org
Usertags: python2.6

Hello,
One of the changes brought by Python 2.6 is the removal of string
exceptions, so they won't work in Python 2.6 (just a side note: they
were also buggy before, since they were not guaranteed to work
reliable even in 2.6); as an example:

$ python2.5 -c raise 'eggs'
-c:1: DeprecationWarning: raising a string exception is deprecated
Traceback (most recent call last):
  File string, line 1, in module
eggs

$ python2.6 -c raise 'eggs'
Traceback (most recent call last):
  File string, line 1, in module
TypeError: exceptions must be old-style classes or derived from BaseException, 
not str

Since 2.6 is the planned default version for the upcoming new Debian
stable release, there are chances your package may be affected by this
change.

We are not sure your package is impacted, since the exception raise
can be in a dead or very rare branch of the code, and so simply never
being executed. We would like to leverage your package maintainer
status and the relationship with upstream authors to inspect more
deeply the issue and act accordingly (that includes: making this bug
release critical, closing it as irrelevant, tagging it 'wontfix', or
whatever is appropriate).

Jakub Wilk made the discovery of the problem and kindly prepared a
list [1] of all identified packages (downloaded on 2010-06-09) along
with files  lines that triggered the pattern search.

[1] http://people.debian.org/~morph/strexp/string-exceptions.lintian

This mass-bug filing was announced at 2010-06-06 on [2] (see the
thread and the references there).

[2] http://lists.debian.org/debian-devel/2010/06/msg00097.html

We do not consider the whole situation a stopper for the Python
transition to 2.6, except (of course) for those single bugs where
severity will be increased.

Thanks in advance for your attention,
Sandro on behalf of debian-python


---End Message---
---BeginMessage---
Source: python-networkx
Source-Version: 1.1-2

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

python-networkx_1.1-2.debian.tar.gz
  to main/p/python-networkx/python-networkx_1.1-2.debian.tar.gz
python-networkx_1.1-2.dsc
  to main/p/python-networkx/python-networkx_1.1-2.dsc
python-networkx_1.1-2_all.deb
  to main/p/python-networkx/python-networkx_1.1-2_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 585...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi mo...@debian.org (supplier of updated python-networkx 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: SHA1

Format: 1.8
Date: Wed, 23 Jun 2010 18:12:28 +0200
Source: python-networkx
Binary: python-networkx
Architecture: source all
Version: 1.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-team@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-networkx - tool to create, manipulate and study complex networks
Closes: 580839 585307
Changes: 
 python-networkx (1.1-2) unstable; urgency=low
 .
   * debian/{control, source/format, rules}
 - switch to '3.0 (quilt)' source format
   * debian/rules
 - use '-f' option of rm instead of the make-way of ignoring error
   * debian/rules
 - remove 2 doc files not needed (they are actually broken symlinks); thanks
   to Ian Zimmerman for the report; Closes: #580839
   * debian/patches/changeset_r1745.diff
 - replace string exceptions, removed from python = 2.6; Closes: #585307
   * debian/{control, pyversions}
 - removed pyversions, now using XS-P-V
Checksums-Sha1: 
 

[Python-modules-team] Processed: your mail

2010-06-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 586884 + pending
Bug #586884 [ldaptor] Error in python installation dirs
Ignoring request to alter tags of bug #586884 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Processing of ldaptor_0.0.43+debian1-3_amd64.changes

2010-06-23 Thread Archive Administrator
ldaptor_0.0.43+debian1-3_amd64.changes uploaded successfully to localhost
along with the files:
  ldaptor_0.0.43+debian1-3.dsc
  ldaptor_0.0.43+debian1-3.debian.tar.gz
  ldaptor-utils_0.0.43+debian1-3_all.deb
  ldaptor-webui_0.0.43+debian1-3_all.deb
  python-ldaptor_0.0.43+debian1-3_all.deb
  ldaptor-doc_0.0.43+debian1-3_all.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] ldaptor_0.0.43+debian1-3_amd64.changes ACCEPTED

2010-06-23 Thread Archive Administrator



Accepted:
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


Override entries for your package:
ldaptor-doc_0.0.43+debian1-3_all.deb - optional doc
ldaptor-utils_0.0.43+debian1-3_all.deb - optional admin
ldaptor-webui_0.0.43+debian1-3_all.deb - optional admin
ldaptor_0.0.43+debian1-3.dsc - source admin
python-ldaptor_0.0.43+debian1-3_all.deb - optional python

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 586884 


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#586884: marked as done (Error in python installation dirs)

2010-06-23 Thread Debian Bug Tracking System
Your message dated Wed, 23 Jun 2010 18:33:38 +
with message-id e1orulw-0002ce...@ries.debian.org
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 ow...@bugs.debian.org
immediately.)


-- 
586884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ldaptor
Version: 0.0.43+debian1-2
Severity: important
Tags: patch
User: debian-pyt...@lists.debian.org
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.0 +0200
+++ ldaptor-0.0.43+debian1/debian/control	2010-06-23 10:15:02.0 +0200
@@ -1,7 +1,8 @@
 Source: ldaptor
 Section: admin
 Priority: optional
-Maintainer: Debian Python Modules Team python-modules-team@lists.alioth.debian.org
+Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
+XSBC-Original-Maintainer: Debian Python Modules Team python-modules-team@lists.alioth.debian.org
 Uploaders: Jan Dittberner ja...@debian.org
 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.0 +0100
+++ ldaptor-0.0.43+debian1/debian/ldaptor-webui.install	2010-06-23 10:15:02.0 +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.0 +0100
+++ ldaptor-0.0.43+debian1/debian/python-ldaptor.install	2010-06-23 10:15:02.0 +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.0 +0100
+++ ldaptor-0.0.43+debian1/debian/rules	2010-06-23 10:15:02.0 +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---
---BeginMessage---
Source: ldaptor
Source-Version: 0.0.43+debian1-3