[Pkg-xfce-commits] r6310 - goodies/trunk/lightdm/debian

Yves-Alexis Perez corsac at alioth.debian.org
Thu Jan 12 05:22:59 UTC 2012


Author: corsac
Date: 2012-01-12 17:22:59 +0000 (Thu, 12 Jan 2012)
New Revision: 6310

Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/control
Log:
liblightdm-gobject-dev requires libdbus-glib-1-dev so add a dependency.

Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2012-01-12 16:55:53 UTC (rev 6309)
+++ goodies/trunk/lightdm/debian/changelog	2012-01-12 17:22:59 UTC (rev 6310)
@@ -4,6 +4,7 @@
     - da.po updated, thanks to “Joe Dalton”.                    closes: #650946
   * debian/control:
     - add Provides: on x-display-manager.                       closes: #654343
+    - liblightdm-gobject-dev requires libdbus-glib-1-dev so add a dependency.
   * debian/watch updated for new tarballs location.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sun, 04 Dec 2011 15:07:43 +0100

Modified: goodies/trunk/lightdm/debian/control
===================================================================
--- goodies/trunk/lightdm/debian/control	2012-01-12 16:55:53 UTC (rev 6309)
+++ goodies/trunk/lightdm/debian/control	2012-01-12 17:22:59 UTC (rev 6310)
@@ -80,7 +80,7 @@
 Package: liblightdm-gobject-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libdbus-glib-1-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.




More information about the Pkg-xfce-commits mailing list