[23569] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23210 - in trunk/debathena/debathena: . xlock xlock/debian

daemon@ATHENA.MIT.EDU (rbasch@MIT.EDU)
Thu Oct 16 19:35:52 2008

Date: Thu, 16 Oct 2008 19:35:21 -0400 (EDT)
From: rbasch@MIT.EDU
Message-Id: <200810162335.TAA11569@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: rbasch
Date: 2008-10-16 19:35:20 -0400 (Thu, 16 Oct 2008)
New Revision: 23210

Added:
   trunk/debathena/debathena/xlock/
   trunk/debathena/debathena/xlock/debian/
   trunk/debathena/debathena/xlock/debian/changelog
   trunk/debathena/debathena/xlock/debian/compat
   trunk/debathena/debathena/xlock/debian/control
   trunk/debathena/debathena/xlock/debian/control.in
   trunk/debathena/debathena/xlock/debian/copyright
   trunk/debathena/debathena/xlock/debian/debathena-xlock.install
   trunk/debathena/debathena/xlock/debian/rules
   trunk/debathena/debathena/xlock/debian/xlock
Log:
Add the debathena-xlock package, containing the xlock script which
tells the running screensaver to lock the screen immediately.


Added: trunk/debathena/debathena/xlock/debian/changelog
===================================================================
--- trunk/debathena/debathena/xlock/debian/changelog	2008-10-15 22:53:58 UTC (rev 23209)
+++ trunk/debathena/debathena/xlock/debian/changelog	2008-10-16 23:35:20 UTC (rev 23210)
@@ -0,0 +1,5 @@
+debathena-xlock (10.0.0) unstable; urgency=low
+
+  * Initial release.
+
+ -- Robert Basch <rbasch@mit.edu>  Wed, 15 Oct 2008 19:07:20 -0400

Added: trunk/debathena/debathena/xlock/debian/compat
===================================================================
--- trunk/debathena/debathena/xlock/debian/compat	2008-10-15 22:53:58 UTC (rev 23209)
+++ trunk/debathena/debathena/xlock/debian/compat	2008-10-16 23:35:20 UTC (rev 23210)
@@ -0,0 +1 @@
+4

Added: trunk/debathena/debathena/xlock/debian/control
===================================================================
--- trunk/debathena/debathena/xlock/debian/control	2008-10-15 22:53:58 UTC (rev 23209)
+++ trunk/debathena/debathena/xlock/debian/control	2008-10-16 23:35:20 UTC (rev 23210)
@@ -0,0 +1,14 @@
+Source: debathena-xlock
+Section: debathena/gnome
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0)
+Standards-Version: 3.7.2
+
+Package: debathena-xlock
+Architecture: all
+Depends: ${misc:Depends}, gnome-screensaver
+Description: Tell the screensaver to lock the screen
+ This package provides a script which tells the running gnome-screensaver
+ process to lock the screen immediately.  It is provided for compatibility
+ with previous Athena releases.

Added: trunk/debathena/debathena/xlock/debian/control.in
===================================================================
--- trunk/debathena/debathena/xlock/debian/control.in	2008-10-15 22:53:58 UTC (rev 23209)
+++ trunk/debathena/debathena/xlock/debian/control.in	2008-10-16 23:35:20 UTC (rev 23210)
@@ -0,0 +1,14 @@
+Source: debathena-xlock
+Section: debathena/gnome
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.2
+
+Package: debathena-xlock
+Architecture: all
+Depends: ${misc:Depends}, gnome-screensaver
+Description: Tell the screensaver to lock the screen
+ This package provides a script which tells the running gnome-screensaver
+ process to lock the screen immediately.  It is provided for compatibility
+ with previous Athena releases.

Added: trunk/debathena/debathena/xlock/debian/copyright
===================================================================
--- trunk/debathena/debathena/xlock/debian/copyright	2008-10-15 22:53:58 UTC (rev 23209)
+++ trunk/debathena/debathena/xlock/debian/copyright	2008-10-16 23:35:20 UTC (rev 23210)
@@ -0,0 +1,11 @@
+Copyright 2008 by the Massachusetts Institute of Technology.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of M.I.T. not be used in
+advertising or publicity pertaining to distribution of the software
+without specific, written prior permission.  M.I.T. makes no
+representations about the suitability of this software for any
+purpose.  It is provided "as is" without express or implied warranty.

Added: trunk/debathena/debathena/xlock/debian/debathena-xlock.install
===================================================================
--- trunk/debathena/debathena/xlock/debian/debathena-xlock.install	2008-10-15 22:53:58 UTC (rev 23209)
+++ trunk/debathena/debathena/xlock/debian/debathena-xlock.install	2008-10-16 23:35:20 UTC (rev 23210)
@@ -0,0 +1 @@
+debian/xlock usr/bin

Added: trunk/debathena/debathena/xlock/debian/rules
===================================================================
--- trunk/debathena/debathena/xlock/debian/rules	2008-10-15 22:53:58 UTC (rev 23209)
+++ trunk/debathena/debathena/xlock/debian/rules	2008-10-16 23:35:20 UTC (rev 23210)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
+
+include /usr/share/cdbs/1/rules/debhelper.mk


Property changes on: trunk/debathena/debathena/xlock/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/debathena/debathena/xlock/debian/xlock
===================================================================
--- trunk/debathena/debathena/xlock/debian/xlock	2008-10-15 22:53:58 UTC (rev 23209)
+++ trunk/debathena/debathena/xlock/debian/xlock	2008-10-16 23:35:20 UTC (rev 23210)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# This script tells the running gnome-screensaver process to lock the
+# screen immediately.  It is provided for compatibility with previous
+# Athena releases.
+
+exec gnome-screensaver-command -l


Property changes on: trunk/debathena/debathena/xlock/debian/xlock
___________________________________________________________________
Name: svn:executable
   + *


home help back first fref pref prev next nref lref last post