From 4ab556aaa3b1320b0e32dd91bf7992f67680506e Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 15 Jan 2014 23:48:53 +0000 Subject: No need to override dh_compress in debian/rules, it already handles .html files correctly. --- debian/changelog | 2 ++ debian/rules | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'debian') 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 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: -- cgit v1.2.3