[26271] in Source-Commits

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

/svn/athena r25481 - in trunk/debathena/config: . lightdm-config lightdm-config/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon May 7 17:48:10 2012

Date: Mon, 7 May 2012 17:48:09 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201205072148.q47Lm9sD029198@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2012-05-07 17:48:09 -0400 (Mon, 07 May 2012)
New Revision: 25481

Added:
   trunk/debathena/config/lightdm-config/
   trunk/debathena/config/lightdm-config/debian/
   trunk/debathena/config/lightdm-config/debian/changelog
   trunk/debathena/config/lightdm-config/debian/compat
   trunk/debathena/config/lightdm-config/debian/control.in
   trunk/debathena/config/lightdm-config/debian/copyright
   trunk/debathena/config/lightdm-config/debian/rules
   trunk/debathena/config/lightdm-config/debian/transform_lightdm.conf.debathena
Log:
Initial checkin of lightdm-config

Added: trunk/debathena/config/lightdm-config/debian/changelog
===================================================================
--- trunk/debathena/config/lightdm-config/debian/changelog	                        (rev 0)
+++ trunk/debathena/config/lightdm-config/debian/changelog	2012-05-07 21:48:09 UTC (rev 25481)
@@ -0,0 +1,5 @@
+debathena-lightdm-config (1.0) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Jonathan Reed <jdreed@mit.edu>  Mon, 07 May 2012 17:28:16 -0400

Added: trunk/debathena/config/lightdm-config/debian/compat
===================================================================
--- trunk/debathena/config/lightdm-config/debian/compat	                        (rev 0)
+++ trunk/debathena/config/lightdm-config/debian/compat	2012-05-07 21:48:09 UTC (rev 25481)
@@ -0,0 +1 @@
+6

Added: trunk/debathena/config/lightdm-config/debian/control.in
===================================================================
--- trunk/debathena/config/lightdm-config/debian/control.in	                        (rev 0)
+++ trunk/debathena/config/lightdm-config/debian/control.in	2012-05-07 21:48:09 UTC (rev 25481)
@@ -0,0 +1,14 @@
+Source: debathena-lightdm-config
+Section: debathena-config/gnome
+Priority: extra
+Maintainer: Debathena Project <debathena@mit.edu>
+Build-Depends: @cdbs@, lightdm
+Standards-Version: 3.9.1
+
+Package: debathena-lightdm-config
+Architecture: all
+Depends: lightdm
+Provides: ${diverted-files}
+Conflicts: ${diverted-files}
+Description: Lightdm configuration for Debathena
+ This package configures the lightdm display manager.

Added: trunk/debathena/config/lightdm-config/debian/copyright
===================================================================
--- trunk/debathena/config/lightdm-config/debian/copyright	                        (rev 0)
+++ trunk/debathena/config/lightdm-config/debian/copyright	2012-05-07 21:48:09 UTC (rev 25481)
@@ -0,0 +1,29 @@
+This software and its Debian packaging are licensed as follows:
+
+Copyright (c) 2012, Massachusetts Institute of Technology
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+    * Neither the name of the Massachusetts Institute of Technology nor the
+      names of its contributors may be used to endorse or promote products
+      derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MASSACHUSETTS
+INSTITUTE OF TECHNOLOGY BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGE.

Added: trunk/debathena/config/lightdm-config/debian/rules
===================================================================
--- trunk/debathena/config/lightdm-config/debian/rules	                        (rev 0)
+++ trunk/debathena/config/lightdm-config/debian/rules	2012-05-07 21:48:09 UTC (rev 25481)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_DIVERT_EXTENSION = .debathena
+DEB_TRANSFORM_FILES_debathena-lightdm-config += \
+	/etc/lightdm/lightdm.conf.debathena
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/config-package.mk


Property changes on: trunk/debathena/config/lightdm-config/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/debathena/config/lightdm-config/debian/transform_lightdm.conf.debathena
===================================================================
--- trunk/debathena/config/lightdm-config/debian/transform_lightdm.conf.debathena	                        (rev 0)
+++ trunk/debathena/config/lightdm-config/debian/transform_lightdm.conf.debathena	2012-05-07 21:48:09 UTC (rev 25481)
@@ -0,0 +1,3 @@
+#!/usr/bin/perl -0p
+s|^(greeter-hide-users=).*$|{1}true|m or s|(\[SeatDefaults\]\n|\1greeter-hide-users=true\n| or die;
+s|^(greeter-show-manual-login=).*$|{1}true|m or s|(\[SeatDefaults\]\n|\1greeter-show-manual-login=true\n| or die;


Property changes on: trunk/debathena/config/lightdm-config/debian/transform_lightdm.conf.debathena
___________________________________________________________________
Added: svn:executable
   + *


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