[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:03 UTC 2008


The following commit has been merged in the master branch:
commit 7db364fe92fbb2598dc5074941d5b21ad2e4079d
Author: ceros-guest <ceros-guest>
Date:   Thu Jan 10 06:57:49 2008 +0000

    Changed default logfile path to {'HOME'}.'/.debpool/debpool.log'. Minor edit to debpool manpage.

diff --git a/debian/changelog b/debian/changelog
index 053a06d..8a19dad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -64,6 +64,8 @@ debpool (0.2.4~unreleased0) experimental; urgency=low
   * Removed LICENSE file, as it was redundant to debian/copyright.
   * Changed Maintainer to use debpool developer's email.
     + Added Joel Aelwyn in Uploaders field.
+  * Changed default log path of $ENV{'HOME'}.'/.debpool/DebPool.log' to
+    $ENV{'HOME'}.'/.debpool/debpool.log'.
 
  -- Andres Mejia <mcitadel at gmail.com>  Thu, 10 Jan 2008 01:26:13 -0500
 
diff --git a/man/man1/debpool.1 b/man/man1/debpool.1
index cd318c7..d44cb0d 100644
--- a/man/man1/debpool.1
+++ b/man/man1/debpool.1
@@ -25,7 +25,7 @@ configuration.
 This manual page describes how to specify options
 for debpool when running debpool through the command line.
 .SH USAGE
-For an option that enables/disables a feature for debpool (type boolean),
+For an option that enables/disables a feature for debpool (boolean type),
 simply use the option. For example, to enable daemon mode, run:
 .P
 .I debpool
diff --git a/share/DebPool/Config.pm b/share/DebPool/Config.pm
index a6afed3..88ffbc9 100644
--- a/share/DebPool/Config.pm
+++ b/share/DebPool/Config.pm
@@ -872,11 +872,11 @@ If this option is defined, logging output will be sent to the filename
 specified. Note that an undefined value is considered an explicit request
 to log nothing.
 
-Default value: $ENV{'HOME'}.'/.debpool/DebPool.log';
+Default value: $ENV{'HOME'}.'/.debpool/debpool.log';
 
 =cut
 
-$Options{'log_file'} = $ENV{'HOME'}.'/.debpool/DebPool.log';
+$Options{'log_file'} = $ENV{'HOME'}.'/.debpool/debpool.log';
 $OptionDefs{'log_file'} = 'log_file=s';
 
 =head2 Misc. configuration

-- 
Debpool Project Repository



More information about the Debpool-commits mailing list