]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1781: releasing version 4.9.7 4.9.7
authorjoey <joey>
Fri, 26 Aug 2005 13:26:16 +0000 (13:26 +0000)
committerjoey <joey>
Fri, 26 Aug 2005 13:26:16 +0000 (13:26 +0000)
debian/changelog
dh_installdocs

index 28d5e796630abda7baf0dc8a5a9c4d5f94da7c21..2f98b997a012b9fd986326374fce281f30f7940e 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (4.9.7) unstable; urgency=low
+
+  * dh_installdocs: Fix stupid and horrible typo. Closes: #325098
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 26 Aug 2005 09:20:47 -0400
+
 debhelper (4.9.6) unstable; urgency=low
 
   * dh_installdocs: Install symlinks to in -x mode, same as in non exclude
index 9c12d49d0199b78146b9ba4b31f1582ee81a16b8..2ec9bda95b23525844ff1732f06e9fdc42cd5070 100755 (executable)
@@ -133,7 +133,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                            # Pity there's no cp --exclude ..
                            my $pwd=`pwd`;
                            chomp $pwd;
-                           complex_doit("cd $doc/.. && find $dir_basename \\( -type f or -type l \\)$exclude -exec cp --parents -dp {} $pwd/$tmp/usr/share/doc/$package \\;");
+                           complex_doit("cd $doc/.. && find $dir_basename \\( -type f -or -type l \\)$exclude -exec cp --parents -dp {} $pwd/$tmp/usr/share/doc/$package \\;");
                        }
                        else {
                                doit("cp","-a",$doc,"$tmp/usr/share/doc/$package");