rev 17717 - in krap/libutempter/tags: . 1.1.5-3/debian

Fathi Boudra fabo at alioth.debian.org
Thu Apr 22 12:05:34 UTC 2010


Author: fabo
Date: 2010-04-22 12:05:30 +0000 (Thu, 22 Apr 2010)
New Revision: 17717

Added:
   krap/libutempter/tags/1.1.5-3/
   krap/libutempter/tags/1.1.5-3/debian/changelog
   krap/libutempter/tags/1.1.5-3/debian/control
   krap/libutempter/tags/1.1.5-3/debian/copyright
   krap/libutempter/tags/1.1.5-3/debian/libutempter0.lintian-overrides
   krap/libutempter/tags/1.1.5-3/debian/libutempter0.symbols
   krap/libutempter/tags/1.1.5-3/debian/rules
   krap/libutempter/tags/1.1.5-3/debian/source/
Removed:
   krap/libutempter/tags/1.1.5-3/debian/changelog
   krap/libutempter/tags/1.1.5-3/debian/control
   krap/libutempter/tags/1.1.5-3/debian/copyright
   krap/libutempter/tags/1.1.5-3/debian/libutempter0.lintian-overrides
   krap/libutempter/tags/1.1.5-3/debian/rules
Log:
Tagging libutempter 1.1.5-3

Copied: krap/libutempter/tags/1.1.5-3/debian/changelog (from rev 17716, krap/libutempter/trunk/debian/changelog)
===================================================================
--- krap/libutempter/tags/1.1.5-3/debian/changelog	                        (rev 0)
+++ krap/libutempter/tags/1.1.5-3/debian/changelog	2010-04-22 12:05:30 UTC (rev 17717)
@@ -0,0 +1,29 @@
+libutempter (1.1.5-3) unstable; urgency=low
+
+  * Switch to dpkg-source 3.0 (quilt) format.
+  * Update debian/control:
+    - Bump debhelper build dependency version to 7.4.15.
+    - Bump Standards-Version to 3.8.3 (no changes needed).
+  * Update debian/rules:
+    - Enable parallel build (pass --parallel option to dh).
+    - List missing files (pass --list-missing to dh).
+    - Call chown before chmod.
+    - Change utempter permissions to world-readable (2755). (Closes: #573015)
+  * Update debian/libutempter0.lintian-overrides file.
+  * Add debian/libutempter0.symbols file.
+
+ -- Fathi Boudra <fabo at debian.org>  Thu, 22 Apr 2010 14:19:47 +0300
+
+libutempter (1.1.5-2) unstable; urgency=low
+
+  * Update debian/control:
+    - Add dependency on adduser to libutempter0.
+    - Bump Standards-Version to 3.8.3 (no changes needed).
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 29 Aug 2009 09:52:07 +0200
+
+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-3/debian/control (from rev 17716, krap/libutempter/trunk/debian/control)
===================================================================
--- krap/libutempter/tags/1.1.5-3/debian/control	                        (rev 0)
+++ krap/libutempter/tags/1.1.5-3/debian/control	2010-04-22 12:05:30 UTC (rev 17717)
@@ -0,0 +1,29 @@
+Source: libutempter
+Priority: optional
+Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Fathi Boudra <fabo at debian.org>
+Build-Depends: debhelper (>= 7.4.15)
+Standards-Version: 3.8.4
+Section: libs
+Homepage: http://freshmeat.net/projects/libutempter
+
+Package: libutempter-dev
+Section: libdevel
+Architecture: any
+Depends: libutempter0 (= ${binary:Version}), ${misc:Depends}
+Description: A privileged helper for utmp/wtmp updates (development)
+ The libutempter library provides interface for terminal emulators such as
+ screen and xterm to record user sessions to utmp and wtmp files.
+ .
+ This package contains development files required to build
+ utempter-based software.
+
+Package: libutempter0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
+Description: A privileged helper for utmp/wtmp updates (runtime)
+ The libutempter library provides interface for terminal emulators such as
+ screen and xterm to record user sessions to utmp and wtmp files.
+ .
+ The utempter is a privileged helper used by libutempter library to manipulate
+ utmp and wtmp files.

Copied: krap/libutempter/tags/1.1.5-3/debian/copyright (from rev 17716, krap/libutempter/trunk/debian/copyright)
===================================================================
--- krap/libutempter/tags/1.1.5-3/debian/copyright	                        (rev 0)
+++ krap/libutempter/tags/1.1.5-3/debian/copyright	2010-04-22 12:05:30 UTC (rev 17717)
@@ -0,0 +1,43 @@
+This package was debianized by:
+
+    Fathi Boudra <fabo at debian.org> on Tue, 11 Aug 2009 09:55:23 +0200.
+
+It was downloaded from:
+
+    http://freshmeat.net/projects/libutempter
+
+Upstream Author:
+
+    Dmitry V. Levin <ldv at altlinux.org>
+
+Copyright:
+
+    Copyright (C) 2001-2007  Dmitry V. Levin <ldv at altlinux.org>
+
+License:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in:
+    `/usr/share/common-licenses/LGPL-2.1'
+    `/usr/share/common-licenses/LGPL-3'
+
+The Debian packaging is:
+
+    Copyright (C) 2009-2010 Fathi Boudra <fabo at debian.org>
+
+and is licensed under the GPL version 2.1 or any later version, 
+see `/usr/share/common-licenses/GPL-3'.

Copied: krap/libutempter/tags/1.1.5-3/debian/libutempter0.lintian-overrides (from rev 17716, krap/libutempter/trunk/debian/libutempter0.lintian-overrides)
===================================================================
--- krap/libutempter/tags/1.1.5-3/debian/libutempter0.lintian-overrides	                        (rev 0)
+++ krap/libutempter/tags/1.1.5-3/debian/libutempter0.lintian-overrides	2010-04-22 12:05:30 UTC (rev 17717)
@@ -0,0 +1,2 @@
+# This is intentional, we want utempter with these permissions.
+libutempter0: setgid-binary usr/lib/utempter/utempter 2755 root/utmp

Copied: krap/libutempter/tags/1.1.5-3/debian/libutempter0.symbols (from rev 17716, krap/libutempter/trunk/debian/libutempter0.symbols)
===================================================================
--- krap/libutempter/tags/1.1.5-3/debian/libutempter0.symbols	                        (rev 0)
+++ krap/libutempter/tags/1.1.5-3/debian/libutempter0.symbols	2010-04-22 12:05:30 UTC (rev 17717)
@@ -0,0 +1,9 @@
+libutempter.so.0 libutempter0 #MINVER#
+ UTEMPTER_1.1 at UTEMPTER_1.1 1.1.5
+ addToUtmp at Base 1.1.5
+ removeFromUtmp at Base 1.1.5
+ removeLineFromUtmp at Base 1.1.5
+ utempter_add_record at UTEMPTER_1.1 1.1.5
+ utempter_remove_added_record at UTEMPTER_1.1 1.1.5
+ utempter_remove_record at UTEMPTER_1.1 1.1.5
+ utempter_set_helper at UTEMPTER_1.1 1.1.5

Copied: krap/libutempter/tags/1.1.5-3/debian/rules (from rev 17716, krap/libutempter/trunk/debian/rules)
===================================================================
--- krap/libutempter/tags/1.1.5-3/debian/rules	                        (rev 0)
+++ krap/libutempter/tags/1.1.5-3/debian/rules	2010-04-22 12:05:30 UTC (rev 17717)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --parallel --list-missing
+
+override_dh_fixperms:
+	dh_fixperms
+	chown root:utmp debian/libutempter0/usr/lib/utempter/utempter
+	chmod 2755 debian/libutempter0/usr/lib/utempter/utempter
+
+.PHONY: override_dh_auto_test




More information about the pkg-kde-commits mailing list