[Pkg-xfce-commits] r4234 - in goodies/trunk: . lightdm lightdm/debian lightdm/debian/source

Yves-Alexis Perez corsac at alioth.debian.org
Thu Aug 19 05:48:44 UTC 2010


Author: corsac
Date: 2010-08-19 05:48:44 +0000 (Thu, 19 Aug 2010)
New Revision: 4234

Added:
   goodies/trunk/lightdm/
   goodies/trunk/lightdm/debian/
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/compat
   goodies/trunk/lightdm/debian/control
   goodies/trunk/lightdm/debian/copyright
   goodies/trunk/lightdm/debian/rules
   goodies/trunk/lightdm/debian/source/
   goodies/trunk/lightdm/debian/source/format
   goodies/trunk/lightdm/debian/watch
Log:
initial packaging for Lionel to play with



Property changes on: goodies/trunk/lightdm/debian
___________________________________________________________________
Added: mergewithupstream
   + +1

Added: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	                        (rev 0)
+++ goodies/trunk/lightdm/debian/changelog	2010-08-19 05:48:44 UTC (rev 4234)
@@ -0,0 +1,5 @@
+lightdm (0.1.1~-1) unstable; urgency=low
+
+  * Initial release.                                        closes: #
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 01 Mar 2009 00:27:40 +0100

Added: goodies/trunk/lightdm/debian/compat
===================================================================
--- goodies/trunk/lightdm/debian/compat	                        (rev 0)
+++ goodies/trunk/lightdm/debian/compat	2010-08-19 05:48:44 UTC (rev 4234)
@@ -0,0 +1 @@
+7

Added: goodies/trunk/lightdm/debian/control
===================================================================
--- goodies/trunk/lightdm/debian/control	                        (rev 0)
+++ goodies/trunk/lightdm/debian/control	2010-08-19 05:48:44 UTC (rev 4234)
@@ -0,0 +1,27 @@
+Source: lightdm
+Section: xfce
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Evgeni Golov <evgeni at debian.org>, 
+ Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, 
+ Simon Huggins <huggie at earth.li>          
+Build-Depends: debhelper (>= 7.0.50~), intltool, pkg-config, libglib2.0-dev, 
+ libdbus-glib-1-dev, libxcb1-dev, libxdmcp-dev, libpam-dev, libxklavier-dev, 
+ libgtk2.0-dev, libwebkit-dev, libck-connector-dev, gnome-doc-utils
+Standards-Version: 3.9.1
+Homepage: https://launchpad.net/lightdm
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-notifyd/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-notifyd/
+
+
+Package: lightdm
+Section: xfce
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: simple display manager
+ An X display manager that:
+  * Has a lightweight codebase
+  * Is standards compliant (PAM, ConsoleKit, etc)
+  * Has a well defined interface between the server and user interface
+  * Fully themeable (easiest with the webkit interface)
+  * Cross-desktop (greeters can be written in any toolkit)

Added: goodies/trunk/lightdm/debian/copyright
===================================================================
--- goodies/trunk/lightdm/debian/copyright	                        (rev 0)
+++ goodies/trunk/lightdm/debian/copyright	2010-08-19 05:48:44 UTC (rev 4234)
@@ -0,0 +1,24 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=402
+Upstream-Name: lightdm
+Upstream-Maintainer: Robert Ancell
+Upstream-Source: https://launchpad.net/lightdm
+
+Files: *
+Copyright: Robert Ancell
+License: GPL-3
+
+Files: debian/*
+Copyright: © 2010 Yves-Alexis Perez <corsac at debian.org>
+License: GPL-2
+
+License: GPL-2
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in
+ `/usr/share/common-licenses/GPL-2'.
+
+License: GPL-3
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in
+ `/usr/share/common-licenses/GPL-3'.
+

Added: goodies/trunk/lightdm/debian/rules
===================================================================
--- goodies/trunk/lightdm/debian/rules	                        (rev 0)
+++ goodies/trunk/lightdm/debian/rules	2010-08-19 05:48:44 UTC (rev 4234)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
+#LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+
+%:
+	dh $@


Property changes on: goodies/trunk/lightdm/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: goodies/trunk/lightdm/debian/source/format
===================================================================
--- goodies/trunk/lightdm/debian/source/format	                        (rev 0)
+++ goodies/trunk/lightdm/debian/source/format	2010-08-19 05:48:44 UTC (rev 4234)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: goodies/trunk/lightdm/debian/watch
===================================================================
--- goodies/trunk/lightdm/debian/watch	                        (rev 0)
+++ goodies/trunk/lightdm/debian/watch	2010-08-19 05:48:44 UTC (rev 4234)
@@ -0,0 +1,3 @@
+version=3
+http://archive.xfce.org/src/apps/xfce4-notifyd/([\d\.]+)/ \
+	xfce4-notifyd-([\d\.]+)\.tar\.(?:gz|bz2)




More information about the Pkg-xfce-commits mailing list