diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-08 12:22:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-08 12:22:02 -0400 |
commit | 98f41f9a450d7d0e441e266a8172a53200e4a8e6 (patch) | |
tree | 080226d0498f58584fbe8d6d47689d0a68b4d4ac | |
parent | b5ba77c03d20241b601999a9afe1a2c8ca0c6da1 (diff) | |
download | debhelper-98f41f9a450d7d0e441e266a8172a53200e4a8e6.tar.gz |
dh: Man page fix. Closes: #485116
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | dh | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 482cf526..47045e7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (7.0.11) UNRELEASED; urgency=low + + * dh: Man page fix. Closes: #485116 + + -- Joey Hess <joeyh@debian.org> Sun, 08 Jun 2008 12:21:48 -0400 + debhelper (7.0.10) unstable; urgency=low * dh_compress: Do not compress index.sgml files, as generated by gtk-doc. @@ -167,7 +167,7 @@ And if necessary, you can add commands to run automake, etc here too. build: dh build --before configure - dh_auto_configure --kitchen-sink=yes + dh_auto_configure -- --kitchen-sink=yes dh build --after configure Here's how to skip two automated in a row (configure and build), and |