Skip to content
Commits on Source (5)
libpam-mklocaluser (0.13) UNRELEASED; urgency=medium
libpam-mklocaluser (0.13) unstable; urgency=medium
* Team upload.
[ Holger Levsen ]
* d/control:
- Bump debian/compat from 9 to 11.
- Use the new debhelper-compat(=11) notation and drop d/compat.
- Add "Rules-Requires-Root: no" to support building as non-root.
* Bump Standards-Version to 4.2.1, no changes needed.
* Add d/source/format documenting the use of source format 1.0.
* d/postinst and prerm: use 'set -e' in the script body, thanks lintian.
* d/copyright: Use https for copyright format URI.
* Add debian/source/format documenting this uses source format 1.0.
-- Holger Levsen <holger@debian.org> Mon, 15 Oct 2018 19:56:38 +0200
-- Holger Levsen <holger@debian.org> Mon, 15 Oct 2018 20:31:01 +0200
libpam-mklocaluser (0.12) unstable; urgency=medium
......
......@@ -3,8 +3,9 @@ Section: misc
Priority: optional
Maintainer: Debian Edu Developers <debian-edu@lists.debian.org>
Uploaders: Petter Reinholdtsen <pere@debian.org>
Build-Depends: debhelper (>= 9), python, dh-python
Build-Depends: debhelper-compat (= 11), python, dh-python
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: http://www.skolelinux.org/
Vcs-Browser: https://salsa.debian.org/debian-edu/upstream/libpam-mklocaluser
Vcs-Git: https://salsa.debian.org/debian-edu/upstream/libpam-mklocaluser
......
#! /bin/sh -e
#! /bin/sh
set -e
pam-auth-update --package
#DEBHELPER#
#! /bin/sh -e
#! /bin/sh
set -e
pam-auth-update --package --remove mklocaluser
#DEBHELPER#