[debian-edu-commits] [Git][debian-edu/upstream/libpam-mklocaluser][master] 5 commits: Bump debian/compat from 9 to 11 and adjust build-dependency accordingly.

Holger Levsen gitlab at salsa.debian.org
Mon Oct 15 19:35:21 BST 2018


Holger Levsen pushed to branch master at Debian Edu / upstream / libpam-mklocaluser


Commits:
3fb0d537 by Holger Levsen at 2018-10-15T18:14:19Z
Bump debian/compat from 9 to 11 and adjust build-dependency accordingly.

(after confirming with diffoscope this results in 0 changes in the
binary.)

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
af60c7be by Holger Levsen at 2018-10-15T18:17:51Z
Use the new debhelper-compat(=11) notation and drop d/compat.

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
1491359e by Holger Levsen at 2018-10-15T18:23:18Z
d/control: Add "Rules-Requires-Root: no" to support building as non-root.

(after confirming with diffoscope this results in 0 changes in the
binary.)

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
c6baed82 by Holger Levsen at 2018-10-15T18:26:24Z
d/postinst and prerm: use 'set -e' in the script body, thanks lintian.

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
adf50dd3 by Holger Levsen at 2018-10-15T18:34:11Z
release as 0.13

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/libpam-mklocaluser.postinst
- debian/libpam-mklocaluser.prerm


Changes:

=====================================
debian/changelog
=====================================
@@ -1,13 +1,18 @@
-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 at debian.org>  Mon, 15 Oct 2018 19:56:38 +0200
+ -- Holger Levsen <holger at debian.org>  Mon, 15 Oct 2018 20:31:01 +0200
 
 libpam-mklocaluser (0.12) unstable; urgency=medium
 


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -3,8 +3,9 @@ Section: misc
 Priority: optional
 Maintainer: Debian Edu Developers <debian-edu at lists.debian.org>
 Uploaders: Petter Reinholdtsen <pere at 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


=====================================
debian/libpam-mklocaluser.postinst
=====================================
@@ -1,5 +1,6 @@
-#! /bin/sh -e
+#! /bin/sh
 
+set -e
 pam-auth-update --package
 
 #DEBHELPER#


=====================================
debian/libpam-mklocaluser.prerm
=====================================
@@ -1,5 +1,6 @@
-#! /bin/sh -e
+#! /bin/sh
 
+set -e
 pam-auth-update --package --remove mklocaluser
 
 #DEBHELPER#



View it on GitLab: https://salsa.debian.org/debian-edu/upstream/libpam-mklocaluser/compare/e9026d18a2031a577d8e871cdda6b000bf11b2ae...adf50dd3b540182c27e03974d6d87db7112f1a62

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/upstream/libpam-mklocaluser/compare/e9026d18a2031a577d8e871cdda6b000bf11b2ae...adf50dd3b540182c27e03974d6d87db7112f1a62
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20181015/72901e2a/attachment-0001.html>


More information about the debian-edu-commits mailing list