rev 17716 - in krap/libutempter/trunk/debian: . source

Fathi Boudra fabo at alioth.debian.org
Thu Apr 22 12:03:40 UTC 2010


Author: fabo
Date: 2010-04-22 12:03:32 +0000 (Thu, 22 Apr 2010)
New Revision: 17716

Added:
   krap/libutempter/trunk/debian/libutempter0.symbols
   krap/libutempter/trunk/debian/source/
   krap/libutempter/trunk/debian/source/format
Modified:
   krap/libutempter/trunk/debian/changelog
   krap/libutempter/trunk/debian/control
   krap/libutempter/trunk/debian/copyright
   krap/libutempter/trunk/debian/libutempter0.lintian-overrides
   krap/libutempter/trunk/debian/rules
Log:
  * 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.


Modified: krap/libutempter/trunk/debian/changelog
===================================================================
--- krap/libutempter/trunk/debian/changelog	2010-04-22 09:39:07 UTC (rev 17715)
+++ krap/libutempter/trunk/debian/changelog	2010-04-22 12:03:32 UTC (rev 17716)
@@ -1,3 +1,19 @@
+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:

Modified: krap/libutempter/trunk/debian/control
===================================================================
--- krap/libutempter/trunk/debian/control	2010-04-22 09:39:07 UTC (rev 17715)
+++ krap/libutempter/trunk/debian/control	2010-04-22 12:03:32 UTC (rev 17716)
@@ -2,8 +2,8 @@
 Priority: optional
 Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>
-Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.4.15)
+Standards-Version: 3.8.4
 Section: libs
 Homepage: http://freshmeat.net/projects/libutempter
 
@@ -19,7 +19,6 @@
  utempter-based software.
 
 Package: libutempter0
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
 Description: A privileged helper for utmp/wtmp updates (runtime)

Modified: krap/libutempter/trunk/debian/copyright
===================================================================
--- krap/libutempter/trunk/debian/copyright	2010-04-22 09:39:07 UTC (rev 17715)
+++ krap/libutempter/trunk/debian/copyright	2010-04-22 12:03:32 UTC (rev 17716)
@@ -37,7 +37,7 @@
 
 The Debian packaging is:
 
-    Copyright (C) 2009 Fathi Boudra <fabo at debian.org>
+    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'.

Modified: krap/libutempter/trunk/debian/libutempter0.lintian-overrides
===================================================================
--- krap/libutempter/trunk/debian/libutempter0.lintian-overrides	2010-04-22 09:39:07 UTC (rev 17715)
+++ krap/libutempter/trunk/debian/libutempter0.lintian-overrides	2010-04-22 12:03:32 UTC (rev 17716)
@@ -1,3 +1,2 @@
 # 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
+libutempter0: setgid-binary usr/lib/utempter/utempter 2755 root/utmp

Added: krap/libutempter/trunk/debian/libutempter0.symbols
===================================================================
--- krap/libutempter/trunk/debian/libutempter0.symbols	                        (rev 0)
+++ krap/libutempter/trunk/debian/libutempter0.symbols	2010-04-22 12:03:32 UTC (rev 17716)
@@ -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

Modified: krap/libutempter/trunk/debian/rules
===================================================================
--- krap/libutempter/trunk/debian/rules	2010-04-22 09:39:07 UTC (rev 17715)
+++ krap/libutempter/trunk/debian/rules	2010-04-22 12:03:32 UTC (rev 17716)
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --parallel --list-missing
 
 override_dh_fixperms:
 	dh_fixperms
-	chmod 2711 debian/libutempter0/usr/lib/utempter/utempter
 	chown root:utmp debian/libutempter0/usr/lib/utempter/utempter
+	chmod 2755 debian/libutempter0/usr/lib/utempter/utempter
 
 .PHONY: override_dh_auto_test

Added: krap/libutempter/trunk/debian/source/format
===================================================================
--- krap/libutempter/trunk/debian/source/format	                        (rev 0)
+++ krap/libutempter/trunk/debian/source/format	2010-04-22 12:03:32 UTC (rev 17716)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-kde-commits mailing list