diff options
author | Steve Langasek <vorlon@debian.org> | 2014-01-15 23:38:52 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:52 -0800 |
commit | 02370ce87586be0bbdbdd1c8003cff3980b5d5dd (patch) | |
tree | faacb4dea733fc1b633f7c8b2a95a0bd1fb5b9ff | |
parent | 3cb164ab422cb22cebdaf21da846bd4912a038f0 (diff) | |
download | pam-02370ce87586be0bbdbdd1c8003cff3980b5d5dd.tar.gz pam-02370ce87586be0bbdbdd1c8003cff3980b5d5dd.tar.bz2 pam-02370ce87586be0bbdbdd1c8003cff3980b5d5dd.zip |
Drop the --disable-regenerate-docu argument, restoring the HTML manuals
to the libpam-doc package. Closes: #700485.
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
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: |