Your message dated Wed, 09 Jan 2019 06:49:21 +0000
with message-id <[email protected]>
and subject line Bug#907492: fixed in pam 1.1.8-4
has caused the Debian Bug report #907492,
regarding pam should use build profiles
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
907492: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907492
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pam
Version: 1.1.8-3.8
Tags: patch
User: [email protected]
Usertags: rebootstrap

pam was one of the early adopters when it came to build profiles. That
is why it uses the singular DEB_BUILD_PROFILE rather than the current
DEB_BUILD_PROFILES. It also does not annotate Build-Depends.

Given that build profiles are quite well supported now, I think it is
time to update pam. Let me propose the attached patch to that end.

 * Use DEB_BUILD_PROFILES rather than DEB_BUILD_PROFILE.
 * Rename the profile from stage1 to a more descriptive pkg.pam.noaudit.
 * Support unknown profiles (e.g. nocheck in addition to
   pkg.pam.noaudit)
 * Annotate droppable Build-depends.

Helmut
diff -u pam-1.1.8/debian/changelog pam-1.1.8/debian/changelog
--- pam-1.1.8/debian/changelog
+++ pam-1.1.8/debian/changelog
@@ -1,3 +1,11 @@
+pam (1.1.8-3.9) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert DEB_BUILD_PROFILE=stage1 to DEB_BUILD_PROFILES=pkg.pam.noaudit.
+    (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Tue, 28 Aug 2018 19:19:35 +0200
+
 pam (1.1.8-3.8) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u pam-1.1.8/debian/control pam-1.1.8/debian/control
--- pam-1.1.8/debian/control
+++ pam-1.1.8/debian/control
@@ -4,7 +4,7 @@
 Uploaders: Sam Hartman <[email protected]>, Roger Leigh <[email protected]>
 Maintainer: Steve Langasek <[email protected]>
 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, libfl-dev, 
libfl-dev:native, docbook-xsl, docbook-xml, xsltproc, libxml2-utils, w3m
+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.pam.noaudit>, 
pkg-config, libfl-dev, libfl-dev:native, docbook-xsl, docbook-xml, xsltproc, 
libxml2-utils, w3m
 Build-Conflicts-Indep: fop
 Build-Conflicts: libdb4.2-dev, libxcrypt-dev
 Vcs-Bzr: https://alioth.debian.org/scm/loggerhead/pkg-pam/debian/sid
diff -u pam-1.1.8/debian/rules pam-1.1.8/debian/rules
--- pam-1.1.8/debian/rules
+++ pam-1.1.8/debian/rules
@@ -21,7 +21,7 @@
        dh $@ --with quilt,autoreconf
 
 # avoid libaudit-dev when bootstrapping
-ifneq (,$(filter $(DEB_BUILD_PROFILE),stage1))
+ifneq (,$(filter pkg.pam.noaudit,$(DEB_BUILD_PROFILES)))
   CONFIGURE_OPTS += --disable-audit
 endif  
 

--- End Message ---
--- Begin Message ---
Source: pam
Source-Version: 1.1.8-4

We believe that the bug you reported is fixed in the latest version of
pam, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated pam package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 09 Jan 2019 00:29:55 +0000
Source: pam
Binary: libpam0g libpam-modules libpam-modules-bin libpam-runtime libpam0g-dev 
libpam-cracklib libpam-doc
Architecture: all amd64 source
Version: 1.1.8-4
Distribution: unstable
Urgency: medium
Maintainer: Steve Langasek <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 907492
Description: 
 libpam-cracklib - PAM module to enable cracklib support
 libpam-doc - Documentation of PAM
 libpam-modules - Pluggable Authentication Modules for PAM
 libpam-modules-bin - Pluggable Authentication Modules for PAM - helper binaries
 libpam-runtime - Runtime support for the PAM library
 libpam0g   - Pluggable Authentication Modules library
 libpam0g-dev - Development files for PAM
Changes:
 pam (1.1.8-4) unstable; urgency=medium
 .
   * Acknowledge various NMUs; thanks to the various folks who have helped
     keep this package in good condition.
   * debian/control: update VCS headers to point to git (temporarily under
     my personal salsa namespace, until I get around to restoring team
     setup).
   * Actually remove Roger Leigh from uploaders (change not included in
     previous upload).  Thanks Roger for your contributions to Debian!
   * Use DEB_BUILD_PROFILES instead of the obsolete DEB_BUILD_PROFILE.
     Closes: #907492.
   * Don't include changes to autogenerated files in patches.
   * Use LC_ALL=C.UTF-8, not LC_ALL=C, when generating documentation.
   * Consistently include documentation changes in patches, for clean source
     package.
   * debian/patches-applied/README-rebuild: rebuild README files with
     current docs toolchain.
Checksums-Sha1: 
 3b76bbc6b916c118221ab6461601c7495fecbf92 2625 pam_1.1.8-4.dsc
 9741984620d3a74b58002612e7ff4426f97a3ad0 141986 pam_1.1.8-4.diff.gz
 67d7a73dfa4b4bdbe3d92fe87f378eb0ca5b8e4d 14588 
libpam-cracklib-dbgsym_1.1.8-4_amd64.deb
 7cecf5432940f09eaccc8c83b0bfdca50a8c687a 87644 
libpam-cracklib_1.1.8-4_amd64.deb
 2df5dc5e67d44b82bdaefaaa597d37bd6ca901a5 279660 libpam-doc_1.1.8-4_all.deb
 a9675bb296803aee09466f69eeea68739c869d81 102548 
libpam-modules-bin-dbgsym_1.1.8-4_amd64.deb
 81606866ada7830ae4a421082a02a4486a0fce40 105584 
libpam-modules-bin_1.1.8-4_amd64.deb
 08b1364af403f0fbc43bce2dd8c3d2bc8a21b5d6 465052 
libpam-modules-dbgsym_1.1.8-4_amd64.deb
 8db6800fa887c4b834039654cde477ea63c85cf6 305436 
libpam-modules_1.1.8-4_amd64.deb
 da672115ed82016b469aac5e438480576caeef05 210744 libpam-runtime_1.1.8-4_all.deb
 72708277e889ae35f5df234ea41b4e6a0006a521 94916 
libpam0g-dbgsym_1.1.8-4_amd64.deb
 a18b72ea937e85a13eb340a26c1cea13104a55c3 184448 libpam0g-dev_1.1.8-4_amd64.deb
 cf7accc2e73eebb82abf5d7365f3df230d2a6670 124412 libpam0g_1.1.8-4_amd64.deb
 795b7feea240160dcb63d0b6ba9eb2d221b7fd36 8541 pam_1.1.8-4_amd64.buildinfo
Checksums-Sha256: 
 08b434543ee1c5cd4a8695d73a3216162986b332bfc046dd34ac6849290e9e0a 2625 
pam_1.1.8-4.dsc
 3634b5199674481ed0302de35df9604dc13c76421d5d19eb6a3ab6e85c0402ed 141986 
pam_1.1.8-4.diff.gz
 88b6e2aa218049e4215dbccdeaf8dfc7e77e9bd6eb868430cae311420177442a 14588 
libpam-cracklib-dbgsym_1.1.8-4_amd64.deb
 62e87ee2539ea437b2d39a1f302e5bfc70b4424009ad7b9133d51e7a1fd79cd0 87644 
libpam-cracklib_1.1.8-4_amd64.deb
 94d861465d7440bde14277445d96e873925ce3fcd7e555d3057a23cb49504aaa 279660 
libpam-doc_1.1.8-4_all.deb
 36df2db813fb80da2f1b5610e3268a28445768d119cb29bca0bb2de12cbf6253 102548 
libpam-modules-bin-dbgsym_1.1.8-4_amd64.deb
 4e32fd2da0b2beb44f931f76bbdede89954edacc5f77420ce109f065f3a787b0 105584 
libpam-modules-bin_1.1.8-4_amd64.deb
 0a758d9d5057a5c8a54b9e53d4866eff6136aa2148683b3b6c370b1e1f8b41ad 465052 
libpam-modules-dbgsym_1.1.8-4_amd64.deb
 c7a50cb8b614343151abdf783b3f364685e59cf49a013be946f15fce18749d48 305436 
libpam-modules_1.1.8-4_amd64.deb
 9e1fff1c6a16df582d0c22ad16c3fed058cd5e32a3fde72a3bf4e9fa4258f3b7 210744 
libpam-runtime_1.1.8-4_all.deb
 f664f4b5875764ac0d62509d17c2fe412c991bf1813351a0c6feffb0aafd8660 94916 
libpam0g-dbgsym_1.1.8-4_amd64.deb
 5b5d7b2e5667cfe32f7a8af3314ae0aeef59da105852d74d95da7d5dcacc1b45 184448 
libpam0g-dev_1.1.8-4_amd64.deb
 1fab8733eb9e9ffe82835b1059c3fde16a43d071ec1dba4b333504ed49e853e9 124412 
libpam0g_1.1.8-4_amd64.deb
 540527dd95c24c8bd2a2d0e80835a7954fed26e9a329799b930ad8f57db577da 8541 
pam_1.1.8-4_amd64.buildinfo
Files: 
 cf2378749916d71896a9b21d4c448e69 2625 libs optional pam_1.1.8-4.dsc
 a021091297bb7ea5ae57ee23076f8f27 141986 libs optional pam_1.1.8-4.diff.gz
 ea0114e36b9589e48c12589c47d0aab4 14588 debug optional 
libpam-cracklib-dbgsym_1.1.8-4_amd64.deb
 049b91f020fa24acb5dbc84dba7b777c 87644 admin optional 
libpam-cracklib_1.1.8-4_amd64.deb
 5a1cfd2dcee8040a15ff64296bad7b04 279660 doc optional libpam-doc_1.1.8-4_all.deb
 7c8811d6b40bbc4df1acd21145de648c 102548 debug optional 
libpam-modules-bin-dbgsym_1.1.8-4_amd64.deb
 33231352ee9e6545e48b179b36097254 105584 admin required 
libpam-modules-bin_1.1.8-4_amd64.deb
 f5af3c387fe69a09ee4de61702ebc99a 465052 debug optional 
libpam-modules-dbgsym_1.1.8-4_amd64.deb
 03dc158ab761ba59af0c5100a2537032 305436 admin required 
libpam-modules_1.1.8-4_amd64.deb
 9574bbb029af2597c04aaa745e31e0bb 210744 admin required 
libpam-runtime_1.1.8-4_all.deb
 860991dc145df31e3755b6934931c9d4 94916 debug optional 
libpam0g-dbgsym_1.1.8-4_amd64.deb
 64659f190273b5110159debd927196b8 184448 libdevel optional 
libpam0g-dev_1.1.8-4_amd64.deb
 a0729234e544e40d76e9cf656a1e4109 124412 libs optional 
libpam0g_1.1.8-4_amd64.deb
 f083d56823b9636e1e3dbaba4c55451a 8541 libs optional pam_1.1.8-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAlw1lFwSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM94rsQALsjWfRZESYKcVRHtX8pf9+8AUQVowrj
Ei0oLX8Bn+++KRznrS+orT1OSDBVUqlKmgrWaVdSwfgkxcOe7dYf09WWZNboJKjT
HnB5XKWUaYj75aZ5A9r1rxlbfj5GvItjEmhn+/TTGjA+6M9T9BK6SkJ8bElf65Cr
JJ3oIBCxXQAFeQZ16CtC3HBwiqta+JZxNJe6+SV7+v1iJcqE+TkS0GzQSrWIgwjA
ZGeZu4FW9ZnRjnJUbB/qoghrBkix32iUJrAMvJpi+LhZDzX0LPad1LuUPMWcn9lK
smmPipNfQKWd6o2PgQ8UMYb88nQpj4OTMCWPyu4xptYw6eM7Hki/on/x9q5btGif
OWhdh7E3lvfAs10GJ3Sm7t3ZnN5HPodDRyKBNlyDlQr0eUkBPG6dv7zgGNH3buKW
EnhIuRHv52/1NivFpXJKiOuf97TT3VfOm2HTUGBKKDl7vvyk1nXeqPwHSOJSfm0r
jMjjLP2zVe/02FmQ9c7uYWO4O5/luvswYJPhzl/j+670yGrWxAYdcFe7e2zFPl74
ejJNV0JlXNhtbHVXl/4hdFjJhWZCx2mZdxSdKCDlU7zjx1pqPXTPcK1mN1l2jclI
AERbQI0KzsXDDqHfg8AxaurCNakjt0y0hPPblgQjXUNHsWPoTQPFwW+XY2cYLKh1
xbaWVljlZxlt
=Udac
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to