diff options
author | Laurent Bigonville <bigon@debian.org> | 2016-05-17 17:04:29 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:12:40 -0800 |
commit | fa4a5c961c7705f80c2026f424ec9a012ceefa55 (patch) | |
tree | 09773e1fdbb5033e1d0d3a890eb056e8eecc35e4 /debian/control | |
parent | 145032103cf7230bc0be74157885e5cf035ac006 (diff) | |
parent | 3fb0d1c3c727bd5b2e01fdc3e59e8d48bc384ce3 (diff) | |
download | pam-fa4a5c961c7705f80c2026f424ec9a012ceefa55.tar.gz pam-fa4a5c961c7705f80c2026f424ec9a012ceefa55.tar.bz2 pam-fa4a5c961c7705f80c2026f424ec9a012ceefa55.zip |
Import Debian changes 1.1.8-3.3
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)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control index d7a68308..85d0e792 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,14 @@ Section: libs Priority: optional Uploaders: Sam Hartman <hartmans@debian.org>, Roger Leigh <rleigh@debian.org> Maintainer: Steve Langasek <vorlon@debian.org> -Standards-Version: 3.9.1 -Build-Depends: libcrack2-dev (>= 2.8), bzip2, debhelper (>= 8.9.4), quilt (>= 0.48-1), flex, libdb-dev, libselinux1-dev [linux-any], po-debconf, dh-autoreconf, autopoint, libaudit-dev [linux-any], pkg-config +Standards-Version: 3.9.8 +Build-Depends: libcrack2-dev (>= 2.8), bzip2, debhelper (>= 9), quilt (>= 0.48-1), flex, libdb-dev, libselinux1-dev [linux-any], po-debconf, dh-autoreconf, autopoint, libaudit-dev [linux-any], pkg-config Build-Depends-Indep: xsltproc, libxml2-utils, docbook-xml, docbook-xsl, w3m Build-Conflicts-Indep: fop Build-Conflicts: libdb4.2-dev, libxcrypt-dev -Vcs-Bzr: http://bzr.debian.org/bzr/pkg-pam/debian/sid/ -Homepage: http://pam.sourceforge.net/ +Vcs-Bzr: https://alioth.debian.org/scm/loggerhead/pkg-pam/debian/sid +Vcs-Browser: https://alioth.debian.org/scm/loggerhead/pkg-pam/debian/sid/files +Homepage: http://www.linux-pam.org/ Package: libpam0g Priority: required |