rev 16616 - in trunk/packages: . polkit-kde-1 polkit-kde-1/debian polkit-kde-1/debian/source

Fathi Boudra fabo at alioth.debian.org
Sat Jan 16 10:04:30 UTC 2010


Author: fabo
Date: 2010-01-16 10:04:22 +0000 (Sat, 16 Jan 2010)
New Revision: 16616

Added:
   trunk/packages/polkit-kde-1/
   trunk/packages/polkit-kde-1/debian/
   trunk/packages/polkit-kde-1/debian/changelog
   trunk/packages/polkit-kde-1/debian/compat
   trunk/packages/polkit-kde-1/debian/control
   trunk/packages/polkit-kde-1/debian/copyright
   trunk/packages/polkit-kde-1/debian/rules
   trunk/packages/polkit-kde-1/debian/source/
   trunk/packages/polkit-kde-1/debian/source/format
Log:
Add polkit-kde-1 package.


Added: trunk/packages/polkit-kde-1/debian/changelog
===================================================================
--- trunk/packages/polkit-kde-1/debian/changelog	                        (rev 0)
+++ trunk/packages/polkit-kde-1/debian/changelog	2010-01-16 10:04:22 UTC (rev 16616)
@@ -0,0 +1,5 @@
+polkit-kde-1 (0.95.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #nnnn)
+
+ -- Fathi Boudra <fabo at debian.org>  Fri, 15 Jan 2010 12:50:13 +0100

Added: trunk/packages/polkit-kde-1/debian/compat
===================================================================
--- trunk/packages/polkit-kde-1/debian/compat	                        (rev 0)
+++ trunk/packages/polkit-kde-1/debian/compat	2010-01-16 10:04:22 UTC (rev 16616)
@@ -0,0 +1 @@
+7

Added: trunk/packages/polkit-kde-1/debian/control
===================================================================
--- trunk/packages/polkit-kde-1/debian/control	                        (rev 0)
+++ trunk/packages/polkit-kde-1/debian/control	2010-01-16 10:04:22 UTC (rev 16616)
@@ -0,0 +1,22 @@
+Source: polkit-kde-1
+Priority: extra
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Fathi Boudra <fabo at debian.org>
+Build-Depends: debhelper (>= 7), pkg-kde-tools (>= 0.5), cmake, kdelibs5-dev,
+ libpolkit-qt-1-dev
+Standards-Version: 3.8.3
+Section: libs
+
+Package: polkit-kde-1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: KDE dialogs for PolicyKit
+ PolicyKit is an application-level toolkit for defining and handling the policy
+ that allows unprivileged processes to speak to privileged processes.
+ .
+ It is a framework for centralizing the decision making process with respect to
+ granting access to privileged operations (like calling the HAL Mount() method)
+ for unprivileged (desktop) applications.
+ .
+ PolicyKit-Kde provides a D-Bus session bus service that is used to
+ bring up authentication dialogs used for obtaining privileges.

Added: trunk/packages/polkit-kde-1/debian/copyright
===================================================================
--- trunk/packages/polkit-kde-1/debian/copyright	                        (rev 0)
+++ trunk/packages/polkit-kde-1/debian/copyright	2010-01-16 10:04:22 UTC (rev 16616)
@@ -0,0 +1,47 @@
+This work was packaged for Debian by:
+
+    Fathi Boudra <fabo at debian.org> on Fri, 15 Jan 2010 12:50:13 +0100
+
+It was downloaded from ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/
+
+Upstream Authors:
+
+    Jaroslav Reznik <jreznik at redhat.com>
+    Gökçen Eraslan <gokcen at pardus.org.tr>
+    Dario Freddi <drf at kde.org>
+    Daniel Nicoletti <dantti85-pk at yahoo.com.br>
+    Dirk Mueller <mueller at kde.org>
+
+Copyright:
+
+    Copyright (C) 2009 Jaroslav Reznik
+    Copyright (C) 2007-2008 Gökçen Eraslan
+    Copyright (C) 2008-2009 Dario Freddi
+    Copyright (C) 2008 Daniel Nicoletti
+    Copyright (C) 2008 Dirk Mueller
+
+License:
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 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 General Public License for more details.
+
+    You should have received a copy of the GNU 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 General
+Public License can be found in `/usr/share/common-licenses/GPL-2' and
+`/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Fathi Boudra <fabo at debian.org>
+
+and is licensed under the GPL version 2 or any later version.

Added: trunk/packages/polkit-kde-1/debian/rules
===================================================================
--- trunk/packages/polkit-kde-1/debian/rules	                        (rev 0)
+++ trunk/packages/polkit-kde-1/debian/rules	2010-01-16 10:04:22 UTC (rev 16616)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh --with kde $@
+
+.PHONY: dh_auto_test


Property changes on: trunk/packages/polkit-kde-1/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/polkit-kde-1/debian/source/format
===================================================================
--- trunk/packages/polkit-kde-1/debian/source/format	                        (rev 0)
+++ trunk/packages/polkit-kde-1/debian/source/format	2010-01-16 10:04:22 UTC (rev 16616)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-kde-commits mailing list