summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
-rw-r--r--debian/changelog7
-rw-r--r--doc/TODO2
3 files changed, 10 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 53e86eb9..b566724d 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -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="";
diff --git a/debian/changelog b/debian/changelog
index 05b806f9..9ebcfb6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/doc/TODO b/doc/TODO
index 81ba0d6c..76113ce2 100644
--- 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: