Your message dated Wed, 03 Mar 2010 18:02:32 +0000
with message-id <[email protected]>
and subject line Bug#571758: fixed in tla-buildpackage 0.9.14
has caused the Debian Bug report #571758,
regarding [PATCH] python-apt 0.8 API transition: Please update tla-buildpackage 
to new API
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 [email protected]
immediately.)


-- 
571758: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571758
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tla-buildpackage
Tags: patch
User: [email protected]
Usertags: python-apt-0-8-api

As part of the python-apt API transition mass bug filing[1],
I would like to ask you to update your package for the new
API using the attached patch.

The first python-apt upload after the Squeeze release will
drop the old API and will get a 'Breaks' for all packages
which have not been adjusted yet. All not-fixed bugs will 
become release critical then.

[1] http://lists.debian.org/debian-devel/2010/02/msg00424.html

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.
From a8c24a7374007045e7ebc4aa2ef1424ceb104273 Mon Sep 17 00:00:00 2001
From: Julian Andres Klode <[email protected]>
Date: Sat, 27 Feb 2010 20:51:41 +0100
Subject: [PATCH] Update to the new python-apt API.

---
 debian/control    |    2 +-
 tbppy/versions.py |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index cbb2876..90be5c0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.7.3
 
 Package: tla-buildpackage
 Architecture: all
-Depends: tla, tla-load-dirs (>= 1.1.0), dpkg-dev, devscripts, python-apt, ${python:Depends}
+Depends: tla, tla-load-dirs (>= 1.1.0), dpkg-dev, devscripts, python-apt (>= 0.7.91), ${python:Depends}
 Description: Suite to help with Debian packages in Arch archives
  This package helps automate and ease the task of maintaining Debian
  packages by helping you, the Debian developer, take advantage of
diff --git a/tbppy/versions.py b/tbppy/versions.py
index 51479aa..7db4802 100644
--- a/tbppy/versions.py
+++ b/tbppy/versions.py
@@ -19,7 +19,7 @@
 import re
 import extcmd
 import apt_pkg
-apt_pkg.InitSystem()
+apt_pkg.init_system()
 
 tbp_version = '0.9.12+hc2'
 
@@ -64,4 +64,4 @@ def getpackagefromchangelog():
     return extcmd.extractline('dpkg-parsechangelog', 'Source')
 
 def vercmp(v1, v2):
-    return apt_pkg.VersionCompare(v1, v2)
+    return apt_pkg.version_compare(v1, v2)
-- 
1.7.0

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: tla-buildpackage
Source-Version: 0.9.14

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

tla-buildpackage_0.9.14.dsc
  to main/t/tla-buildpackage/tla-buildpackage_0.9.14.dsc
tla-buildpackage_0.9.14.tar.gz
  to main/t/tla-buildpackage/tla-buildpackage_0.9.14.tar.gz
tla-buildpackage_0.9.14_all.deb
  to main/t/tla-buildpackage/tla-buildpackage_0.9.14_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.
Julian Andres Klode <[email protected]> (supplier of updated tla-buildpackage 
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: RIPEMD160

Format: 1.8
Date: Wed, 03 Mar 2010 17:14:09 +0100
Source: tla-buildpackage
Binary: tla-buildpackage
Architecture: source all
Version: 0.9.14
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[email protected]>
Changed-By: Julian Andres Klode <[email protected]>
Description: 
 tla-buildpackage - Suite to help with Debian packages in Arch archives
Closes: 571483 571758
Changes: 
 tla-buildpackage (0.9.14) unstable; urgency=low
 .
   * QA upload.
   * Update Standards-Version to 3.8.4
   * Set maintainer to Debian QA Group <[email protected]>.
   * Pass --install-layout=deb to setup.py (Closes: #571483)
   * Use the new python-apt API (Closes: #571758)
   * Build-depend on python (>= 2.5.4) instead of python-dev
   * Add ${misc:Depends} to Depends.
Checksums-Sha1: 
 a68997beead2bfbc79c550475ed5d1b17ab05192 916 tla-buildpackage_0.9.14.dsc
 e2dac6ddb091c12e5b2dae5db22895adfd59744d 54571 tla-buildpackage_0.9.14.tar.gz
 266f306344442c3331cca4b528f8e43c52f595fa 200150 tla-buildpackage_0.9.14_all.deb
Checksums-Sha256: 
 ad9c490feb19e38e8b9196c8cf193f4ad2617f4882ca99117ef427f2054b7b82 916 
tla-buildpackage_0.9.14.dsc
 441161f29b9a1a6db910bfdb0d7a3378b1c1047404dcf6adfcdc8d5437f5344f 54571 
tla-buildpackage_0.9.14.tar.gz
 bf26fdd400d473df1a8bdada7ecfd5d3c31598e1214528246b641df7d20bc021 200150 
tla-buildpackage_0.9.14_all.deb
Files: 
 c0ecbf4367f177487b0250f5c326dc97 916 devel optional tla-buildpackage_0.9.14.dsc
 54c9d40be4b55b258042311a94017e73 54571 devel optional 
tla-buildpackage_0.9.14.tar.gz
 b5b11a06af38c3a5dfdfe33b3d1b6777 200150 devel optional 
tla-buildpackage_0.9.14_all.deb

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

iEYEAREDAAYFAkuOosEACgkQrCpf/gCCPsKnRACdFagnCRHZEn3wsaQsTOj5uNQr
i1cAn31CvP9ttwcuBgAI+41zGWy+LtPL
=ie0i
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to