diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 14:20:02 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 14:22:19 -0700 |
commit | 3bb3a22f1b872c2351e9227a0997c7289bf7f576 (patch) | |
tree | 119552a20834a01618e50dab04795ed58f1710d6 /debian/rules | |
parent | e04fc4e0527e765a7d463422443a4b700028ccc6 (diff) | |
download | pam-3bb3a22f1b872c2351e9227a0997c7289bf7f576.tar.gz pam-3bb3a22f1b872c2351e9227a0997c7289bf7f576.tar.bz2 pam-3bb3a22f1b872c2351e9227a0997c7289bf7f576.zip |
Drop manual multiarch file handling in favor of dh-exec.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 690c6b2b..5470c25a 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,6 @@ override_dh_auto_configure: # .install files don't have "except for" handling, so we need to exclude # our module that doesn't match right here override_dh_install: - sed -e"s/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g" $(d)/libpam0g-dev.install.in > $(d)/libpam0g-dev.install dh_install # Make sure the md5sums for the templates we ship are # recognized by pam-auth-update. @@ -61,12 +60,6 @@ override_dh_installman: rm -f $(d)/libpam-modules/usr/share/man/man5/pam.conf.5 rm -f $(d)/libpam-modules/usr/share/man/man8/pam_timestamp_check.8 -# dh_link doesn't do wildcards, so we can't auto-link to the right per-arch -# directory -override_dh_link: - sed -e"s/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g" $(d)/libpam0g-dev.links.in > $(d)/libpam0g-dev.links - dh_link - # using perms that differ from upstream (sgid instead of suid) /and/ that # dh_fixperms doesn't want override_dh_fixperms: |