diff options
author | Steve Langasek <vorlon@debian.org> | 2013-02-11 19:16:19 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:49 -0800 |
commit | 0a97b658dd8b4a8b780d632775497cb7e24ccd2c (patch) | |
tree | ac7bbfdee9712c05000e04f3f08a2588c4b7c446 /debian/rules | |
parent | a97979c943a1bbee4f92a9537edb68634fd92c01 (diff) | |
download | pam-0a97b658dd8b4a8b780d632775497cb7e24ccd2c.tar.gz pam-0a97b658dd8b4a8b780d632775497cb7e24ccd2c.tar.bz2 pam-0a97b658dd8b4a8b780d632775497cb7e24ccd2c.zip |
debian/rules: never regenerate manpages at build time; this may cause
build skew that breaks the world in a multiarch context. LP: #1095887.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e1a566d2..248c23ce 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,8 @@ dl = $(d)/local override_dh_auto_configure: dh_auto_configure -- --enable-static --enable-shared \ --libdir=/lib/$(DEB_HOST_MULTIARCH) \ - --enable-isadir=/lib/security --disable-audit + --enable-isadir=/lib/security --disable-audit \ + --disable-regenerate-docu # make sure the SAG, MWG, ADG are readable with a browser. override_dh_compress: |