summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>2001-06-25 01:11:09 +0000
committerjoey <joey>2001-06-25 01:11:09 +0000
commit208c562558554a18af654ab76544c8f2bcc08096 (patch)
treed0cac6fb60baeee56942f0a3e7fd82f015411118
parent23a8188b668fbbdd8e84260040e276a6ef3a879c (diff)
r483: * fixed doc bog, Closes: #102130
-rw-r--r--debhelper.pod2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 85b3fd29..5dd215c3 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 2d2d8e05..e1e61244 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