[SCM] libutempter library packaging branch, master, updated. debian/1.1.5-4-17-g2fdd2ba

Felix Geyer fgeyer at moszumanska.debian.org
Sat Jun 13 14:58:49 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/libutempter.git;a=commitdiff;h=03e5980

The following commit has been merged in the master branch:
commit 03e5980a5513d76caea7da65fbaba8dce084bfd7
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sat Jun 13 16:55:49 2015 +0200

    Print a message on upgrade that the system group isn't used anymore.
---
 debian/libutempter0.postinst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/libutempter0.postinst b/debian/libutempter0.postinst
index 541a8fc..14f2ce0 100755
--- a/debian/libutempter0.postinst
+++ b/debian/libutempter0.postinst
@@ -5,5 +5,6 @@ set -e
 #DEBHELPER#
 
 if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "1.1.6-1~"; then
+    echo "The utempter system group isn't used anymore by this package"
     chown root:root /usr/lib/utempter
 fi

-- 
libutempter library packaging



More information about the pkg-kde-commits mailing list