[Debpool-commits] [SCM] Debpool Project Repository branch, master, updated. 0.2.3-63-g38a32aa

ceros-guest ceros-guest at alioth.debian.org
Tue Jun 3 07:07:07 UTC 2008


The following commit has been merged in the master branch:
commit cc62aee707b13325baa1d5ca2c2f3ca7d114cc96
Author: ceros-guest <ceros-guest>
Date:   Thu Jan 10 19:22:38 2008 +0000

    Add fix for bug #368554

diff --git a/bin/debpool b/bin/debpool
index 2177e97..45bc438 100755
--- a/bin/debpool
+++ b/bin/debpool
@@ -277,7 +277,7 @@ foreach $changefile (@changefiles) {
     my($package) = $changes_data->{'Source'};
     my($version) = $changes_data->{'Version'};
 
-    if ($Options{'require_sigs'}) {
+    if ($Options{'require_sigs_meta'}) {
         # First, check the changefile signature
 
         if (!Check_Signature("$Options{'incoming_dir'}/$changefile")) {
diff --git a/debian/changelog b/debian/changelog
index 8a19dad..53d9d48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -66,6 +66,9 @@ debpool (0.2.4~unreleased0) experimental; urgency=low
     + Added Joel Aelwyn in Uploaders field.
   * Changed default log path of $ENV{'HOME'}.'/.debpool/DebPool.log' to
     $ENV{'HOME'}.'/.debpool/debpool.log'.
+  * Fixed wrong option used in debpool. Closes: #368554
+    + Changed require_sigs to require_sigs_meta.
+    + Thanks Andreas Pakulat.
 
  -- Andres Mejia <mcitadel at gmail.com>  Thu, 10 Jan 2008 01:26:13 -0500
 

-- 
Debpool Project Repository



More information about the Debpool-commits mailing list