[Pkg-asv-commits] r76 - in trunk: . debian

Christoph Martin chrism at moszumanska.debian.org
Fri Feb 6 09:22:45 UTC 2015


Author: chrism
Date: 2015-02-06 09:20:08 +0000 (Fri, 06 Feb 2015)
New Revision: 76

Modified:
   trunk/apt-show-versions
   trunk/debian/changelog
Log:
releasing package apt-show-versions version 0.22.7

Modified: trunk/apt-show-versions
===================================================================
--- trunk/apt-show-versions	2014-11-04 15:19:03 UTC (rev 75)
+++ trunk/apt-show-versions	2015-02-06 09:20:08 UTC (rev 76)
@@ -356,7 +356,7 @@
             printf("%s not installed (not available)\n", $pkgname);
         }
     } else {
-        foreach my $arch ($archname or sort keys(%{$apackages->{$pkgname}})) {
+        foreach my $arch ($archname or sort keys(%{{map{$_=>1}(keys(%{$apackages->{$pkgname}}), keys(%{$pkgs->{$pkgname}}))}})) {
             print_package_internal($pkgname, $arch);
         }
     }
@@ -456,7 +456,7 @@
             if ($version) {
                 my @version_info;
                 ($found, @version_info) =
-		    &print_version($irelease,
+		    &print_version(($irelease ? $irelease : &get_rel_name($_->{$RELEASE})),
                                    $pkgarch, $iversion, $version, $cand);
                 push @print_info, @version_info if ($found);
                 $aversion = $version;

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2014-11-04 15:19:03 UTC (rev 75)
+++ trunk/debian/changelog	2015-02-06 09:20:08 UTC (rev 76)
@@ -1,3 +1,10 @@
+apt-show-versions (0.22.7) unstable; urgency=medium
+
+  * fix unitialized value bug (closes: #768534)
+  * fix no available version in archive bug (closes: #768978)
+
+ -- Christoph Martin <martin at uni-mainz.de>  Wed, 21 Jan 2015 21:50:39 +0100
+
 apt-show-versions (0.22.6) unstable; urgency=medium
 
   * add French translation update (closes: #767876)




More information about the Pkg-asv-commits mailing list