rev 15631 - in krap/libutempter/tags: . 1.1.5-1/debian

Fathi Boudra fabo at alioth.debian.org
Tue Aug 11 11:55:03 UTC 2009


Author: fabo
Date: 2009-08-11 11:55:03 +0000 (Tue, 11 Aug 2009)
New Revision: 15631

Added:
   krap/libutempter/tags/1.1.5-1/
   krap/libutempter/tags/1.1.5-1/debian/changelog
   krap/libutempter/tags/1.1.5-1/debian/libutempter0.lintian-overrides
   krap/libutempter/tags/1.1.5-1/debian/libutempter0.postinst
   krap/libutempter/tags/1.1.5-1/debian/rules
Removed:
   krap/libutempter/tags/1.1.5-1/debian/changelog
   krap/libutempter/tags/1.1.5-1/debian/libutempter0.postinst
   krap/libutempter/tags/1.1.5-1/debian/rules
Log:
Tagging libutemperer 1.1.5-1

Copied: krap/libutempter/tags/1.1.5-1/debian/changelog (from rev 15625, krap/libutempter/trunk/debian/changelog)
===================================================================
--- krap/libutempter/tags/1.1.5-1/debian/changelog	                        (rev 0)
+++ krap/libutempter/tags/1.1.5-1/debian/changelog	2009-08-11 11:55:03 UTC (rev 15631)
@@ -0,0 +1,5 @@
+libutempter (1.1.5-1) unstable; urgency=low
+
+  * Initial release. (Closes: #541021)
+
+ -- Fathi Boudra <fabo at debian.org>  Tue, 11 Aug 2009 09:55:23 +0200

Copied: krap/libutempter/tags/1.1.5-1/debian/libutempter0.lintian-overrides (from rev 15630, krap/libutempter/trunk/debian/libutempter0.lintian-overrides)
===================================================================
--- krap/libutempter/tags/1.1.5-1/debian/libutempter0.lintian-overrides	                        (rev 0)
+++ krap/libutempter/tags/1.1.5-1/debian/libutempter0.lintian-overrides	2009-08-11 11:55:03 UTC (rev 15631)
@@ -0,0 +1,3 @@
+# This is intentional, we want utempter with these permissions.
+libutempter0: setgid-binary usr/lib/utempter/utempter 2711 root/utmp
+libutempter0: executable-is-not-world-readable usr/lib/utempter/utempter 2711

Copied: krap/libutempter/tags/1.1.5-1/debian/libutempter0.postinst (from rev 15627, krap/libutempter/trunk/debian/libutempter0.postinst)
===================================================================
--- krap/libutempter/tags/1.1.5-1/debian/libutempter0.postinst	                        (rev 0)
+++ krap/libutempter/tags/1.1.5-1/debian/libutempter0.postinst	2009-08-11 11:55:03 UTC (rev 15631)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# postinst script for libutempter
+
+set -e
+
+case "$1" in
+    configure)
+        grep -q utempter /etc/group || ( echo "Creating utempter group..." ; addgroup --quiet --system utempter)
+        chown root:utempter /usr/lib/utempter
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+#DEBHELPER#
+
+exit 0

Copied: krap/libutempter/tags/1.1.5-1/debian/rules (from rev 15627, krap/libutempter/trunk/debian/rules)
===================================================================
--- krap/libutempter/tags/1.1.5-1/debian/rules	                        (rev 0)
+++ krap/libutempter/tags/1.1.5-1/debian/rules	2009-08-11 11:55:03 UTC (rev 15631)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod 2711 debian/libutempter0/usr/lib/utempter/utempter
+	chown root:utmp debian/libutempter0/usr/lib/utempter/utempter
+
+.PHONY: override_dh_auto_test




More information about the pkg-kde-commits mailing list