summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:14:49 +0000
committerjoey <joey>1999-08-17 05:14:49 +0000
commitdeebc450fe6910459dbf4b7a4093108a531daee4 (patch)
tree9cee93a3ebf13f467a8bb9f8b2c2d05446249031
parent5c813ee9dd47601542cc7018ee88c538facf0aec (diff)
downloaddebhelper-deebc450fe6910459dbf4b7a4093108a531daee4.tar.gz
r209: Initial Import
-rw-r--r--debian/changelog7
-rw-r--r--doc/README2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 59e937ea..c367dafb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (1.2.70) unstable; urgency=low
+
+ * dh_installmanpages: Properly quoted metacharacters in $dir in regexp.
+ (#38263).
+
+ -- Joey Hess <joeyh@master.debian.org> Tue, 25 May 1999 14:12:30 -0700
+
debhelper (1.2.69) unstable; urgency=low
* Don't include Test.pm in the binary package.
diff --git a/doc/README b/doc/README
index 77362d3f..7ba69863 100644
--- a/doc/README
+++ b/doc/README
@@ -1,7 +1,7 @@
Debhelper is a collection of programs that can be used in debian/rules files
to automate common tasks related to building debian binary packages. For
further documentation, see the man pages for dh_* commands. For an overview
-of debhelper, inclusing a list of all the available commands, see the
+of debhelper, including a list of all the available commands, see the
debhelper(1) man page.
To help you get started, I've included examples of debian/rules files