[Debpool-commits] [SCM] Debpool Project Repository branch, master, updated. 0.2.3-71-ga0065b9

Andres Mejia mcitadel at gmail.com
Fri Sep 19 22:09:57 UTC 2008


The following commit has been merged in the master branch:
commit a0065b98481313473404b1afcb78c41e37539591
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Fri Sep 19 17:55:20 2008 -0400

    More fixes for Release.pm

diff --git a/lib/DebPool/Release.pm b/lib/DebPool/Release.pm
index f72addf..e05810c 100644
--- a/lib/DebPool/Release.pm
+++ b/lib/DebPool/Release.pm
@@ -257,7 +257,8 @@ sub Generate_Release_Dist {
     
         my(@stat) = stat($fullfile);
         my($size) = $stat[7];
-    
+
+        my $hash_fh;
         if (!open($hash_fh, '<', $fullfile)) {
             $Error = "Couldn't open file '${fullfile} for reading.";
             return;

-- 
Debpool Project Repository



More information about the Debpool-commits mailing list