python-pam 0.4.2-17 source package in Ubuntu

Changelog

python-pam (0.4.2-17) unstable; urgency=medium

  * d/changelog: Remove trailing whitespace
  * d/compat: Removed, replaced by debhelper-compat
  * d/control: Bump standards version to 4.6.2 from 4.5.0
               Set Rules-Requires-Root to no
               Add debhelper-compat and python3-setuptools to Build-Depends
               New maintainer (Closes: #1012000)
               Add Vcs-Git and Vcs-Browser
               Remove debhelper from Build-Depends
               Replace python3-all-dev with libpython3-all-dev and
                 python3-all-dev:any
  * d/source/lintian-overrides: Ignore warnings related to upstream, since
    it does not exist
  * d/rules: Enable hardening
             Remove --with python, replace with dh-sequence-python3 in d/control
             Remove override_dh_clean, replace with d/clean
             Remove override_dh_installdocs, d/docs already exists
             Remove PYBUILD_DESTDIR_python3, replace with PYBUILD_NAME=pam
  * d/patches/replace_python_distutils_with_setuptools.patch: Replace deprecated
    python distutils with setuptools
  * d/patches/fix_unusual_interpreter.patch: Change interpreter to
    /usr/bin/python3 from usr/bin/env python
  * d/clean: Replaces override_dh_clean in d/rules
  * d/copyright: Add missing entries for debian/* (added myself) and missing
    copyright holder Benjamin Poussin for all files

 -- Ileana Dumitrescu <email address hidden>  Thu, 27 Jul 2023 22:08:11 +0300

Upload details

Uploaded by:
Ileana Dumitrescu
Uploaded to:
Sid
Original maintainer:
Ileana Dumitrescu
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python

Downloads

File Size SHA-256 Checksum
python-pam_0.4.2-17.dsc 1.9 KiB 98f8de77b94ceb581e43a9d12db2c231c7136558ab30166767a951a887139cce
python-pam_0.4.2.orig.tar.gz 14.8 KiB 9ccce2e494c5869d99b20034fd40e368c35add4ef60ce3a33f5573c49a1e2edf
python-pam_0.4.2-17.debian.tar.xz 6.4 KiB 9b78c9f7fb74a76a042b2ae9f1dfa5d6c757bbef72e60d5e8c8af415999faea1

No changes file available.

Binary packages built by this source

python3-pam: Python interface to the PAM library

 This module makes the PAM (Pluggable Authentication Modules) functions
 available in Python 3. With this module you can write Python 3 applications
 that implement authentication services using PAM.

python3-pam-dbgsym: debug symbols for python3-pam