summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:17:35 +0000
committerjoey <joey>1999-08-17 05:17:35 +0000
commit77ec5eed71bb5dc83dbfa856a586ce15614c6cc6 (patch)
treeaebe6a591ba6cad778846b02eaa880461b396dc5
parentd970cce90a561feb9d92234d18ca72331c16444a (diff)
downloaddebhelper-77ec5eed71bb5dc83dbfa856a586ce15614c6cc6.tar.gz
r235: Initial Import
-rw-r--r--debian/changelog10
-rw-r--r--dh_compress.12
-rw-r--r--doc/TODO2
-rwxr-xr-xexamples/rules.indep1
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>
diff --git a/doc/TODO b/doc/TODO
index 75006f05..e3b999bc 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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