]> git.donarmstrong.com Git - debhelper.git/commitdiff
r483: * fixed doc bog, Closes: #102130
authorjoey <joey>
Mon, 25 Jun 2001 01:11:09 +0000 (01:11 +0000)
committerjoey <joey>
Mon, 25 Jun 2001 01:11:09 +0000 (01:11 +0000)
debhelper.pod
debian/changelog

index 85b3fd2997ee6dd93659bcaad177eccb62c75bc2..5dd215c3f4bb74e6bc4c066893c0119b3444d192 100644 (file)
@@ -175,7 +175,7 @@ it in a perl script. If you would like to embed it into a perl script, here
 is one way to do that (note that I made sure that $1, $2, etc are set with
 the set command):
 
-  my $temp="set -e\\nset -- @ARGV\\n" . << 'EOF';
+  my $temp="set -e\nset -- @ARGV\n" . << 'EOF';
   #DEBHELPER#
   EOF
   system ($temp) / 256 == 0
index 2d2d8e050c2e935ee9284d3f927885eb8b817926..e1e612444778f551af1f6664e76cd5b7a4a138b0 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (3.0.38) unstable; urgency=low
+
+  * fixed doc bog, Closes: #102130
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 24 Jun 2001 21:08:15 -0400
+
 debhelper (3.0.37) unstable; urgency=low
 
   * Spellpatch, Closes: #101553