diff options
author | joey <joey> | 1999-08-17 05:17:35 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:17:35 +0000 |
commit | 77ec5eed71bb5dc83dbfa856a586ce15614c6cc6 (patch) | |
tree | aebe6a591ba6cad778846b02eaa880461b396dc5 | |
parent | d970cce90a561feb9d92234d18ca72331c16444a (diff) | |
download | debhelper-77ec5eed71bb5dc83dbfa856a586ce15614c6cc6.tar.gz |
r235: Initial Import
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | dh_compress.1 | 2 | ||||
-rw-r--r-- | doc/TODO | 2 | ||||
-rwxr-xr-x | examples/rules.indep | 1 |
4 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 53242d0c..0e1bea1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +debhelper (2.0.10) unstable; urgency=low + + * dh_compress: compress changelog.html files. (Closes: #40626) + * dh_installchangelogs: installs a link from changelog.html.gz to changelog.gz, + because I think it's important that upstream changelogs always be accessable + at that name. + * dh_compress: removed the usr/share/X11R6/man bit. Note part of FHS. + + -- Joey Hess <joeyh@master.debian.org> Wed, 7 Jul 1999 10:46:03 -0700 + debhelper (2.0.09) unstable; urgency=low * dh_compress: added some FHS support. Though debhelper doesn't put stuff diff --git a/dh_compress.1 b/dh_compress.1 index b0eba3ea..bab5c199 100644 --- a/dh_compress.1 +++ b/dh_compress.1 @@ -68,6 +68,6 @@ for a list of environment variables that affect all debhelper commands. .SH BUGS Filenames with spaces in them may not properly be compressed. .SH "CONFORMS TO" -Debian policy, version 2.5.0.0 +Debian policy, version 3.0.0.0 .SH AUTHOR Joey Hess <joeyh@master.debian.org> @@ -6,8 +6,6 @@ Wishlist items: * Make dh_* "use strict". * Make dh_movefiles remove emptied directories after it's moved all the files out of them (#17111). -* info support for debhelper (currently implemented, but I hate how I did it, - so it's not in the package.) (#15717) * enhance dh_installmanpages so it associates binaries and man pages and installs the man pages into the correct areas to suit the binaries they document. I may need to make this only happen when a switch is given, to diff --git a/examples/rules.indep b/examples/rules.indep index 748fb629..e8a2b5d5 100755 --- a/examples/rules.indep +++ b/examples/rules.indep @@ -53,6 +53,7 @@ binary-indep: build install # dh_installinit dh_installcron # dh_installmanpages + dh_installinfo # dh_undocumented dh_installchangelogs dh_link |