r32219 - in /desktop/unstable/gdm3/debian: patches/93_private_lib.patch rules
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Mon Dec 19 01:14:50 UTC 2011
Author: joss
Date: Mon Dec 19 01:14:50 2011
New Revision: 32219
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32219
Log:
Make the second library private too.
Modified:
desktop/unstable/gdm3/debian/patches/93_private_lib.patch
desktop/unstable/gdm3/debian/rules
Modified: desktop/unstable/gdm3/debian/patches/93_private_lib.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/93_private_lib.patch?rev=32219&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/93_private_lib.patch [utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/93_private_lib.patch [utf-8] Mon Dec 19 01:14:50 2011
@@ -1,7 +1,7 @@
Index: gdm-3.2.1.1/gui/libgdmgreeter/Makefile.am
===================================================================
---- gdm-3.2.1.1.orig/gui/libgdmgreeter/Makefile.am 2011-10-19 17:41:52.000000000 +0200
-+++ gdm-3.2.1.1/gui/libgdmgreeter/Makefile.am 2011-12-19 00:21:43.947169064 +0100
+--- gdm-3.2.1.1.orig/gui/libgdmgreeter/Makefile.am 2011-12-19 02:12:33.299676088 +0100
++++ gdm-3.2.1.1/gui/libgdmgreeter/Makefile.am 2011-12-19 02:12:36.363691068 +0100
@@ -11,7 +11,7 @@ AM_CPPFLAGS = \
-DDATADIR=\""$(datadir)"\" \
$(END_OF_LIST)
@@ -11,3 +11,16 @@
libgdmgreeter.la \
$(END_OF_LIST)
+Index: gdm-3.2.1.1/gui/simple-greeter/libgdmsimplegreeter/Makefile.am
+===================================================================
+--- gdm-3.2.1.1.orig/gui/simple-greeter/libgdmsimplegreeter/Makefile.am 2011-10-19 17:41:52.000000000 +0200
++++ gdm-3.2.1.1/gui/simple-greeter/libgdmsimplegreeter/Makefile.am 2011-12-19 02:13:24.683927311 +0100
+@@ -14,7 +14,7 @@ AM_CPPFLAGS = \
+ $(GTK_CFLAGS) \
+ $(NULL)
+
+-lib_LTLIBRARIES = \
++pkglib_LTLIBRARIES = \
+ libgdmsimplegreeter.la \
+ $(NULL)
+
Modified: desktop/unstable/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/rules?rev=32219&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/rules [utf-8] (original)
+++ desktop/unstable/gdm3/debian/rules [utf-8] Mon Dec 19 01:14:50 2011
@@ -60,7 +60,7 @@
rm -f debian/gdm3/etc/pam.d/gdm
rm -f debian/gdm3/etc/pam.d/gdm-autologin
rm -f debian/gdm3/usr/share/gdm/autostart/LoginWindow/gnome-session-check-accelerated.desktop
- cd debian/gdm3/usr/lib/gdm3 && \
+ cd debian/gdm3/usr/lib/gdm && \
rm -f lib*.a lib*.la lib*.so
cd debian/gdm3/usr/share/gdm/greeter-config && \
mv session-setup.entries 10_upstream.entries
More information about the pkg-gnome-commits
mailing list