Your message dated Thu, 02 Jun 2011 12:32:19 +0000
with message-id <e1qs74v-0004mj...@franck.debian.org>
and subject line Bug#628541: fixed in debsecan 0.4.15
has caused the Debian Bug report #628541,
regarding debsecan: VersionCompare no longer available
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.)


-- 
628541: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628541
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: debsecan
version: 0.4.14
severity: serious
tag: patch

VersionCompare is no longer available in python-apt as of version 0.8
which is now in unstable, so debsecan always crashes. here is a patch
that fixes that.

best wishes,
mike
--- debsecan	2010-03-07 10:52:24.000000000 -0500
+++ /usr/bin/debsecan	2011-05-29 19:30:28.000000000 -0400
@@ -89,7 +89,7 @@
         return 'Version(%s)' % `self.__asString`
 
     def __cmp__(self, other):
-        return apt_pkg.VersionCompare(self.__asString, other.__asString)
+        return version_compare(self.__asString, other.__asString)
 
 class PackageFile:
     """A Debian package file.

--- End Message ---
--- Begin Message ---
Source: debsecan
Source-Version: 0.4.15

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

debsecan_0.4.15.dsc
  to main/d/debsecan/debsecan_0.4.15.dsc
debsecan_0.4.15.tar.gz
  to main/d/debsecan/debsecan_0.4.15.tar.gz
debsecan_0.4.15_all.deb
  to main/d/debsecan/debsecan_0.4.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 628...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Florian Weimer <f...@deneb.enyo.de> (supplier of updated debsecan 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: Thu, 02 Jun 2011 14:11:56 +0200
Source: debsecan
Binary: debsecan
Architecture: source all
Version: 0.4.15
Distribution: unstable
Urgency: low
Maintainer: Florian Weimer <f...@deneb.enyo.de>
Changed-By: Florian Weimer <f...@deneb.enyo.de>
Description: 
 debsecan   - Debian Security Analyzer
Closes: 628541
Changes: 
 debsecan (0.4.15) unstable; urgency=low
 .
   * Actually support recent python-apt versions, with thanks to Michael
     Gilbert.  Closes: #628541.
Checksums-Sha1: 
 28c8aac13e166d8fd89b0f9544a9cd249311def8 1025 debsecan_0.4.15.dsc
 4c1c850ff08b57304f00e0b6e3db6c38be7c168f 86694 debsecan_0.4.15.tar.gz
 f49f0da15749a086406b7102acd0dca0180f2af2 34672 debsecan_0.4.15_all.deb
Checksums-Sha256: 
 a5829728a9e6d871671b8169930f29f71da1fa4dd1bc0387eb9fc856216eeb2e 1025 
debsecan_0.4.15.dsc
 96ee7df58522eae515228a751343e7f895838997ea9e7140825b253e05e22c4a 86694 
debsecan_0.4.15.tar.gz
 1fb0bb8c130f43f975106677f444d99855d263577b67feab1001cb65711bc954 34672 
debsecan_0.4.15_all.deb
Files: 
 30581d1cfddd5a8f6139f47544810229 1025 admin optional debsecan_0.4.15.dsc
 df6266863221ac2cc6ebcefd01e9a410 86694 admin optional debsecan_0.4.15.tar.gz
 e68c176a470fd1893d676048b02cc26b 34672 admin optional debsecan_0.4.15_all.deb

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

iQEcBAEBAgAGBQJN54LkAAoJEL97/wQC1SS+WHwH/0ZvqrVwO8avVjyDDIQP9O2r
Zq8Rm0i4/GlMZSPhyg2B5HfFRLKps6LGyqNDa6lAM8SWT0kI9cIrrUOdVAkC4Czp
E+SpzPtTl1gUEO8oqMj2HG3/0B2FaoJ8dNq+h0JYwmmFTCDhQcRN38VtH7YbAbHq
gX6Tqx+brP0rG4JEVy4FVtWYhafkub/tWX+KV3Cf4JD6Sbp5QR2//Fm4MBuT/FSh
LNfoIqscnYYaHidCF6xKRqSOKDCQayESYQvMSqCbak6KBOldyUj+yJWVEsZ4HaXH
lfnd3oejS8O1g0g8naK9mvZXYGDRToQWjNPLiqWcFB8CidB2ljKmFlmQeVEMK6A=
=BQmR
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to