Your message dated Fri, 27 Sep 2013 06:33:25 +0000 with message-id <[email protected]> and subject line Bug#724512: fixed in debarchiver 0.9.12 has caused the Debian Bug report #724512, regarding debarchiver: use consistent distribution names when reading .changes files 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.) -- 724512: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724512 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: debarchiver Version: 0.9.11 Severity: minor Tags: patch Hi Maintainer, This is somewhat related to the bug #724316 I reported earlier. When I was uploading .changes files for different distributions other than unstable built using the distribution codenames, e.g. wheezy, jessie etc., debarchiver generates an incorrect 'Release' file by putting the codename value into 'Suite'. I have been using sbuild --dist=jessie package.dsc etc. to build for different distributions. As a workaround you can have the suite name (e.g. testing) as the 'Distribution' in the .changes file but the following simple patch (also attached) would take into account such scenarios and generate the correct 'Release' file. --- debarchiver.pl 2013-09-23 17:59:03.000000000 +0100 +++ debarchiver 2013-09-24 15:46:57.000000000 +0100 @@ -1913,6 +1913,13 @@ # OVERRIDES foreach my $distr (split /\s+/, $distrd) { + + # Do a reverse mapping of the distribution here so we always + # speak the same language. i.e. testing, unstable etc. instead + # of jessie, sid etc. + my %distlookup = reverse %distmapping; + $distr = $distlookup{$distr} || $distr; + # Note to autoscan that files are installed to this dir. $dests{"$distr/$major/$archsec"} = 1; Thanks, Udi
debarchiver.patch
Description: Binary data
--- End Message ---
--- Begin Message ---Source: debarchiver Source-Version: 0.9.12 We believe that the bug you reported is fixed in the latest version of debarchiver, which is due to be installed in the Debian FTP archive. 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. Ola Lundqvist <[email protected]> (supplier of updated debarchiver 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: SHA1 Format: 1.8 Date: Fri, 27 Sep 2013 08:21:50 +0200 Source: debarchiver Binary: debarchiver Architecture: source all Version: 0.9.12 Distribution: unstable Urgency: low Maintainer: Ola Lundqvist <[email protected]> Changed-By: Ola Lundqvist <[email protected]> Description: debarchiver - Tool to handle Debian package archives Closes: 724512 Changes: debarchiver (0.9.12) unstable; urgency=low . * Applied fix from Uditha Atukorala <[email protected]> that solves a second error in the generated Release file. Closes: #724512. Checksums-Sha1: 514b452d552f45522b86d069743925e72c5026c5 815 debarchiver_0.9.12.dsc 32763ce8abb52b84c57397f32647ca6b834ecd98 130287 debarchiver_0.9.12.tar.gz e466ba85ab6b4954c12ac587803c2f2feb8a06e3 65886 debarchiver_0.9.12_all.deb Checksums-Sha256: e35686132763c740d66083b989a1e40fd2d74d2f9a8e4a4ce63d78feb34d8fb4 815 debarchiver_0.9.12.dsc 680bbbfdc23f3599a24d257f0448d3980b3c2f7f01a832a90382f5f380d892c5 130287 debarchiver_0.9.12.tar.gz 7d17f40049d47bbdab7edc74b98cf011550c4799d69f0c53ae39632b0caf13f3 65886 debarchiver_0.9.12_all.deb Files: 20f63e2a5c773baa4079fcaa3fb7737a 815 devel optional debarchiver_0.9.12.dsc 3e9a446fd92d5871d1ccdd05cfa963e6 130287 devel optional debarchiver_0.9.12.tar.gz 7594d4d9e7ab84f57d00af442f792f17 65886 devel optional debarchiver_0.9.12_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlJFJJsACgkQGKGxzw/lPdm71wCZATt/meAL+/WWBUs/x9LcrU/z Jo8AoKfOADRXk8OUzvI+aN3OfxyiFa+k =q0lH -----END PGP SIGNATURE-----
--- End Message ---

