summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2014-01-15 23:38:52 +0000
committerSteve Langasek <vorlon@debian.org>2019-01-08 22:11:52 -0800
commit02370ce87586be0bbdbdd1c8003cff3980b5d5dd (patch)
treefaacb4dea733fc1b633f7c8b2a95a0bd1fb5b9ff
parent3cb164ab422cb22cebdaf21da846bd4912a038f0 (diff)
Drop the --disable-regenerate-docu argument, restoring the HTML manuals
to the libpam-doc package. Closes: #700485.
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 697cbca5..3c441b44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ pam (1.1.8-1) UNRELEASED; urgency=medium
* Add build-dependency on pkg-config.
* Ensure autogenerated files are after source files in all relevant patches,
so that regenerating documentation doesn't cause build skew.
+ * Drop the --disable-regenerate-docu argument, restoring the HTML manuals
+ to the libpam-doc package. Closes: #700485.
-- Steve Langasek <vorlon@debian.org> Mon, 13 Jan 2014 22:40:56 -0800
diff --git a/debian/rules b/debian/rules
index 873e5cc0..cb08297b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_auto_configure:
dh_auto_configure -- --enable-static --enable-shared \
--libdir=/lib/$(DEB_HOST_MULTIARCH) \
--enable-isadir=/lib/security \
- --disable-regenerate-docu $(CONFIGURE_OPTS)
+ $(CONFIGURE_OPTS)
# make sure the SAG, MWG, ADG are readable with a browser.
override_dh_compress: