[Pkg-xfce-commits] r9849 - in /goodies/trunk/lightdm/debian: changelog control

Yves-Alexis Perez corsac at moszumanska.debian.org
Sun Jun 18 17:45:55 UTC 2017


Author: corsac
Date: Sun Jun 18 17:45:54 2017
New Revision: 9849

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9849
Log:
  - move gir1.2-lightdm-1 to section introspection.
  - add dependency on gir1.2-lightdm-1 to liblightdm-gobject-dev. 
  - add dependency on ${gir:Depends} to gir1.2-lightdm-1. 

Modified:
    goodies/trunk/lightdm/debian/changelog
    goodies/trunk/lightdm/debian/control

Modified: goodies/trunk/lightdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/changelog?rev=9849&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/changelog	(original)
+++ goodies/trunk/lightdm/debian/changelog	Sun Jun 18 17:45:54 2017
@@ -3,6 +3,9 @@
   * debian/control:
     - replace libgcrypt11-dev by libgcrypt20-dev.               closes: #864121
     - update standards version to 4.0.0.
+    - move gir1.2-lightdm-1 to section introspection.
+    - add dependency on gir1.2-lightdm-1 to liblightdm-gobject-dev. 
+    - add dependency on ${gir:Depends} to gir1.2-lightdm-1. 
 
  -- Yves-Alexis Perez <corsac at debian.org>  Mon, 05 Jun 2017 21:32:55 +0200
 

Modified: goodies/trunk/lightdm/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/control?rev=9849&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/control	(original)
+++ goodies/trunk/lightdm/debian/control	Sun Jun 18 17:45:54 2017
@@ -88,6 +88,7 @@
 Architecture: any
 Depends: libdbus-glib-1-dev,
          liblightdm-gobject-1-0 (= ${binary:Version}),
+         gir1.2-lightdm-1 (= ${binary:Version}),
          libxklavier-dev,
          ${misc:Depends},
          ${shlibs:Depends}
@@ -106,9 +107,10 @@
  They can be used to build new greeters applications Qt based.
 
 Package: gir1.2-lightdm-1
-Section: libs
+Section: introspection
 Architecture: any
-Depends: liblightdm-gobject-1-0 (= ${binary:Version}), ${misc:Depends}
+Depends: liblightdm-gobject-1-0 (= ${binary:Version}), ${misc:Depends},
+         ${gir:Depends}
 Description: Typelib file for liblightdm-1
  liblightdm provides a library for building LightDM greeters and applications.
  .




More information about the Pkg-xfce-commits mailing list