From: joey Date: Mon, 25 Jun 2001 01:11:09 +0000 (+0000) Subject: r483: * fixed doc bog, Closes: #102130 X-Git-Tag: version_2.0.101~116 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=208c562558554a18af654ab76544c8f2bcc08096;p=debhelper.git r483: * fixed doc bog, Closes: #102130 --- diff --git a/debhelper.pod b/debhelper.pod index 85b3fd2..5dd215c 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -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 diff --git a/debian/changelog b/debian/changelog index 2d2d8e0..e1e6124 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (3.0.38) unstable; urgency=low + + * fixed doc bog, Closes: #102130 + + -- Joey Hess Sun, 24 Jun 2001 21:08:15 -0400 + debhelper (3.0.37) unstable; urgency=low * Spellpatch, Closes: #101553