]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/commitdiff
initial packaging for Lionel to play with
authorcorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Thu, 19 Aug 2010 05:48:44 +0000 (05:48 +0000)
committercorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Thu, 19 Aug 2010 05:48:44 +0000 (05:48 +0000)
git-svn-id: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm@4234 0c9b3bff-18ee-0310-b944-d1aa2700132f

debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..d23a58e
--- /dev/null
@@ -0,0 +1,5 @@
+lightdm (0.1.1~-1) unstable; urgency=low
+
+  * Initial release.                                        closes: #
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Sun, 01 Mar 2009 00:27:40 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..b1673f0
--- /dev/null
@@ -0,0 +1,27 @@
+Source: lightdm
+Section: xfce
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
+Uploaders: Evgeni Golov <evgeni@debian.org>, 
+ Yves-Alexis Perez <corsac@debian.org>, Emanuele Rocca <ema@debian.org>, 
+ Simon Huggins <huggie@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)
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..b241da7
--- /dev/null
@@ -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@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'.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..86048f0
--- /dev/null
@@ -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 $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..d1fc204
--- /dev/null
@@ -0,0 +1,3 @@
+version=3
+http://archive.xfce.org/src/apps/xfce4-notifyd/([\d\.]+)/ \
+       xfce4-notifyd-([\d\.]+)\.tar\.(?:gz|bz2)