Your message dated Tue, 04 Jan 2011 10:03:05 +0000
with message-id <e1pa3jn-0001bn...@franck.debian.org>
and subject line Bug#608568: fixed in bup 0.20-2
has caused the Debian Bug report #608568,
regarding bup: needs tight dependency on python
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.)
--
608568: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608568
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bup
Version: 0.20-1.1
Severity: serious
Justification: Debian Policy 3.5, Python Policy 3.1.1
Tags: patch
bup builds a private Python extension[0]. Such extensions are normally
not binary compatible across different Python versions, so the package
must declare tight dependency on the version for which the extension was
built. The attached patch fixes this bug.
[0] $ dpkg -c bup_0.20-1.1_i386.deb | grep -F .so
-rw-r--r-- root/root 8264 2011-01-01 16:31 ./usr/lib/bup/bup/_helpers.so
--
Jakub Wilk
diff -Nru bup-0.20/debian/control bup-0.20/debian/control
--- bup-0.20/debian/control 2010-12-18 00:42:41.000000000 +0100
+++ bup-0.20/debian/control 2011-01-01 16:28:05.000000000 +0100
@@ -2,7 +2,7 @@
Section: admin
Priority: extra
Maintainer: Jon Dowland <j...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), pandoc, python-dev,
+Build-Depends: debhelper (>= 7.0.50~), pandoc, python-dev, python-support,
git (>= 1:1.7.0.4-2) | git-core
Standards-Version: 3.9.1
Homepage: http://github.com/apenwarr/bup
@@ -11,7 +11,7 @@
Package: bup
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python, git (>= 1:1.7.0.4-2) | git-core, python-fuse,
python-tornado (>= 1.0.1-1)
Recommends: par2
--- End Message ---
--- Begin Message ---
Source: bup
Source-Version: 0.20-2
We believe that the bug you reported is fixed in the latest version of
bup, which is due to be installed in the Debian FTP archive:
bup_0.20-2.debian.tar.gz
to main/b/bup/bup_0.20-2.debian.tar.gz
bup_0.20-2.dsc
to main/b/bup/bup_0.20-2.dsc
bup_0.20-2_i386.deb
to main/b/bup/bup_0.20-2_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 608...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jon Dowland <j...@debian.org> (supplier of updated bup 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, 03 Jan 2011 10:19:57 +0000
Source: bup
Binary: bup
Architecture: source i386
Version: 0.20-2
Distribution: unstable
Urgency: low
Maintainer: Jon Dowland <j...@debian.org>
Changed-By: Jon Dowland <j...@debian.org>
Description:
bup - highly efficient file backup system based on git
Closes: 608568
Changes:
bup (0.20-2) unstable; urgency=low
.
* use python-support to tightly version python dependency,
needed due to the binary extensions. Thanks Jakub Wilk.
Closes: #608568.
Checksums-Sha1:
c1f83b4361c435b9c0d7630d0bf8e53dd1e8dd93 1182 bup_0.20-2.dsc
65e67189c4915192b222927e8b9eea7337625447 2933 bup_0.20-2.debian.tar.gz
f26f52b18162049daaa82ed23b09c106d5718514 115444 bup_0.20-2_i386.deb
Checksums-Sha256:
17d74a4f4d79967978fb22af9d75a1679c74e2b846de0eb180a01f5e1f7853b9 1182
bup_0.20-2.dsc
7432ed501cc1ffe4c5af384761ee1947a954493757c602b3ffd32bad434cda24 2933
bup_0.20-2.debian.tar.gz
fe426798fa214f59854fbef43f51e5e0ce6acbfb79ce00bbe7db2d17e7d27cab 115444
bup_0.20-2_i386.deb
Files:
41efbb3e17fa7b136fd543eee2330a82 1182 admin extra bup_0.20-2.dsc
d89c37aeca367424c686ced80d753599 2933 admin extra bup_0.20-2.debian.tar.gz
700692f0804e7ba08e15d33a55d2da0d 115444 admin extra bup_0.20-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk0hwUkACgkQFotOcXAy8jji+gCgtb7boFTDCYjOrCXj1SPnCyfC
RwUAn0UQnwWuz8UBv43nsgrdKFYxvlIv
=9pcs
-----END PGP SIGNATURE-----
--- End Message ---