Package: src:pam Severity: normal Tags: patch, d-i X-Debbugs-Cc: rogershim...@gmail.com
Dear Maintainer, I'm trying to port GNU/screen to debian-installer [0]. GNU/screen depends on your library, so enclosed the patch I created to make those udeb support. I hope you can merge my patch soon. Thank you! [0] https://lists.debian.org/debian-boot/2016/02/msg00547.html Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1
From 93b8a4fb85485a39e17e9f15388d6c6a5aa91657 Mon Sep 17 00:00:00 2001 From: Roger Shimizu <rogershim...@gmail.com> Date: Sun, 27 Mar 2016 18:37:07 +0900 Subject: [PATCH 1/2] Add udeb support for libpam0g --- debian/changelog | 4 ++++ debian/control | 17 +++++++++++++++++ debian/libpam0g-udeb.install | 1 + 3 files changed, 22 insertions(+) create mode 100644 debian/libpam0g-udeb.install diff --git a/debian/changelog b/debian/changelog index cb6ce6d..0c6d80b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ pam (1.1.8-4) UNRELEASED; urgency=medium + [ 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 <mertdi...@gmail.com>. @@ -11,6 +12,9 @@ pam (1.1.8-4) UNRELEASED; urgency=medium * pam-auth-update: don't mishandle trailing whitespace in profiles. LP: #1487103. + [ Roger Shimizu ] + * Add udeb support for libpam0g + -- Steve Langasek <vor...@debian.org> Wed, 09 Apr 2014 14:04:10 -0700 pam (1.1.8-3.1) unstable; urgency=high diff --git a/debian/control b/debian/control index d7a6830..b63805a 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,23 @@ Description: Pluggable Authentication Modules library One may entirely upgrade the local authentication system without touching the applications themselves. +Package: libpam0g-udeb +XC-Package-Type: udeb +Section: debian-installer +Priority: required +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Description: Pluggable Authentication Modules library - udeb + Contains the stripped-down version of shared library for Linux-PAM, + a library that enables the local system administrator to choose how + applications authenticate users. + In other words, without rewriting or recompiling a PAM-aware application, + it is possible to switch between the authentication mechanism(s) it uses. + One may entirely upgrade the local authentication system without touching + the applications themselves. + Package: libpam-modules Section: admin Priority: required diff --git a/debian/libpam0g-udeb.install b/debian/libpam0g-udeb.install new file mode 100644 index 0000000..622f9ef --- /dev/null +++ b/debian/libpam0g-udeb.install @@ -0,0 +1 @@ +lib/*/lib*.so.* -- 2.8.0.rc3