[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:11 UTC 2008
The following commit has been merged in the master branch:
commit 58e86590f18b815bcb5a7f94fa970dbb7e236d1e
Author: ceros-guest <ceros-guest>
Date: Thu Jan 10 23:05:27 2008 +0000
Add note to see DebPool::Config(5) man page for more details.
diff --git a/debian/changelog b/debian/changelog
index fbbcf84..25982a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -75,6 +75,7 @@ debpool (0.2.4~unreleased0) experimental; urgency=low
+ Also makes gpg_home and gpg_sign_key options optional.
+ Temp::File used to automatically unlink in case of any errors.
+ Thanks Magnus Holmgren.
+ * Update example Config.pm.
-- Andres Mejia <mcitadel at gmail.com> Thu, 10 Jan 2008 01:26:13 -0500
diff --git a/examples/Config.pm b/examples/Config.pm
index 50b9c25..7d4471b 100644
--- a/examples/Config.pm
+++ b/examples/Config.pm
@@ -5,7 +5,8 @@ package DebPool::Config;
# A DebPool::Config file is a well-formed Perl module; it declares a
# package namespace of 'DebPool::Config', contains a definition of exactly
# one hash named 'Options', and declares a true value at the end of the
-# file.
+# file. See the DebPool::Config(5) man page for more information on the
+# available options.
# File/Directory configuration
#
--
Debpool Project Repository
More information about the Debpool-commits
mailing list