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


The following commit has been merged in the master branch:
commit 264d71a3b161426d2a9830b1dcf4c2e3917358a8
Author: ceros-guest <ceros-guest>
Date:   Thu Jan 10 20:01:36 2008 +0000

    Updated comment for DebPool::Dirs::Tree_Mkdir

diff --git a/debian/changelog b/debian/changelog
index 1b7786d..c20a056 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ debpool (0.2.4~unreleased0) experimental; urgency=low
     + Packages should be rejected if an architecture has a package with the
       same version. Thanks Magnus Holmgren.
   * Added fix to keep pool tree minimized. Thanks Magnus Holmgren.
+    + Updated comments for Tree_Mkdir() method.
     + Closes: #350503
   * Fixed problem with extracting information from wrong deb file.
     + Thanks Julien Valroff. Closes: #310320
diff --git a/share/DebPool/Dirs.pm b/share/DebPool/Dirs.pm
index 4f37a2b..a8507a7 100644
--- a/share/DebPool/Dirs.pm
+++ b/share/DebPool/Dirs.pm
@@ -216,8 +216,6 @@ sub Create_Tree {
 #
 # Creates $directory with $mode. Returns 0 and sets $Error on failure, or
 # 1 on success.
-#
-# Internal support function for Create_Tree
 
 sub Tree_Mkdir {
     my($dir, $mode) = @_;

-- 
Debpool Project Repository



More information about the Debpool-commits mailing list