]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/blobdiff - debian/control
* debian/control:
[sojka/debian/lightdm.git] / debian / control
index d2dc1f8644726319fb6c37088203845a9cfcb9ab..96ecc2fc9743b068f54c677fece1feeab7ab148e 100644 (file)
@@ -5,23 +5,25 @@ 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 (>= 8.9.4), intltool, pkg-config, libglib2.0-dev, 
+Build-Depends: debhelper (>= 9), intltool, pkg-config, libglib2.0-dev, 
  libdbus-glib-1-dev, libxcb1-dev, libxdmcp-dev, libpam-dev, libxklavier-dev, 
  libgtk-3-dev, libck-connector-dev, gnome-doc-utils, libqt4-dev,
- valac, gobject-introspection, dpkg-dev (>= 1.16.1), dh-autoreconf,
- gtk-doc-tools
-Standards-Version: 3.9.2
+ valac, gobject-introspection, dpkg-dev (>= 1.16.1),
+ gtk-doc-tools, itstool, libgcrypt11-dev, libgirepository1.0-dev,
+ dh-systemd (>= 1.14), libaudit-dev [linux-any]
+Standards-Version: 3.9.7
 Homepage: https://launchpad.net/lightdm
-Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/lightdm
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm
+Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/lightdm
 
 Package: lightdm
 Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, 
- lightdm-gtk-greeter | lightdm-qt-greeter, dbus, consolekit, adduser
+ lightdm-gtk-greeter | lightdm-greeter, dbus, libpam-systemd [linux-any] |consolekit, adduser
 Recommends: xserver-xorg
-Suggests: accountsservice
+Suggests: accountsservice, upower
+Provides: x-display-manager
 Description: simple display manager
  An X display manager that:
   * Has a lightweight codebase
@@ -30,27 +32,6 @@ Description: simple display manager
   * Fully themeable
   * Cross-desktop (greeters can be written in any toolkit)
 
-Package: lightdm-gtk-greeter
-Provides: lightdm-greeter
-Replaces: lightdm-gtk, lightdm (<< 0.9.2-1)
-Breaks: lightdm-gtk, lightdm (<< 0.9.2-1)
-Section: x11
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: desktop-base, gnome-themes-standard, gnome-icon-theme
-Description: simple display manager (GTK+ greeter)
- A LightDM greeter that uses the GTK+ toolkit.
-
-Package: lightdm-qt-greeter
-Provides: lightdm-greeter
-Replaces: lightdm-qt
-Breaks: lightdm-qt
-Section: x11
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: simple display manager (Qt greeter)
- A LightDM greeter that uses the Qt toolkit.
-
 Package: lightdm-vala
 Section: x11
 Architecture: any
@@ -67,7 +48,7 @@ Description: simple display manager (gobject library)
  This package contains the gobject library for lightdm, used by the GTK+
  greeter.
 
-Package: liblightdm-qt-1-0
+Package: liblightdm-qt-3-0
 Section: libdevel
 Architecture: any
 Pre-depends: ${misc:Pre-Depends}
@@ -78,7 +59,8 @@ Description: simple display manager (Qt library)
 Package: liblightdm-gobject-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: liblightdm-gobject-1-0 (= ${binary:Version}), ${shlibs:Depends},
+ ${misc:Depends}, libdbus-glib-1-dev, libxklavier-dev
 Description: simple display manager (gobject development files)
  This package contains the development files for lightdm.
  They can be used to build new greeters applications GTK+ based.
@@ -86,7 +68,19 @@ Description: simple display manager (gobject development files)
 Package: liblightdm-qt-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: liblightdm-qt-3-0 (= ${binary:Version}), ${shlibs:Depends}, 
+ ${misc:Depends}
 Description: simple display manager (Qt development files)
  This package contains the development files for lightdm.
  They can be used to build new greeters applications Qt based.
+
+Package: gir1.2-lightdm-1
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+         liblightdm-gobject-1-0 (= ${binary:Version})
+Description: Typelib file for liblightdm-1
+ liblightdm provides a library for building LightDM greeters and applications.
+ .
+ This package can be used by other packages using the GIRepository format to
+ generate dynamic bindings for liblightdm.