diff options
author | Steve Langasek <vorlon@debian.org> | 2014-01-15 23:48:53 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:52 -0800 |
commit | 4ab556aaa3b1320b0e32dd91bf7992f67680506e (patch) | |
tree | 756043d928730229175b7cb1fa3dcc5bb779dd79 | |
parent | 02370ce87586be0bbdbdd1c8003cff3980b5d5dd (diff) | |
download | pam-4ab556aaa3b1320b0e32dd91bf7992f67680506e.tar.gz pam-4ab556aaa3b1320b0e32dd91bf7992f67680506e.tar.bz2 pam-4ab556aaa3b1320b0e32dd91bf7992f67680506e.zip |
No need to override dh_compress in debian/rules, it already handles .html
files correctly.
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 3c441b44..6c41b98c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ pam (1.1.8-1) UNRELEASED; urgency=medium 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. + * No need to override dh_compress in debian/rules, it already handles .html + files correctly. -- Steve Langasek <vorlon@debian.org> Mon, 13 Jan 2014 22:40:56 -0800 diff --git a/debian/rules b/debian/rules index cb08297b..3260ed99 100755 --- a/debian/rules +++ b/debian/rules @@ -28,10 +28,6 @@ override_dh_auto_configure: --enable-isadir=/lib/security \ $(CONFIGURE_OPTS) -# make sure the SAG, MWG, ADG are readable with a browser. -override_dh_compress: - dh_compress -Xhtml - # .install files don't have "except for" handling, so we need to exclude # our module that doesn't match right here override_dh_install: |