Your message dated Tue, 04 Jan 2011 10:03:00 +0000
with message-id <e1pa3ji-00018y...@franck.debian.org>
and subject line Bug#608568: fixed in bup 0.17b-2squeeze1
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.17b-2squeeze1

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.17b-2squeeze1.debian.tar.gz
  to main/b/bup/bup_0.17b-2squeeze1.debian.tar.gz
bup_0.17b-2squeeze1.dsc
  to main/b/bup/bup_0.17b-2squeeze1.dsc
bup_0.17b-2squeeze1_i386.deb
  to main/b/bup/bup_0.17b-2squeeze1_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:31:55 +0000
Source: bup
Binary: bup
Architecture: source i386
Version: 0.17b-2squeeze1
Distribution: testing-proposed-updates
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.17b-2squeeze1) testing-proposed-updates; urgency=low
 .
   * use python-support to tightly version python dependency,
     needed due to the binary extensions. Thanks Jakub Wilk.
     Closes: #608568.
Checksums-Sha1: 
 5539f20bda6eabcfec5dc26ed7358a0698cbcb3b 1221 bup_0.17b-2squeeze1.dsc
 855b24baa162df171aeae46c8fe3588a0cb9bb6a 2908 bup_0.17b-2squeeze1.debian.tar.gz
 51b89fc63a290e8e8e73b9c19b87e61e17e6324f 102370 bup_0.17b-2squeeze1_i386.deb
Checksums-Sha256: 
 3d63a810ca7702a0ce0a15252152697d382cfc7751712407093d8842f97ed9ef 1221 
bup_0.17b-2squeeze1.dsc
 1cbdd821551852ce154f6df6032a02f096544cc569a77ec7dbfc66f3763615f0 2908 
bup_0.17b-2squeeze1.debian.tar.gz
 f7772bfeef02dd0310ef5b9138ceb78f658c04fd3ca96ce7be7d4543b537ca3e 102370 
bup_0.17b-2squeeze1_i386.deb
Files: 
 3236a82f603bd17f327513a9bf1ed12a 1221 admin extra bup_0.17b-2squeeze1.dsc
 a50e7d6e53fb6a50ce607c27bdb0f10e 2908 admin extra 
bup_0.17b-2squeeze1.debian.tar.gz
 950a92ee72702628163f994e9547f7af 102370 admin extra 
bup_0.17b-2squeeze1_i386.deb

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

iEYEARECAAYFAk0hpcMACgkQFotOcXAy8jgfJACgiOB+kS2R8pZxPR63zVK73EHC
KDIAnjgAkRqMyC8HLZAJBVKjlyZCo0sY
=TqwV
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to