diff options
author | joey <joey> | 1999-08-17 04:39:32 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:39:32 +0000 |
commit | 1352476d748b5137881c467365f0ed5c34297c5d (patch) | |
tree | 226aec787fcb48632a6cdab2df6f45dbbe94a95a | |
parent | e7b15707fd400a1775864ea61f4a2665932c7c88 (diff) | |
download | debhelper-1352476d748b5137881c467365f0ed5c34297c5d.tar.gz |
r41: Initial Import
-rw-r--r-- | debian/changelog | 9 | ||||
-rwxr-xr-x | dh_undocumented | 2 | ||||
-rw-r--r-- | dh_undocumented.1 | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 689ff71c..bfc05796 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/dh_undocumented b/dh_undocumented index 60166967..ee161c52 100755 --- a/dh_undocumented +++ b/dh_undocumented @@ -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. diff --git a/dh_undocumented.1 b/dh_undocumented.1 index cea97516..3f554989 100644 --- a/dh_undocumented.1 +++ b/dh_undocumented.1 @@ -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 ...]" |