r34096 - in /desktop/unstable/gnome-desktop3/debian: changelog patches/01-clock_gettime.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Apr 3 16:54:36 UTC 2012


Author: biebl
Date: Tue Apr  3 16:54:35 2012
New Revision: 34096

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34096
Log:
debian/patches/01-clock_gettime.patch: Link libgnome-desktop against librt
for clock_gettime().

Added:
    desktop/unstable/gnome-desktop3/debian/patches/01-clock_gettime.patch
Modified:
    desktop/unstable/gnome-desktop3/debian/changelog
    desktop/unstable/gnome-desktop3/debian/patches/series

Modified: desktop/unstable/gnome-desktop3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/changelog?rev=34096&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/changelog [utf-8] Tue Apr  3 16:54:35 2012
@@ -4,8 +4,10 @@
   * Add the necessary Breaks/Replaces against gnome-desktop-data (<< 2.32.1-2)
     which previously shipped those files.
   * Build gtk-doc API documentation.
-
- -- Michael Biebl <biebl at debian.org>  Tue, 03 Apr 2012 18:46:57 +0200
+  * debian/patches/01-clock_gettime.patch: Link libgnome-desktop against librt
+    for clock_gettime().
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 03 Apr 2012 18:53:36 +0200
 
 gnome-desktop3 (3.2.1-3) unstable; urgency=low
 

Added: desktop/unstable/gnome-desktop3/debian/patches/01-clock_gettime.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/patches/01-clock_gettime.patch?rev=34096&op=file
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/patches/01-clock_gettime.patch (added)
+++ desktop/unstable/gnome-desktop3/debian/patches/01-clock_gettime.patch [utf-8] Tue Apr  3 16:54:35 2012
@@ -1,0 +1,15 @@
+Description: Link libgnome-desktop against librt for clock_gettime().
+Index: gnome-desktop3-3.2.1/libgnome-desktop/Makefile.am
+===================================================================
+--- gnome-desktop3-3.2.1.orig/libgnome-desktop/Makefile.am	2011-09-26 10:25:36.000000000 +0200
++++ gnome-desktop3-3.2.1/libgnome-desktop/Makefile.am	2012-04-03 18:51:16.586252666 +0200
+@@ -38,7 +38,8 @@
+ libgnome_desktop_3_la_LIBADD =	\
+ 	$(XLIB_LIBS)		\
+ 	$(LIBM)			\
+-	$(GNOME_DESKTOP_LIBS)
++	$(GNOME_DESKTOP_LIBS) \
++	-lrt
+ 
+ libgnome_desktop_3_la_LDFLAGS = \
+ 	-version-info $(LT_VERSION) \

Modified: desktop/unstable/gnome-desktop3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/patches/series?rev=34096&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/patches/series [utf-8] Tue Apr  3 16:54:35 2012
@@ -1,1 +1,2 @@
+01-clock_gettime.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list