Your message dated Mon, 26 Jul 2010 09:47:59 +0000
with message-id <e1odkhv-0002a9...@franck.debian.org>
and subject line Bug#590398: fixed in pysvn 1.7.2-3
has caused the Debian Bug report #590398,
regarding pysvn: FTBFS: /bin/sh: dh_pycentral: not found
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.)


-- 
590398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590398
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pysvn
Version: 1.7.2-2
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100725 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> dh_clean -k -s 
> dh_clean: dh_clean -k is deprecated; use dh_prep instead
> dh_installdirs -ppython-svn \
>               /usr/lib/python2.5/site-packages/pysvn
> install -d debian/python-svn//usr/lib/python2.5/site-packages/pysvn/
> cp -p _pysvn_2_5.so debian/python-svn//usr/lib/python2.5/site-packages/pysvn/
> cp -p __init__2_5.py 
> debian/python-svn//usr/lib/python2.5/site-packages/pysvn/__init__.py
> find debian/python-svn -name .svn | xargs rm -rf
> dh_installdirs -ppython-svn \
>               /usr/lib/python2.6/dist-packages/pysvn
> install -d debian/python-svn//usr/lib/python2.6/dist-packages/pysvn/
> cp -p _pysvn_2_6.so debian/python-svn//usr/lib/python2.6/dist-packages/pysvn/
> cp -p __init__2_6.py 
> debian/python-svn//usr/lib/python2.6/dist-packages/pysvn/__init__.py
> find debian/python-svn -name .svn | xargs rm -rf
> dh_installdirs -ppython-svn-dbg \
>               /usr/lib/python2.5/site-packages/pysvn
> cp -p _pysvn_2_5_d.so 
> debian/python-svn-dbg//usr/lib/python2.5/site-packages/pysvn/
> find debian/python-svn-dbg -name .svn | xargs rm -rf
> dh_installdirs -ppython-svn-dbg \
>               /usr/lib/python2.6/dist-packages/pysvn
> cp -p _pysvn_2_6_d.so 
> debian/python-svn-dbg//usr/lib/python2.6/dist-packages/pysvn/
> find debian/python-svn-dbg -name .svn | xargs rm -rf
> dh_testdir
> dh_testroot
> dh_installchangelogs -a
> dh_installdocs -a -A -X.svn Docs/*
> dh_installexamples -a -A Examples/*
> dh_strip -ppython-svn --dbg-package=python-svn-dbg
> rm -rf debian/python-svn-dbg/usr/share/doc/python-svn-dbg
> ln -s python-svn debian/python-svn-dbg/usr/share/doc/python-svn-dbg
> dh_compress -a -X.py -X.sxw
> dh_fixperms -a
> DH_PYCENTRAL=nomove dh_pycentral -a -v
> /bin/sh: dh_pycentral: not found
> make: *** [binary-arch] Error 127

The full build log is available from:
   http://people.debian.org/~lucas/logs/2010/07/25/pysvn_1.7.2-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: pysvn
Source-Version: 1.7.2-3

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

pysvn_1.7.2-3.diff.gz
  to main/p/pysvn/pysvn_1.7.2-3.diff.gz
pysvn_1.7.2-3.dsc
  to main/p/pysvn/pysvn_1.7.2-3.dsc
python-svn-dbg_1.7.2-3_i386.deb
  to main/p/pysvn/python-svn-dbg_1.7.2-3_i386.deb
python-svn_1.7.2-3_i386.deb
  to main/p/pysvn/python-svn_1.7.2-3_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 590...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated pysvn 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: Mon, 26 Jul 2010 10:54:35 +0200
Source: pysvn
Binary: python-svn python-svn-dbg
Architecture: source i386
Version: 1.7.2-3
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <d...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description: 
 python-svn - A(nother) Python interface to Subversion
 python-svn-dbg - A(nother) Python interface to Subversion (debug extension)
Closes: 590398
Changes: 
 pysvn (1.7.2-3) unstable; urgency=low
 .
   * Build using dh_python2 instead of dh_pycentral. Closes: #590398.
Checksums-Sha1: 
 5d2bf3f9c6d310413d0101397dd660b26f4f67d9 1166 pysvn_1.7.2-3.dsc
 9ef68b335a20b3d439a23c59ca6f84bfaa83fa25 6254 pysvn_1.7.2-3.diff.gz
 62377530dbab360d1009d43e0d6894c56aa54625 732556 python-svn_1.7.2-3_i386.deb
 01e8d5b752dc1d529c478e09197f93077f3eb9f8 8250214 
python-svn-dbg_1.7.2-3_i386.deb
Checksums-Sha256: 
 3b8fc7497200cbcd843c7d6aba258ccc8a1c0f0a0a8c146b21d9b5776ca1c4f6 1166 
pysvn_1.7.2-3.dsc
 91720497f98cd2349df3d6fdfe4c69d1e8678665fcd3323769732e2849dabbdb 6254 
pysvn_1.7.2-3.diff.gz
 6d117eccc32f226cc2204592003194ec71e154660333523f0e7a433ee6030ef0 732556 
python-svn_1.7.2-3_i386.deb
 19ece02d080619ee9a00224519db50980dc5845607f8b2e63e7b586931a2dba6 8250214 
python-svn-dbg_1.7.2-3_i386.deb
Files: 
 36c43a803c59dd536dbd446ca07bdd57 1166 python optional pysvn_1.7.2-3.dsc
 bee83b75775654c29652aa6abb3a5709 6254 python optional pysvn_1.7.2-3.diff.gz
 adfc6a3f7c93c26b2f45e4b562216376 732556 python optional 
python-svn_1.7.2-3_i386.deb
 3a2e9e7ed641782e33095eaac46eeac3 8250214 debug extra 
python-svn-dbg_1.7.2-3_i386.deb

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

iEYEARECAAYFAkxNT1UACgkQStlRaw+TLJxGjQCfT+yzZaT4vMA78VD/ayWU/BLh
WtkAn12KasxwOghsk9kHlVIlD6SHGM4c
=P3kX
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to