]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1605: * Switch from build-depends-indep to just build-depends. version_4.1.72
authorjoey <joey>
Fri, 5 Sep 2003 18:01:31 +0000 (18:01 +0000)
committerjoey <joey>
Fri, 5 Sep 2003 18:01:31 +0000 (18:01 +0000)
   * dh_installman: match .so links with whitespace after the filename
Closes: #208753
debian/changelog
debian/control
dh_installman

index 31c6bc26689123cbc91552e6147705f54f57f3c0..2303e331db4992a526dee57cdbf9e54e170a639e 100644 (file)
@@ -1,3 +1,11 @@
+debhelper (4.1.72) unstable; urgency=low
+
+  * Switch from build-depends-indep to just build-depends.
+  * dh_installman: match .so links with whitespace after the filename
+    Closes: #208753
+
+ -- Joey Hess <joeyh@debian.org>  Fri,  5 Sep 2003 13:59:12 -0400
+
 debhelper (4.1.71) unstable; urgency=low
 
   * Typo. Closes: #207999
index 957715314d3b1371da603e0428fa4a4c2e26431b..9f0001ee9963c2c8b5bb6883e31823e50597bd2f 100644 (file)
@@ -2,8 +2,8 @@ Source: debhelper
 Section: devel
 Priority: optional
 Maintainer: Joey Hess <joeyh@debian.org>
-Build-Depends-Indep: perl (>= 5.6.1), coreutils | fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.9.0)
-Standards-Version: 3.6.0
+Build-Depends: perl (>= 5.6.1), coreutils | fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.9.0)
+Standards-Version: 3.6.1.0
 
 Package: debhelper
 Architecture: all
index 9adca670aba1eee9f173339486df8b4ed7a8d4e7..24c5c0418ffd44516afd95b920a7767b93b592f5 100755 (executable)
@@ -184,7 +184,7 @@ sub find_so_man {
        open (SOTEST,$_) || die "$_: $!";
        my $l=<SOTEST>;
        close SOTEST;
-       if ($l=~m/\.so\s+(.*)/) {
+       if ($l=~m/\.so\s+(.*)\s*/) {
                my $solink=$1;
                # This test is here to prevent links like ... man8/../man8/foo.8
                if (basename($File::Find::dir) eq