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 /debian/rules | |
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
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: |