Your message dated Fri, 24 Aug 2007 07:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#424906: fixed in python-central 0.5.15
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: python-central
Version: 0.5.13-0.1
Severity: important

When building a new package, I noticed that the -p doesn't work (bug
378442), and also, dh_pycentral fails when there is a package in the
control file with "++" in the name, like "libplayerc++2".

The combination of these two bugs makes it impossible for me to build
my package :(

Relevant sections of control file:
Package: libplayerc++2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Networked server for robots and sensors - C++ client
library
 Provides a network interface to a variety of robot and sensor
 hardware.  Player's client/server model allows robot control programs
 to be written in any programming language and to run on any computer
 with a network connection to th e robot. Player supports multiple
 concurrent client connections to devices, creating new possibilities
 for distributed and collaborative sensing and control.
 .
 This package contains the C++ library for interface to Player
servers.
 .
 Homepage: http://playerstage.sourceforge.net/

Package: python-playerc
Provides: ${python:Provides}
Section: python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:depends}
XB-Python-Version: ${python:Versions}
Description: Networked server for robots and sensors - python wrapper
 Provides a network interface to a variety of robot and sensor
 hardware.  Player's client/server model allows robot control programs
 to be written in any programming language and to run on any computer
 with a network connection to th e robot. Player supports multiple
 concurrent client connections to devices, creating new possibilities
 for distributed and collaborative sensing and control.
 .
 This package contains the python wrapper module.
 .
 Homepage: http://playerstage.sourceforge.net/

Error message: 
pycentral: pycentral debhelper: missing XB-Python-Version attribute in package 
libplayerc2-dev
pycentral: pycentral debhelper: missing XB-Python-Version attribute in package 
libplayerc++2
Nested quantifiers in regex; marked by <-- HERE in m/^debian/libplayerc++ <-- 
HERE 2/usr/share/doc// at /usr/bin/dh_pycentral line 191.  
make[1]: *** [binary-common] Error 2
make[1]: Leaving directory
`/home/jamuraa/debian-devel/player/player-2.0.4'
make: *** [binary-arch] Error 2

This can be fixed by escaping regex things in the $tmp on line 191
thusly: 

 my $found = 0;
  find sub {
                $tmp2 = $tmp
    $tmp2 =~ s/\+/\\+/g;
    return if $File::Find::dir =~ m|^$tmp2/usr/share/doc/|;
    return unless -f and /\.py$/;
    $found++;
  }, $tmp;

That's how I fixed it for my problem.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-central depends on:
ii  python                        2.4.4-5    An interactive high-level object-o

python-central recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: python-central
Source-Version: 0.5.15

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

python-central_0.5.15.dsc
  to pool/main/p/python-central/python-central_0.5.15.dsc
python-central_0.5.15.tar.gz
  to pool/main/p/python-central/python-central_0.5.15.tar.gz
python-central_0.5.15_all.deb
  to pool/main/p/python-central/python-central_0.5.15_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.
Bastian Kleineidam <[EMAIL PROTECTED]> (supplier of updated python-central 
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: SHA1

Format: 1.7
Date: Thu, 23 Aug 2007 21:58:27 +0200
Source: python-central
Binary: python-central
Architecture: source all
Version: 0.5.15
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
Changed-By: Bastian Kleineidam <[EMAIL PROTECTED]>
Description: 
 python-central - register and build utility for Python packages
Closes: 424906 432371
Changes: 
 python-central (0.5.15) unstable; urgency=medium
 .
   * [Bastian Kleineidam]
     - Quote package names in Perl regex.
       (Closes: #432371) (Closes: #424906)
     - Medium urgency due to RC bug fix.
Files: 
 1747829b328594579b83b31c99fcbab8 600 python standard python-central_0.5.15.dsc
 ccb0801169df613999b5a7185ebb3cfe 30558 python standard 
python-central_0.5.15.tar.gz
 38ee52719e6285a6a74e8ad4e15c484c 32854 python standard 
python-central_0.5.15_all.deb

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

iD8DBQFGzoOTeBwlBDLsbz4RAlkIAKCKtQZ6xsQ3l2R0xsWpxn86BaH1gQCfc0t6
4lZE1KzK38nnz25yYD1gjmU=
=ESxu
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to