aboutsummaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAgeFilesLines
* d/control: Update standards version to 4.7.0, no changes neededGioele Barabucci2025-02-141-1/+1
|
* d/control: Remove outdated constraintsGioele Barabucci2025-02-141-1/+1
| | | | | | | | Both debconf 1.5.19 and libpam-modules 1.0.1-6 are older than Debian 6 "squeeze". Explicitly requiring debconf is not needed because `${misc:Depends}` already deals with it.
* Add support for <!nodoc>Gioele Barabucci2025-02-141-1/+1
|
* Fix typo replacesSam Hartman2025-01-161-2/+2
|
* Only build-depend on documentation tools for arch-indep builds; do not build ↵Sam Hartman2025-01-161-3/+8
| | | | docs for arch all builds
* Build depend on pkgconf rather than pkg-configSam Hartman2025-01-161-1/+1
|
* Document changes for 1.7.0-1Sam Hartman2025-01-141-1/+0
|
* Depend on fopSam Hartman2025-01-141-2/+1
|
* Build depend on mesonSam Hartman2025-01-141-1/+1
|
* Depend on libdb-dev again, bringing back pam_userdb, Closes: #1065088Sam Hartman2024-04-081-1/+1
|
* Correct Build depends for docbook5, Closes: #1065064Sam Hartman2024-04-081-1/+1
|
* Replace/break libpam0t64Sam Hartman2024-02-291-1/+2
|
* For now remove libdb-dev so that libdb-dev can undergo time_tSam Hartman2024-02-291-1/+1
| | | | | transition. That means this version of pam does not include pam_userdb, which makes pam unsuitable for release.
* Revert renaming libpam0g to libpam0t64 for time_t transition: aptSam Hartman2024-02-291-6/+3
| | | | | | | | sometimes removess libpam0g rather than simply letting libpam0t64 replace libpam0g (and deconfiguring libpam0g), leaving a system where essential packages are broken, Closes: #1065017 This reverts commit f8b66079e991a07d5c708aacfe8ddb2f164b5ef9.
* timet transitionSam Hartman2024-02-021-3/+6
|
* Merge in janitor changes.Sam Hartman2024-01-151-2/+2
|\
| * Update standards version to 4.6.2, no changes needed.Debian Janitor2023-08-251-1/+1
| | | | | | | | | | | | Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
| * Drop unnecessary dependency on dh-autoreconf.Debian Janitor2023-08-251-1/+1
| | | | | | | | | | | | Changes-By: lintian-brush Fixes: lintian: useless-autoreconf-build-depends See-also: https://lintian.debian.org/tags/useless-autoreconf-build-depends.html
* | Merge in janitor multi-arch hints.Sam Hartman2024-01-151-0/+1
|\ \
| * | Apply multi-arch hints.Debian Janitor2023-08-201-0/+1
| |/ | | | | | | | | | | + libpam-doc: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints
* | Use logind instead of utmp in pam_issue and pam_timestamp; utmp is notSam Hartman2023-10-271-1/+1
| | | | | | | | y2038-safe.
* | Use gbp pq for patches, Closes: #995239Sam Hartman2023-09-111-1/+1
|/
* Set myself as maintainer; thanks Steve for past and future work.Sam Hartman2023-08-161-2/+2
|
* Build-depend on libcrypt-devSam Hartman2023-01-031-1/+1
| | | | bug-debian: https://bugs.debian.org/1024645
* pam_namespace_helper manpage *wasn't* missing, it was just being wrongly ↵Steve Langasek2022-10-061-1/+1
| | | | shipped in libpam-modules instead - so complete the moving of the manpage to the libpam-modules-bin where it belongs with the binary. Really Closes: #1021336.
* Drop manual multiarch file handling in favor of dh-exec.Steve Langasek2022-08-181-1/+1
|
* Bump debhelper compat to 13.Steve Langasek2022-08-181-1/+1
|
* Update Standards-Version.Steve Langasek2022-08-181-1/+1
|
* Drop unused build-build-dependency on bzip2.Steve Langasek2022-08-181-1/+1
|
* pam_cracklib dropped, drop corresponding build-depSteve Langasek2022-08-181-1/+1
|
* Drop versioning of quilt build-dependency to quiet lintian, since the ↵Steve Langasek2022-08-181-1/+1
| | | | version is satisfied by oldoldoldstable.
* Drop libpam-cracklib which has been obsoleted upstream.Steve Langasek2022-08-181-10/+0
|
* Standards-Version 4.3.0.Steve Langasek2019-02-131-1/+1
|
* debian/control: drop redundant priority fields.Steve Langasek2019-02-131-3/+0
|
* Drop hard-coded pre-dep on libpam0g, now superseded by shlibdeps.Steve Langasek2019-02-121-1/+1
|
* Use DEB_BUILD_PROFILES instead of the obsolete DEB_BUILD_PROFILE.Steve Langasek2019-01-081-1/+1
| | | | Bug-Debian: https://bugs.debian.org/907492
* Actually remove Roger Leigh from uploadersSteve Langasek2019-01-081-1/+1
|
* Acknowledge NMUsSteve Langasek2019-01-081-5/+4
|\
| * Import Debian changes 1.1.8-3.8Niels Thykier2019-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pam (1.1.8-3.8) unstable; urgency=medium * Non-maintainer upload. * Set Rules-Requires-Root to binary-targets as pam relies on chgrp in debian/rules. * Update pam-auth-update to detect write errors and properly fail when that happens. (Closes: #880501) * Remove Roger Leigh from uploaders as he has restired from Debian. (Closes: #869348) * Reduce priority of libpam0g to optional. * Rebuild with a recent version of dpkg-source, which ensures that the Build-Depends are correct in the .dsc file. (Closes: #890602) * Apply patch from Felix Lechner to make pam-auth-update ignore editor backup files. (Closes: #519361) * Apply update to Brazilian Portuguese translations of the debconf templates. Thanks to Adriano Rafael Gomes. (Closes: #799417)
| * Import Debian changes 1.1.8-3.5Adam Borowski2019-01-081-1/+1
| | | | | | | | | | | | | | | | | | pam (1.1.8-3.5) unstable; urgency=medium * Non-maintainer upload. * Build-Depend on libfl-dev:native as well, for cross builds. Re-closes: #846459 * Fix "Unescaped left brace in regex" with Perl 5.22. Closes: #810873
| * Import Debian changes 1.1.8-3.4Adam Borowski2019-01-081-2/+1
| | | | | | | | | | | | | | | | | | pam (1.1.8-3.4) unstable; urgency=medium * Non-maintainer upload. * Add libfl-dev to Build-Depends, fixing FTBFS. Closes: #846459 * Move xsl stuff to Build-Depends from -Indep to fix misbuilt manpages. Closes: #812566
| * Import Debian changes 1.1.8-3.3Laurent Bigonville2019-01-081-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pam (1.1.8-3.3) unstable; urgency=low * Non-maintainer upload. [ Steve Langasek ] * Updated Swedish translation to correct a typo, thanks to Anders Jonsson and Martin Bagge. Closes: #743875 * Updated Turkish translation, thanks to Mert Dirik <mertdirik@gmail.com>. (closes: #756756) * d/applied-patches/pam-limits-nofile-fd-setsize-cap: cap the default soft nofile limit read from pid 1 to FD_SETSIZE. Thanks to Robie Basak <robie.basak@ubuntu.com> for the patch. Closes: #783105. * Acknowledge security NMU. * pam-auth-update: don't mishandle trailing whitespace in profiles. LP: #1487103. [ Laurent Bigonville ] * debian/control: Fix Vcs-* and Homepage fields (Closes: #752343) * debian/watch: Update watch file and point it to http://www.linux-pam.org * debian/patches-applied/pam_namespace_fix_bashism.patch: Fix bashism in namespace.init script (Closes: #624842) * debian/control: Build-depends against debhelper (>= 9) to match the defined debhelper compatibility * Rename the cve-2011-4708.patch to cve-2010-4708.patch to match reality, thanks to Jakub Wilk <jwilk@debian.org> for noticing (Closes: #761594) * debian/control: Bump Standards-Version to 3.9.8 (no further changes) * debian/libpam-doc.doc-base.applications-guide: Fix spelling * debian/libpam0g-dev.examples: Do not use shell brace expansion * debian/patches-applied/pam-loginuid-in-containers: Updated with the version from Ubuntu, this should fix logins in containers (Closes: #726661) * debian/patches-applied/update-motd: Updated with the version from Ubuntu: use /run/motd.dynamic instead of /var/run/motd, nothing in the archive uses the later (Closes: #743286) * debian/patches-applied/make_documentation_reproducible.patch: Make the build reproducible, removes differences when building with different locale values (Closes: #792127)
* | debian/control: update VCS headers to point to git (temporarily under my ↵Steve Langasek2019-01-081-1/+2
|/ | | | personal salsa namespace, until I get around to restoring team setup).
* Mark the libaudit-dev build-dependency linux-any, since it's notSteve Langasek2019-01-081-1/+1
| | | | available on non-Linux archs. Closes: #737035.
* Add build-dependency on pkg-config.Steve Langasek2019-01-081-1/+1
|
* Use [linux-any] in build-deps, instead of hard-coding a list ofSteve Langasek2019-01-081-1/+1
| | | | non-Linux archs. Closes: #634516.
* Reintroduce libaudit support now that libaudit has been multiarched.Steve Langasek2019-01-081-1/+1
| | | | Closes: #699159.
* Add an or'ed dependency on cdebconf, which also implements theSteve Langasek2019-01-081-1/+1
| | | | | | xloadtemplatefile extension that prevents us from depending on just 'debconf-2.0'. Thanks to Régis Boudin <regis@boudin.name> for the info. Closes: #677278.
* Revert libaudit support for now, because libaudit isn't multiarched yetSteve Langasek2019-01-081-1/+1
| | | | | in unstable so this regresses cross-installability. Reopens bug #699159.
* Enable audit support, by popular demand. This should have no majorSteve Langasek2019-01-081-1/+1
| | | | | | | impact unless you're also running auditd; but I reserve the right to disable this again in the event that this causes a performance hit or breaks upgrades (since the dependency is pulled into libpam, not just into pam_tty_audit). Closes: #699159, LP: #937005.