summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdh2
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.
diff --git a/dh b/dh
index 3882090f..a07cd6b3 100755
--- a/dh
+++ b/dh
@@ -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