summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-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: