[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Freeze exception for sitesummary version 0.0.46 and/or 0.0.47



Hi.  I uploaded version 0.0.46 of sitesummary 8 days ago, just as the
freeze of Lenny was implemented, and did not notice it would fail to
make it into Lenny until later.  I missed the deadline by some hours,
and it is currently blocked (version 0.0.45 got the freeze exception).

This is the change done between version the 'accepted' 0.0.45 and the
blocked 0.0.46:

Index: debian/changelog
===================================================================
--- debian/changelog    (revision 44531)
+++ debian/changelog    (revision 44789)
@@ -1,3 +1,10 @@
+sitesummary (0.0.46) unstable; urgency=low
+
+  * Ignore bogus hardware version 'System Version' when reporting
+    hardware statistic.
+
+ -- Petter Reinholdtsen <pere@debian.org>  Sun, 27 Jul 2008 13:05:23 +0200
+
 sitesummary (0.0.45) unstable; urgency=low

   * Add new script hardware-model-summary to list the different
Index: SiteSummary.pm
===================================================================
--- SiteSummary.pm      (revision 44531)
+++ SiteSummary.pm      (revision 44789)
@@ -231,6 +231,7 @@
         $model = "$model $version" if ($version
                                        && $version ne "Not Specified"
                                        && $version ne "Not Available"
+                                       && $version ne "System Version"
                                        && $version ne "None");

         return ($vendor, $model, $serial);

A few days later, I finally was able to track down a old bug in the
hooks mechanism.  This change is not uploaded yet, but is tested in
Skolelinux and work great.  I also got a new debconf translation in
BTS, which also should be included in the next upload.  This is the
code change implementing the fix in the hook handling:

Index: sitesummary-collector.cgi
===================================================================
--- sitesummary-collector.cgi   (revision 44790)
+++ sitesummary-collector.cgi   (working copy)
@@ -131,7 +131,7 @@
     my $status = "new";
     if ( -d $newdir ) {
         `rm -r $newdir`;
-        my $status = "update";
+        $status = "update";
     }

     rename $dirname, $newdir || die;



So I wonder, can I please have a freeze exception for sitesummary?  I
would very much like to have it for the yet to be uploaded version
0.0.47, but if you only want to grant it for version 0.0.46, I will
hold off the new upload until that version is in Lenny.

Happy hacking,
-- 
Petter Reinholdtsen


Reply to: