[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.4.0-2-g29617a0



The following commit has been merged in the master branch:
commit 29617a008b715d31be8fa262e940e37ed297ccbe
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sun Apr 25 16:23:05 2010 -0500

    Properly handle cases where debian is a symlink and not a dir
    
    * collection/debfiles:
      + [RG] Properly handle cases where debian is a symlink.

diff --git a/collection/debfiles b/collection/debfiles
index e39585a..70475b8 100755
--- a/collection/debfiles
+++ b/collection/debfiles
@@ -36,5 +36,5 @@ if (-e "debfiles") {
 }
 
 # Copy the whole debian directory
-copy_dir("unpacked/debian", "debfiles")
+copy_dir("unpacked/debian/", "debfiles")
     or fail("cannot copy unpacked/debian to debfiles: $!");
diff --git a/debian/changelog b/debian/changelog
index 03488c7..3ec4e5f 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 lintian (2.4.1) UNRELEASED; urgency=low
 
+  * collection/debfiles:
+    + [RG] Properly handle cases where debian is a symlink.
+
   * frontend/lintian:
     + [RG] Remove finished processes from the processes hash to avoid
       trying to kill dead processes.

-- 
Debian package checker


Reply to: