r38394 - in /desktop/experimental/gdm3/debian: changelog rules shlibs.local

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Wed Jun 5 12:55:29 UTC 2013


Author: smcv
Date: Wed Jun  5 12:55:29 2013
New Revision: 38394

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38394
Log:
Tell dh_shlibdeps to look in libgdm to satisfy the shared library dependencies, and add a shlibs.local for them

Untested, but it now builds from source again, which is a good start.

Added:
    desktop/experimental/gdm3/debian/shlibs.local
Modified:
    desktop/experimental/gdm3/debian/changelog
    desktop/experimental/gdm3/debian/rules

Modified: desktop/experimental/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/changelog?rev=38394&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog [utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog [utf-8] Wed Jun  5 12:55:29 2013
@@ -26,6 +26,8 @@
     - gdm-simple-chooser etc. are in /usr/lib/gdm3, not /usr/lib/gdm
     - /usr/sbin/gdm-binary is the real daemon, and debian/rules expects it
       under that name
+  * Tell dh_shlibdeps to look in libgdm to satisfy the shared library
+    dependencies, and add a shlibs.local for them
 
   [ Michael Biebl ]
   * Change Depends on dconf-tools to dconf-cli. We only require the command

Modified: desktop/experimental/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/rules?rev=38394&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/rules [utf-8] (original)
+++ desktop/experimental/gdm3/debian/rules [utf-8] Wed Jun  5 12:55:29 2013
@@ -50,6 +50,7 @@
 
 DEB_DH_INSTALLINIT_ARGS := --noscripts
 DEB_DH_MAKESHLIBS_ARGS_libgdm := -V --no-act
+DEB_DH_SHLIBDEPS_ARGS_ALL := -Llibgdm
 
 DEB_DH_GIREPOSITORY_ARGS_libgdm := -l$(CURDIR)/gui/libgdm /usr/lib/gdm/
 

Added: desktop/experimental/gdm3/debian/shlibs.local
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/shlibs.local?rev=38394&op=file
==============================================================================
--- desktop/experimental/gdm3/debian/shlibs.local (added)
+++ desktop/experimental/gdm3/debian/shlibs.local [utf-8] Wed Jun  5 12:55:29 2013
@@ -1,0 +1,2 @@
+libgdm 1 libgdm (= ${binary:Version})
+libgdmsimplegreeter 1 libgdm (= ${binary:Version})




More information about the pkg-gnome-commits mailing list