diff options
-rw-r--r-- | debhelper.pod | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
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 <joeyh@debian.org> Sun, 24 Jun 2001 21:08:15 -0400 + debhelper (3.0.37) unstable; urgency=low * Spellpatch, Closes: #101553 |