The following commit has been merged in the master branch:
commit 29617a008b715d31be8fa262e940e37ed297ccbe
Author: Raphael Geissert <atom...@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


-- 
To UNSUBSCRIBE, email to debian-lint-maint-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o69j6-0001s6...@alioth.debian.org

Reply via email to