]> git.donarmstrong.com Git - debhelper.git/commitdiff
r41: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:39:32 +0000 (04:39 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:39:32 +0000 (04:39 +0000)
debian/changelog
dh_undocumented
dh_undocumented.1

index 689ff71c68cdea4cbbc83ff17292846a40a52efe..bfc057960486f7ed8237fa3757151426fd3d11a3 100644 (file)
@@ -1,3 +1,12 @@
+debhelper (0.35) unstable; urgency=low
+
+  * dh_lib: use dpkg-parsechangelog instead of parsing it by hand. This
+    makes a package build slower (by about 30 seconds, on average), so
+    I might remove it or optimize it if too many people yell at me. :-)
+  * dh_undocumented.1: note that it really links to undocumented.7.gz.
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon, 22 Dec 1997 22:19:39 -0500
+
 debhelper (0.34) unstable; urgency=low
 
   * Fixed typo #16215.
index 601669679b80b1cb7a35e5bfc80bbb771a8a75cc..ee161c52c28e67652386c4e0f673e22c5bcb6973 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 #
 # Passed a list of undocumented man pages, generates symlinks to
-# undocumented.7 for those man pages.
+# undocumented.7.gz for those man pages.
 #
 # Also, it looks for debian/undocumented files for more lists of
 # undocumented man pages.
index cea97516a9a445f1d8c42692bd8e0e97b0c693f8..3f55498902b7fb1444126f99025a4b6392cdf587 100644 (file)
@@ -1,6 +1,6 @@
 .TH DH_UNDOCUMENTED 1
 .SH NAME
-dh_undocumented \- make symlinks to undocumented.7 man page
+dh_undocumented \- make symlinks to undocumented.7.gz man page
 .SH SYNOPSIS
 .B dh_undocumented
 .I "[-v] [-a] [-i] [-ppackage] [-Ptmpdir] [manpage ...]"