[Pkg-utopia-commits] r1703 - in /packages/experimental/policykit/debian: ./ patches/

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Sep 6 05:56:06 UTC 2007


Author: biebl
Date: Thu Sep  6 05:56:06 2007
New Revision: 1703

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1703
Log:
Initial check in of all build files for the new package layout of PK 0.5 

Added:
    packages/experimental/policykit/debian/changelog
    packages/experimental/policykit/debian/compat
    packages/experimental/policykit/debian/control
    packages/experimental/policykit/debian/copyright
    packages/experimental/policykit/debian/libpolkit-dbus-dev.install
    packages/experimental/policykit/debian/libpolkit-dbus2.install
    packages/experimental/policykit/debian/libpolkit-dev.install
    packages/experimental/policykit/debian/libpolkit-grant-dev.install
    packages/experimental/policykit/debian/libpolkit-grant2.install
    packages/experimental/policykit/debian/libpolkit2.install
    packages/experimental/policykit/debian/patches/
    packages/experimental/policykit/debian/patches/01_pam_polkit.patch
    packages/experimental/policykit/debian/policykit-doc.install
    packages/experimental/policykit/debian/policykit-doc.links
    packages/experimental/policykit/debian/policykit.dirs
    packages/experimental/policykit/debian/policykit.install
    packages/experimental/policykit/debian/policykit.postinst
    packages/experimental/policykit/debian/rules   (with props)
    packages/experimental/policykit/debian/watch

Added: packages/experimental/policykit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/changelog?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/changelog (added)
+++ packages/experimental/policykit/debian/changelog Thu Sep  6 05:56:06 2007
@@ -1,0 +1,6 @@
+policykit (0.5-1) unstable; urgency=low
+
+  * Initial release. (Closes: #397087)
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 06 Sep 2007 07:53:43 +0200
+

Added: packages/experimental/policykit/debian/compat
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/compat?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/compat (added)
+++ packages/experimental/policykit/debian/compat Thu Sep  6 05:56:06 2007
@@ -1,0 +1,1 @@
+5

Added: packages/experimental/policykit/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/control?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/control (added)
+++ packages/experimental/policykit/debian/control Thu Sep  6 05:56:06 2007
@@ -1,0 +1,74 @@
+Source: policykit
+Section: admin
+Priority: optional
+Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Biebl <biebl at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libglib2.0-dev (>= 2.6.0), libdbus-1-dev (>= 1.0), libexpat1-dev, libpam0g-dev, gtk-doc-tools, xsltproc
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/experimental/policykit
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit
+
+Package: policykit
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
+Description: framework for managing administrative policies and privileges
+ PolicyKit is a toolkit for defining and handling the policy that
+ allows unprivileged processes to speak to privileged processes.
+
+Package: policykit-doc
+Architecture: all
+Section: doc
+Suggests: devhelp
+Description: documentation for PolicyKit
+ PolicyKit is a toolkit for defining and handling the policy that
+ allows unprivileged processes to speak to privileged processes.
+
+Package: libpolkit2
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Description: policykit lib
+ Library for querying system-wide policy.
+
+Package: libpolkit-dev
+Architecture: any
+Section: libdevel
+Depends: libpolkit2 (= ${binary:Version}), libglib2.0-dev
+Description: policykit lib - devel
+ Library for querying system-wide policy.
+ .
+ Development files.
+
+Package: libpolkit-dbus2
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Description: policykit lib
+ Helper library for obtaining seat, session and caller information via D-Bus
+ and ConsoleKit.
+
+Package: libpolkit-dbus-dev
+Architecture: any
+Section: libdevel
+Depends: libpolkit-dbus2 (= ${binary:Version}), libpolkit-dev, libdbus-1-dev
+Description: policykit lib - devel
+ Helper library for obtaining seat, session and caller information via D-Bus
+ and ConsoleKit.
+ .
+ Development files.
+
+Package: libpolkit-grant2
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Description: policykit lib
+ Library for obtaining privileges via PolicyKit.
+
+Package: libpolkit-grant-dev
+Architecture: any
+Section: libdevel
+Depends: libpolkit-grant2 (= ${binary:Version}), libpolkit-dev, libglib2.0-dev
+Description: policykit lib - devel
+ Library for obtaining privileges via PolicyKit.
+ .
+ Development files.

Added: packages/experimental/policykit/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/copyright?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/copyright (added)
+++ packages/experimental/policykit/debian/copyright Thu Sep  6 05:56:06 2007
@@ -1,0 +1,250 @@
+This package was debianized by Michael Biebl <biebl at debian.org> on
+Sun, 02 Sep 2007 06:04:06 +0200.
+
+It was downloaded from http://hal.freedesktop.org/releases/
+
+Upstream Author: 
+
+    David Zeuthen <david at fubar.dk>
+
+Copyright: 
+
+    Copyright (C) 2007 David Zeuthen <david at fubar.dk>
+
+License:
+
+PolicyKit is licensed to you under your choice of the Academic Free
+License version 2.1, or the GNU General Public License version 2.
+Both licenses are included here.
+
+
+
+The Academic Free License
+v. 2.1
+
+This Academic Free License (the "License") applies to any original work of 
+authorship (the "Original Work") whose owner (the "Licensor") has placed the
+following notice immediately following the copyright notice for the Original
+Work:
+
+Licensed under the Academic Free License version 2.1
+
+1) Grant of Copyright License. Licensor hereby grants You a
+world-wide, royalty-free, non-exclusive, perpetual, sublicenseable
+license to do the following:
+
+a) to reproduce the Original Work in copies;
+
+b) to prepare derivative works ("Derivative Works") based upon the Original
+   Work;
+
+c) to distribute copies of the Original Work and Derivative Works to the
+   public;
+
+d) to perform the Original Work publicly; and
+
+e) to display the Original Work publicly.
+
+2) Grant of Patent License. Licensor hereby grants You a world-wide,
+royalty-free, non-exclusive, perpetual, sublicenseable license, under
+patent claims owned or controlled by the Licensor that are embodied in
+the Original Work as furnished by the Licensor, to make, use, sell and
+offer for sale the Original Work and Derivative Works.
+
+3) Grant of Source Code License. The term "Source Code" means the
+preferred form of the Original Work for making modifications to it and
+all available documentation describing how to modify the Original
+Work. Licensor hereby agrees to provide a machine-readable copy of the
+Source Code of the Original Work along with each copy of the Original
+Work that Licensor distributes. Licensor reserves the right to satisfy
+this obligation by placing a machine-readable copy of the Source Code
+in an information repository reasonably calculated to permit
+inexpensive and convenient access by You for as long as Licensor
+continues to distribute the Original Work, and by publishing the
+address of that information repository in a notice immediately
+following the copyright notice that applies to the Original Work.
+
+4) Exclusions From License Grant. Neither the names of Licensor, nor
+the names of any contributors to the Original Work, nor any of their
+trademarks or service marks, may be used to endorse or promote
+products derived from this Original Work without express prior written
+permission of the Licensor. Nothing in this License shall be deemed to
+grant any rights to trademarks, copyrights, patents, trade secrets or
+any other intellectual property of Licensor except as expressly stated
+herein. No patent license is granted to make, use, sell or offer to
+sell embodiments of any patent claims other than the licensed claims
+defined in Section 2. No right is granted to the trademarks of
+Licensor even if such marks are included in the Original Work. Nothing
+in this License shall be interpreted to prohibit Licensor from
+licensing under different terms from this License any Original Work
+that Licensor otherwise would have a right to license.
+
+5) This section intentionally omitted.
+
+6) Attribution Rights. You must retain, in the Source Code of any
+Derivative Works that You create, all copyright, patent or trademark
+notices from the Source Code of the Original Work, as well as any
+notices of licensing and any descriptive text identified therein as an
+"Attribution Notice." You must cause the Source Code for any
+Derivative Works that You create to carry a prominent Attribution
+Notice reasonably calculated to inform recipients that You have
+modified the Original Work.
+
+7) Warranty of Provenance and Disclaimer of Warranty. Licensor
+warrants that the copyright in and to the Original Work and the patent
+rights granted herein by Licensor are owned by the Licensor or are
+sublicensed to You under the terms of this License with the permission
+of the contributor(s) of those copyrights and patent rights. Except as
+expressly stated in the immediately proceeding sentence, the Original
+Work is provided under this License on an "AS IS" BASIS and WITHOUT
+WARRANTY, either express or implied, including, without limitation,
+the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A
+PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL
+WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential
+part of this License. No license to Original Work is granted hereunder
+except under this disclaimer.
+
+8) Limitation of Liability. Under no circumstances and under no legal
+theory, whether in tort (including negligence), contract, or
+otherwise, shall the Licensor be liable to any person for any direct,
+indirect, special, incidental, or consequential damages of any
+character arising as a result of this License or the use of the
+Original Work including, without limitation, damages for loss of
+goodwill, work stoppage, computer failure or malfunction, or any and
+all other commercial damages or losses. This limitation of liability
+shall not apply to liability for death or personal injury resulting
+from Licensor's negligence to the extent applicable law prohibits such
+limitation. Some jurisdictions do not allow the exclusion or
+limitation of incidental or consequential damages, so this exclusion
+and limitation may not apply to You.
+
+9) Acceptance and Termination. If You distribute copies of the
+Original Work or a Derivative Work, You must make a reasonable effort
+under the circumstances to obtain the express assent of recipients to
+the terms of this License. Nothing else but this License (or another
+written agreement between Licensor and You) grants You permission to
+create Derivative Works based upon the Original Work or to exercise
+any of the rights granted in Section 1 herein, and any attempt to do
+so except under the terms of this License (or another written
+agreement between Licensor and You) is expressly prohibited by
+U.S. copyright law, the equivalent laws of other countries, and by
+international treaty. Therefore, by exercising any of the rights
+granted to You in Section 1 herein, You indicate Your acceptance of
+this License and all of its terms and conditions.
+
+10) Termination for Patent Action. This License shall terminate
+automatically and You may no longer exercise any of the rights granted
+to You by this License as of the date You commence an action,
+including a cross-claim or counterclaim, against Licensor or any
+licensee alleging that the Original Work infringes a patent. This
+termination provision shall not apply for an action alleging patent
+infringement by combinations of the Original Work with other software
+or hardware.
+
+11) Jurisdiction, Venue and Governing Law. Any action or suit relating
+to this License may be brought only in the courts of a jurisdiction
+wherein the Licensor resides or in which Licensor conducts its primary
+business, and under the laws of that jurisdiction excluding its
+conflict-of-law provisions. The application of the United Nations
+Convention on Contracts for the International Sale of Goods is
+expressly excluded. Any use of the Original Work outside the scope of
+this License or after its termination shall be subject to the
+requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101
+et seq., the equivalent laws of other countries, and international
+treaty. This section shall survive the termination of this License.
+
+12) Attorneys Fees. In any action to enforce the terms of this License
+or seeking damages relating thereto, the prevailing party shall be
+entitled to recover its costs and expenses, including, without
+limitation, reasonable attorneys' fees and costs incurred in
+connection with such action, including any appeal of such action. This
+section shall survive the termination of this License.
+
+13) Miscellaneous. This License represents the complete agreement
+concerning the subject matter hereof. If any provision of this License
+is held to be unenforceable, such provision shall be reformed only to
+the extent necessary to make it enforceable.
+
+14) Definition of "You" in This License. "You" throughout this
+License, whether in upper or lower case, means an individual or a
+legal entity exercising rights under, and complying with all of the
+terms of, this License. For legal entities, "You" includes any entity
+that controls, is controlled by, or is under common control with
+you. For purposes of this definition, "control" means (i) the power,
+direct or indirect, to cause the direction or management of such
+entity, whether by contract or otherwise, or (ii) ownership of fifty
+percent (50%) or more of the outstanding shares, or (iii) beneficial
+ownership of such entity.
+
+15) Right to Use. You may use the Original Work in all ways not
+otherwise restricted or conditioned by this License or by law, and
+Licensor promises not to interfere with or be responsible for such
+uses by You.
+
+This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights
+reserved. Permission is hereby granted to copy and distribute this
+license without modification. This license may not be modified without
+the express written permission of its copyright owner.
+
+
+-- 
+END OF ACADEMIC FREE LICENSE. The following is intended to describe the 
+essential differences between the Academic Free License (AFL) version 1.0
+and other open source licenses:
+
+The Academic Free License is similar to the BSD, MIT, UoI/NCSA and Apache 
+licenses in many respects but it is intended to solve a few problems with 
+those licenses.
+    
+* The AFL is written so as to make it clear what software is being 
+licensed (by the inclusion of a statement following the copyright notice 
+in the software). This way, the license functions better than a template 
+license. The BSD, MIT and UoI/NCSA licenses apply to unidentified software.
+    
+* The AFL contains a complete copyright grant to the software. The BSD 
+and Apache licenses are vague and incomplete in that respect.
+    
+* The AFL contains a complete patent grant to the software. The BSD, MIT, 
+UoI/NCSA and Apache licenses rely on an implied patent license and contain 
+no explicit patent grant.
+    
+* The AFL makes it clear that no trademark rights are granted to the 
+licensor's trademarks. The Apache license contains such a provision, but the 
+BSD, MIT and UoI/NCSA licenses do not.
+    
+* The AFL includes the warranty by the licensor that it either owns the 
+copyright or that it is distributing the software under a license. None of 
+the other licenses contain that warranty. All other warranties are disclaimed, 
+as is the case for the other licenses.
+
+* The AFL is itself copyrighted (with the right granted to copy and distribute 
+without modification). This ensures that the owner of the copyright to the 
+license will control changes. The Apache license contains a copyright notice, 
+but the BSD, MIT and UoI/NCSA licenses do not. 
+
+--
+START OF GNU GENERAL PUBLIC 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'.
+
+
+The Debian packaging is (C) 2007, Michael Biebl <biebl at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: packages/experimental/policykit/debian/libpolkit-dbus-dev.install
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/libpolkit-dbus-dev.install?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/libpolkit-dbus-dev.install (added)
+++ packages/experimental/policykit/debian/libpolkit-dbus-dev.install Thu Sep  6 05:56:06 2007
@@ -1,0 +1,3 @@
+debian/tmp/usr/lib/libpolkit-dbus.{so,a}
+debian/tmp/usr/lib/pkgconfig/polkit-dbus.pc
+debian/tmp/usr/include/PolicyKit/polkit-dbus/

Added: packages/experimental/policykit/debian/libpolkit-dbus2.install
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/libpolkit-dbus2.install?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/libpolkit-dbus2.install (added)
+++ packages/experimental/policykit/debian/libpolkit-dbus2.install Thu Sep  6 05:56:06 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/libpolkit-dbus.so.*

Added: packages/experimental/policykit/debian/libpolkit-dev.install
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/libpolkit-dev.install?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/libpolkit-dev.install (added)
+++ packages/experimental/policykit/debian/libpolkit-dev.install Thu Sep  6 05:56:06 2007
@@ -1,0 +1,3 @@
+debian/tmp/usr/lib/libpolkit.{so,a}
+debian/tmp/usr/lib/pkgconfig/polkit.pc
+debian/tmp/usr/include/PolicyKit/polkit/

Added: packages/experimental/policykit/debian/libpolkit-grant-dev.install
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/libpolkit-grant-dev.install?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/libpolkit-grant-dev.install (added)
+++ packages/experimental/policykit/debian/libpolkit-grant-dev.install Thu Sep  6 05:56:06 2007
@@ -1,0 +1,3 @@
+debian/tmp/usr/lib/libpolkit-grant.{so,a}
+debian/tmp/usr/lib/pkgconfig/polkit-grant.pc
+debian/tmp/usr/include/PolicyKit/polkit-grant/

Added: packages/experimental/policykit/debian/libpolkit-grant2.install
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/libpolkit-grant2.install?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/libpolkit-grant2.install (added)
+++ packages/experimental/policykit/debian/libpolkit-grant2.install Thu Sep  6 05:56:06 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/libpolkit-grant.so.*

Added: packages/experimental/policykit/debian/libpolkit2.install
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/libpolkit2.install?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/libpolkit2.install (added)
+++ packages/experimental/policykit/debian/libpolkit2.install Thu Sep  6 05:56:06 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/libpolkit.so.*

Added: packages/experimental/policykit/debian/patches/01_pam_polkit.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/patches/01_pam_polkit.patch?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/patches/01_pam_polkit.patch (added)
+++ packages/experimental/policykit/debian/patches/01_pam_polkit.patch Thu Sep  6 05:56:06 2007
@@ -1,0 +1,15 @@
+diff --git a/data/polkit.in b/data/polkit.in
+index 142dadd..f923207 100644
+--- a/data/polkit.in
++++ b/data/polkit.in
+@@ -1,6 +1,6 @@
+ #%PAM-1.0
+ 
+-auth       include      @PAM_FILE_INCLUDE_AUTH@
+-account    include      @PAM_FILE_INCLUDE_ACCOUNT@
+-password   include      @PAM_FILE_INCLUDE_PASSWORD@
+-session    include      @PAM_FILE_INCLUDE_SESSION@
++ at include common-auth
++ at include common-account
++ at include common-password
++ at include common-session

Added: packages/experimental/policykit/debian/policykit-doc.install
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/policykit-doc.install?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/policykit-doc.install (added)
+++ packages/experimental/policykit/debian/policykit-doc.install Thu Sep  6 05:56:06 2007
@@ -1,0 +1,2 @@
+debian/tmp/usr/share/gtk-doc/html /usr/share/doc/policykit-doc/
+

Added: packages/experimental/policykit/debian/policykit-doc.links
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/policykit-doc.links?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/policykit-doc.links (added)
+++ packages/experimental/policykit/debian/policykit-doc.links Thu Sep  6 05:56:06 2007
@@ -1,0 +1,1 @@
+usr/share/doc/policykit-doc/html/polkit usr/share/gtk-doc/html/polkit

Added: packages/experimental/policykit/debian/policykit.dirs
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/policykit.dirs?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/policykit.dirs (added)
+++ packages/experimental/policykit/debian/policykit.dirs Thu Sep  6 05:56:06 2007
@@ -1,0 +1,2 @@
+var/run/PolicyKit
+var/lib/PolicyKit

Added: packages/experimental/policykit/debian/policykit.install
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/policykit.install?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/policykit.install (added)
+++ packages/experimental/policykit/debian/policykit.install Thu Sep  6 05:56:06 2007
@@ -1,0 +1,6 @@
+debian/tmp/etc/pam.d/
+debian/tmp/etc/PolicyKit
+debian/tmp/usr/bin/*
+debian/tmp/usr/lib/policykit/*
+debian/tmp/usr/share/man/
+debian/tmp/usr/share/PolicyKit

Added: packages/experimental/policykit/debian/policykit.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/policykit.postinst?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/policykit.postinst (added)
+++ packages/experimental/policykit/debian/policykit.postinst Thu Sep  6 05:56:06 2007
@@ -1,0 +1,55 @@
+#!/bin/sh
+# postinst script for policykit
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <postinst> `abort-remove'
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    configure)
+    	adduser --system \
+	        --quiet \
+		--disabled-password \
+		--home /var/run/PolicyKit \
+		--no-create-home \
+		--gecos "PolicyKit" \
+		--group polkituser
+	chown polkituser:polkituser /var/run/PolicyKit
+	chown polkituser:polkituser /var/lib/PolicyKit
+	chmod 775 /var/run/PolicyKit
+	chmod 775 /var/lib/PolicyKit
+	chown root:polkituser /usr/lib/policykit/polkit-grant-helper
+	chmod 2755 /usr/lib/policykit/polkit-grant-helper
+	chmod 4755 /usr/lib/policykit/polkit-grant-helper-pam
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Added: packages/experimental/policykit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/rules?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/rules (added)
+++ packages/experimental/policykit/debian/rules Thu Sep  6 05:56:06 2007
@@ -1,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc \
+                             --enable-man-pages
+

Propchange: packages/experimental/policykit/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/experimental/policykit/debian/watch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit/debian/watch?rev=1703&op=file
==============================================================================
--- packages/experimental/policykit/debian/watch (added)
+++ packages/experimental/policykit/debian/watch Thu Sep  6 05:56:06 2007
@@ -1,0 +1,3 @@
+version=3
+
+http://hal.freedesktop.org/releases/PolicyKit-(.*)\.tar\.gz




More information about the Pkg-utopia-commits mailing list