]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/blobdiff - debian/control
* debian/control:
[sojka/debian/lightdm.git] / debian / control
index cfcdf1227ce4fa1497a8f43f46e45420a7bf09f9..96ecc2fc9743b068f54c677fece1feeab7ab148e 100644 (file)
@@ -9,17 +9,18 @@ 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),
- gtk-doc-tools
-Standards-Version: 3.9.3
+ 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-greeter, dbus, consolekit, adduser
+ lightdm-gtk-greeter | lightdm-greeter, dbus, libpam-systemd [linux-any] |consolekit, adduser
 Recommends: xserver-xorg
 Suggests: accountsservice, upower
 Provides: x-display-manager
@@ -47,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-2-0
+Package: liblightdm-qt-3-0
 Section: libdevel
 Architecture: any
 Pre-depends: ${misc:Pre-Depends}
@@ -67,8 +68,19 @@ Description: simple display manager (gobject development files)
 Package: liblightdm-qt-dev
 Section: libdevel
 Architecture: any
-Depends: liblightdm-qt-2-0 (= ${binary:Version}), ${shlibs: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.