[Pkg-utopia-commits] r1031 - in packages/experimental: . policykit policykit/debian policykit/debian/man

Michael Biebl mbiebl-guest at costa.debian.org
Mon Sep 25 20:55:21 UTC 2006


Author: mbiebl-guest
Date: 2006-09-25 20:55:20 +0000 (Mon, 25 Sep 2006)
New Revision: 1031

Added:
   packages/experimental/policykit/
   packages/experimental/policykit/debian/
   packages/experimental/policykit/debian/changelog
   packages/experimental/policykit/debian/compat
   packages/experimental/policykit/debian/control
   packages/experimental/policykit/debian/copyright
   packages/experimental/policykit/debian/libpam-polkit-console.README.Debian
   packages/experimental/policykit/debian/libpam-polkit-console.dirs
   packages/experimental/policykit/debian/libpam-polkit-console.install
   packages/experimental/policykit/debian/libpolkit-dev.install
   packages/experimental/policykit/debian/libpolkit0.install
   packages/experimental/policykit/debian/man/
   packages/experimental/policykit/debian/man/polkit-grant-privilege.1
   packages/experimental/policykit/debian/man/polkit-is-privileged.1
   packages/experimental/policykit/debian/man/polkit-list-privileges.1
   packages/experimental/policykit/debian/man/polkit-revoke-privilege.1
   packages/experimental/policykit/debian/man/polkitd.8
   packages/experimental/policykit/debian/policykit.init.d
   packages/experimental/policykit/debian/policykit.install
   packages/experimental/policykit/debian/policykit.manpages
   packages/experimental/policykit/debian/rules
Log:
* Initial import of the policykit package into the Debian Utopia repository


Added: packages/experimental/policykit/debian/changelog
===================================================================
--- packages/experimental/policykit/debian/changelog	                        (rev 0)
+++ packages/experimental/policykit/debian/changelog	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,6 @@
+policykit (0.2.git20060821-1) unstable; urgency=low
+
+  * Initial release (Closes: #123)
+
+ -- Michael Biebl <biebl at teco.edu>  Mon, 25 Sep 2006 18:47:59 +0200
+

Added: packages/experimental/policykit/debian/compat
===================================================================
--- packages/experimental/policykit/debian/compat	                        (rev 0)
+++ packages/experimental/policykit/debian/compat	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1 @@
+5

Added: packages/experimental/policykit/debian/control
===================================================================
--- packages/experimental/policykit/debian/control	                        (rev 0)
+++ packages/experimental/policykit/debian/control	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,35 @@
+Source: policykit
+Priority: optional
+Maintainer: Michael Biebl <biebl at teco.edu>
+Build-Depends: debhelper (>= 5.0.0), cdbs, autotools-dev, libglib2.0-dev (>= 2.6.0), libdbus-1-dev (>= 0.60), libdbus-glib-1-dev (>= 0.60), libpam0g-dev, xmlto, gtk-doc-tools
+Standards-Version: 3.7.2
+Section: admin
+
+Package: policykit
+Section: admin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, dbus (>= 0.60), libpam-polkit-console (= ${Source-Version}), lsb-base (>= 3.0-6)
+Description: policy framework - tools
+ This package contains helper tools and the policykit daemon polkitd.
+
+Package: libpolkit0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: policy framework - libraries
+ This package contains all necessary libraries
+
+Package: libpolkit-dev
+Section: libdevel
+Architecture: any
+Depends: libpolkit0 (= ${Source-Version})
+Description: policy framework - development files
+ This package contains header and static lib files.
+
+Package: libpam-polkit-console
+Section: admin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: PAM module for the policy framework
+ This package contains a pam module which tracks the currently logged in 
+ users.

Added: packages/experimental/policykit/debian/copyright
===================================================================
--- packages/experimental/policykit/debian/copyright	                        (rev 0)
+++ packages/experimental/policykit/debian/copyright	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,34 @@
+This package was debianized by Michael Biebl <biebl at teco.edu> on
+Mon, 14 Aug 2006 11:34:28 +0200.
+
+The dist tarball was created from a git checkout from 
+git://anongit.freedesktop.org/git/PolicyKit.
+
+Upstream Author: 
+   David Zeuthen <davidz at redhat.com>
+
+Copyright:
+   Copyright (C) 2006 David Zeuthen, <david at fubar.dk>
+
+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) 2006, Michael Biebl <biebl at teco.edu> and
+is licensed under the GPL, see above.
+

Added: packages/experimental/policykit/debian/libpam-polkit-console.README.Debian
===================================================================
--- packages/experimental/policykit/debian/libpam-polkit-console.README.Debian	                        (rev 0)
+++ packages/experimental/policykit/debian/libpam-polkit-console.README.Debian	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,8 @@
+policykit for Debian
+--------------------
+
+Edit /etc/pam.d/common-session and add the following line:
+
+session optional        pam_polkit_console.so debug
+
+ -- Michael Biebl <biebl at teco.edu>, Mon, 14 Aug 2006 11:34:28 +0200

Added: packages/experimental/policykit/debian/libpam-polkit-console.dirs
===================================================================
--- packages/experimental/policykit/debian/libpam-polkit-console.dirs	                        (rev 0)
+++ packages/experimental/policykit/debian/libpam-polkit-console.dirs	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1 @@
+/var/run/polkit-console/

Added: packages/experimental/policykit/debian/libpam-polkit-console.install
===================================================================
--- packages/experimental/policykit/debian/libpam-polkit-console.install	                        (rev 0)
+++ packages/experimental/policykit/debian/libpam-polkit-console.install	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1 @@
+debian/tmp/lib/security/*.so

Added: packages/experimental/policykit/debian/libpolkit-dev.install
===================================================================
--- packages/experimental/policykit/debian/libpolkit-dev.install	                        (rev 0)
+++ packages/experimental/policykit/debian/libpolkit-dev.install	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,6 @@
+debian/tmp/usr/lib/*.a
+debian/tmp/usr/lib/*.la
+debian/tmp/usr/lib/*.so
+debian/tmp/usr/include/libpolkit/
+debian/tmp/usr/lib/pkgconfig/
+debian/tmp/usr/share/gtk-doc/

Added: packages/experimental/policykit/debian/libpolkit0.install
===================================================================
--- packages/experimental/policykit/debian/libpolkit0.install	                        (rev 0)
+++ packages/experimental/policykit/debian/libpolkit0.install	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*.so.*

Added: packages/experimental/policykit/debian/man/polkit-grant-privilege.1
===================================================================
--- packages/experimental/policykit/debian/man/polkit-grant-privilege.1	                        (rev 0)
+++ packages/experimental/policykit/debian/man/polkit-grant-privilege.1	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,59 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.\" Please adjust this date whenever revising the manpage.
+.\" 
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.TH "POLKIT-GRANT-PRIVILEGE" "1" "August 14, 2006" "David Zeuthen <davidz at redhat.com>" ""
+.SH "NAME"
+policykit \- program to do something
+.SH "SYNOPSIS"
+.B policykit
+.RI [ options ] " files" ...
+.br 
+.B bar
+.RI [ options ] " files" ...
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.B policykit
+and
+.B bar
+commands.
+.PP 
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBpolicykit\fP is a program that...
+.SH "OPTIONS"
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`\-').
+A summary of options is included below.
+For a complete description, see the Info files.
+.TP 
+.B \-h, \-\-help
+Show summary of options.
+.TP 
+.B \-v, \-\-version
+Show version of program.
+.SH "SEE ALSO"
+.BR bar (1),
+.BR baz (1).
+.br 
+The programs are documented fully by
+.I R "The Rise and Fall of a Fooish Bar" ,
+available via the Info system.
+.SH "AUTHOR"
+policykit was written by <upstream author>.
+.PP 
+This manual page was written by Michael Biebl <biebl at teco.edu>,
+for the Debian project (but may be used by others).

Added: packages/experimental/policykit/debian/man/polkit-is-privileged.1
===================================================================
--- packages/experimental/policykit/debian/man/polkit-is-privileged.1	                        (rev 0)
+++ packages/experimental/policykit/debian/man/polkit-is-privileged.1	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,59 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.\" Please adjust this date whenever revising the manpage.
+.\" 
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.TH "POLKIT-IS-PRIVILEGED" "1" "August 14, 2006" "David Zeuthen <davidz at redhat.com>" ""
+.SH "NAME"
+policykit \- program to do something
+.SH "SYNOPSIS"
+.B policykit
+.RI [ options ] " files" ...
+.br 
+.B bar
+.RI [ options ] " files" ...
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.B policykit
+and
+.B bar
+commands.
+.PP 
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBpolicykit\fP is a program that...
+.SH "OPTIONS"
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`\-').
+A summary of options is included below.
+For a complete description, see the Info files.
+.TP 
+.B \-h, \-\-help
+Show summary of options.
+.TP 
+.B \-v, \-\-version
+Show version of program.
+.SH "SEE ALSO"
+.BR bar (1),
+.BR baz (1).
+.br 
+The programs are documented fully by
+.I R "The Rise and Fall of a Fooish Bar" ,
+available via the Info system.
+.SH "AUTHOR"
+policykit was written by <upstream author>.
+.PP 
+This manual page was written by Michael Biebl <biebl at teco.edu>,
+for the Debian project (but may be used by others).

Added: packages/experimental/policykit/debian/man/polkit-list-privileges.1
===================================================================
--- packages/experimental/policykit/debian/man/polkit-list-privileges.1	                        (rev 0)
+++ packages/experimental/policykit/debian/man/polkit-list-privileges.1	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,59 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.\" Please adjust this date whenever revising the manpage.
+.\" 
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.TH "POLKIT-LIST-PRIVILEGE" "1" "August 14, 2006" "" "David Zeuthen <davidz at redhat.com>"
+.SH "NAME"
+policykit \- program to do something
+.SH "SYNOPSIS"
+.B policykit
+.RI [ options ] " files" ...
+.br 
+.B bar
+.RI [ options ] " files" ...
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.B policykit
+and
+.B bar
+commands.
+.PP 
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBpolicykit\fP is a program that...
+.SH "OPTIONS"
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`\-').
+A summary of options is included below.
+For a complete description, see the Info files.
+.TP 
+.B \-h, \-\-help
+Show summary of options.
+.TP 
+.B \-v, \-\-version
+Show version of program.
+.SH "SEE ALSO"
+.BR bar (1),
+.BR baz (1).
+.br 
+The programs are documented fully by
+.I R "The Rise and Fall of a Fooish Bar" ,
+available via the Info system.
+.SH "AUTHOR"
+policykit was written by <upstream author>.
+.PP 
+This manual page was written by Michael Biebl <biebl at teco.edu>,
+for the Debian project (but may be used by others).

Added: packages/experimental/policykit/debian/man/polkit-revoke-privilege.1
===================================================================
--- packages/experimental/policykit/debian/man/polkit-revoke-privilege.1	                        (rev 0)
+++ packages/experimental/policykit/debian/man/polkit-revoke-privilege.1	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,59 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.\" Please adjust this date whenever revising the manpage.
+.\" 
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.TH "POLKIT-REVOKE-PRIVILEGE" "1" "August 14, 2006" "David Zeuthen <davidz at redhat.com>" ""
+.SH "NAME"
+policykit \- program to do something
+.SH "SYNOPSIS"
+.B policykit
+.RI [ options ] " files" ...
+.br 
+.B bar
+.RI [ options ] " files" ...
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.B policykit
+and
+.B bar
+commands.
+.PP 
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBpolicykit\fP is a program that...
+.SH "OPTIONS"
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`\-').
+A summary of options is included below.
+For a complete description, see the Info files.
+.TP 
+.B \-h, \-\-help
+Show summary of options.
+.TP 
+.B \-v, \-\-version
+Show version of program.
+.SH "SEE ALSO"
+.BR bar (1),
+.BR baz (1).
+.br 
+The programs are documented fully by
+.I R "The Rise and Fall of a Fooish Bar" ,
+available via the Info system.
+.SH "AUTHOR"
+policykit was written by <upstream author>.
+.PP 
+This manual page was written by Michael Biebl <biebl at teco.edu>,
+for the Debian project (but may be used by others).

Added: packages/experimental/policykit/debian/man/polkitd.8
===================================================================
--- packages/experimental/policykit/debian/man/polkitd.8	                        (rev 0)
+++ packages/experimental/policykit/debian/man/polkitd.8	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,59 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.\" Please adjust this date whenever revising the manpage.
+.\" 
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.TH "POLKITD" "8" "August 14, 2006" "David Zeuthen <davidz at redhat.com>" ""
+.SH "NAME"
+polkitd \- program to do something
+.SH "SYNOPSIS"
+.B polkitd
+.RI [ options ] " files" ...
+.br 
+.B bar
+.RI [ options ] " files" ...
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.B policykit
+and
+.B bar
+commands.
+.PP 
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBpolicykit\fP is a program that...
+.SH "OPTIONS"
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`\-').
+A summary of options is included below.
+For a complete description, see the Info files.
+.TP 
+.B \-h, \-\-help
+Show summary of options.
+.TP 
+.B \-v, \-\-version
+Show version of program.
+.SH "SEE ALSO"
+.BR bar (1),
+.BR baz (1).
+.br 
+The programs are documented fully by
+.I R "The Rise and Fall of a Fooish Bar" ,
+available via the Info system.
+.SH "AUTHOR"
+policykit was written by <upstream author>.
+.PP 
+This manual page was written by Michael Biebl <biebl at teco.edu>,
+for the Debian project (but may be used by others).

Added: packages/experimental/policykit/debian/policykit.init.d
===================================================================
--- packages/experimental/policykit/debian/policykit.init.d	                        (rev 0)
+++ packages/experimental/policykit/debian/policykit.init.d	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,127 @@
+#! /bin/sh
+### BEGIN INIT INFO
+# Provides:          policykit
+# Required-Start:    $local_fs $dbus
+# Required-Stop:     $local_fs $dbus
+# Default-Start:     2 3 4 5
+# Default-Stop:      S 0 1 6
+# Short-Description: Policy Framework
+# Description:       PolicyKit is a framework for defining policies for system-wide components and
+#                    for desktop pieces to configure it. It is used by HAL.
+### END INIT INFO
+
+# Author: Michael Biebl <biebl at teco.edu>
+#
+
+DESC="policy framework daemon"
+NAME=polkitd
+DAEMON=/usr/sbin/$NAME
+DAEMON_ARGS=""
+PIDFILE=/var/run/$NAME.pid
+SCRIPTNAME=/etc/init.d/$NAME
+
+# Exit if the package is not installed
+[ -x "$DAEMON" ] || exit 0
+
+# Read configuration variable file if it is present
+[ -r /etc/default/$NAME ] && . /etc/default/$NAME
+
+# Load the VERBOSE setting and other rcS variables
+[ -f /etc/default/rcS ] && . /etc/default/rcS
+
+# Define LSB log_* functions.
+# Depend on lsb-base (>= 3.0-6) to ensure that this file is present.
+. /lib/lsb/init-functions
+
+#
+# Function that starts the daemon/service
+#
+do_start()
+{
+	# Return
+	#   0 if daemon has been started
+	#   1 if daemon was already running
+	#   2 if daemon could not be started
+	start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \
+		|| return 1
+	start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON -- \
+		$DAEMON_ARGS \
+		|| return 2
+	# Add code here, if necessary, that waits for the process to be ready
+	# to handle requests from services started subsequently which depend
+	# on this one.  As a last resort, sleep for some time.
+}
+
+#
+# Function that stops the daemon/service
+#
+do_stop()
+{
+	# Return
+	#   0 if daemon has been stopped
+	#   1 if daemon was already stopped
+	#   2 if daemon could not be stopped
+	#   other if a failure occurred
+	start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME
+	RETVAL="$?"
+	[ "$RETVAL" = 2 ] && return 2
+	# Many daemons don't delete their pidfiles when they exit.
+	rm -f $PIDFILE
+	return "$RETVAL"
+}
+
+#
+# Send a SIGUSR1 to polkitd to reload/update its configuration
+#
+do_reload() {
+	start-stop-daemon --stop --signal USR1 --quiet --pidfile $PIDFILE --name $NAME
+	return 0
+}
+
+case "$1" in
+  start)
+	log_daemon_msg "Starting $DESC" "$NAME"
+	do_start
+	case "$?" in
+		0|1) log_end_msg 0 ;;
+		2)   log_end_msg 1 ;;
+	esac
+	;;
+  stop)
+	log_daemon_msg "Stopping $DESC" "$NAME"
+	do_stop
+	case "$?" in
+		0|1) log_end_msg 0 ;;
+		2)   log_end_msg 1 ;;
+	esac
+	;;
+  reload|force-reload)
+	log_daemon_msg "Reloading $DESC" "$NAME"
+	do_reload
+	log_end_msg $?
+	;;
+  restart)
+	log_daemon_msg "Restarting $DESC" "$NAME"
+	do_stop
+	case "$?" in
+	  0|1)
+		do_start
+		case "$?" in
+			0) log_end_msg 0 ;;
+			1) log_end_msg 1 ;; # Old process is still running
+			*) log_end_msg 1 ;; # Failed to start
+		esac
+		;;
+	  *)
+	  	# Failed to stop
+		log_end_msg 1
+		;;
+	esac
+	;;
+  *)
+	echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
+	exit 3
+	;;
+esac
+
+:

Added: packages/experimental/policykit/debian/policykit.install
===================================================================
--- packages/experimental/policykit/debian/policykit.install	                        (rev 0)
+++ packages/experimental/policykit/debian/policykit.install	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,5 @@
+debian/tmp/etc/dbus-1/system.d/PolicyKit.conf
+debian/tmp/etc/pam.d/policy-kit
+debian/tmp/etc/PolicyKit/privilege.d/desktop-console.privilege
+debian/tmp/usr/bin/
+debian/tmp/usr/sbin/

Added: packages/experimental/policykit/debian/policykit.manpages
===================================================================
--- packages/experimental/policykit/debian/policykit.manpages	                        (rev 0)
+++ packages/experimental/policykit/debian/policykit.manpages	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1 @@
+debian/man/*

Added: packages/experimental/policykit/debian/rules
===================================================================
--- packages/experimental/policykit/debian/rules	                        (rev 0)
+++ packages/experimental/policykit/debian/rules	2006-09-25 20:55:20 UTC (rev 1031)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+  
+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 := --with-pam-module-dir=/lib/security/ \
+                             --with-pid-file=/var/run/polkitd.pid


Property changes on: packages/experimental/policykit/debian/rules
___________________________________________________________________
Name: svn:executable
   + 




More information about the Pkg-utopia-commits mailing list