]> git.donarmstrong.com Git - debhelper.git/commitdiff
r515: updates
authorjoey <joey>
Sun, 24 Mar 2002 02:38:09 +0000 (02:38 +0000)
committerjoey <joey>
Sun, 24 Mar 2002 02:38:09 +0000 (02:38 +0000)
Debian/Debhelper/Dh_Lib.pm
debian/changelog
doc/TODO

index 53e86eb91d7ab663cf440d7ff7023268f3a7879e..b566724d45233d3ad4d6465d35052f7a3eed5455 100644 (file)
@@ -83,7 +83,7 @@ sub init {
 
 # Pass it an array containing the arguments of a shell command like would
 # be run by exec(). It turns that into a line like you might enter at the
-# shell, escaping metacharacters and quoting qrguments that contain spaces.
+# shell, escaping metacharacters and quoting arguments that contain spaces.
 sub escape_shell {
        my @args=@_;
        my $line="";
index 05b806f99711286f6b208530cec3686361681f7a..9ebcfb6c35d7baad7f135f0bdfcd474d80516c54 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (3.4.13) unstable; urgency=low
+
+UNRE
+  * Typo, Closes: #139176
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 20 Mar 2002 11:25:36 -0500
+
 debhelper (3.4.12) unstable; urgency=low
 
   * Fix to #99169 was accidentually reverted in 3.0.42; reinstated.
index 81ba0d6c7460113f65456e7bf5383146acf3b53b..76113ce2f5237007a881e0952c8729ace32e0992 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -61,6 +61,8 @@ See debhelper's man page for what's implemented so far.
 These items are planned:
 
 * Maybe make dh_fixperms make all files in bin/ dirs +x. (#119039)
+* Make dh_link find existing, non-policy-comformant symlinks, and correct
+  them.
 
 Deprecated: