r31139 - in /desktop/unstable/gnome-desktop/debian: changelog patches/03_libm.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Oct 29 11:13:52 UTC 2011


Author: biebl
Date: Sat Oct 29 11:13:52 2011
New Revision: 31139

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31139
Log:
* debian/patches/03_libm.patch:
  - Link lbignome-desktop against -lm. Closes: #640438

Added:
    desktop/unstable/gnome-desktop/debian/patches/03_libm.patch
Modified:
    desktop/unstable/gnome-desktop/debian/changelog
    desktop/unstable/gnome-desktop/debian/patches/series

Modified: desktop/unstable/gnome-desktop/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop/debian/changelog?rev=31139&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-desktop/debian/changelog [utf-8] Sat Oct 29 11:13:52 2011
@@ -4,8 +4,10 @@
     - Update Build-Depends on debhelper.
     - Strip debian/tmp/ from .install files.
   * Switch to dh_python2.
-
- -- Michael Biebl <biebl at debian.org>  Sat, 29 Oct 2011 12:51:03 +0200
+  * debian/patches/03_libm.patch:
+    - Link lbignome-desktop against -lm. Closes: #640438
+
+ -- Michael Biebl <biebl at debian.org>  Sat, 29 Oct 2011 13:13:04 +0200
 
 gnome-desktop (2.30.2-2) unstable; urgency=low
 

Added: desktop/unstable/gnome-desktop/debian/patches/03_libm.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop/debian/patches/03_libm.patch?rev=31139&op=file
==============================================================================
--- desktop/unstable/gnome-desktop/debian/patches/03_libm.patch (added)
+++ desktop/unstable/gnome-desktop/debian/patches/03_libm.patch [utf-8] Sat Oct 29 11:13:52 2011
@@ -1,0 +1,14 @@
+Index: gnome-desktop-2.30.2/libgnome-desktop/Makefile.am
+===================================================================
+--- gnome-desktop-2.30.2.orig/libgnome-desktop/Makefile.am	2010-06-22 03:40:37.000000000 +0200
++++ gnome-desktop-2.30.2/libgnome-desktop/Makefile.am	2011-10-29 12:58:27.587106058 +0200
+@@ -30,7 +30,8 @@
+ 
+ libgnome_desktop_2_la_LIBADD =	\
+ 	$(XLIB_LIBS)		\
+-	$(GNOME_DESKTOP_LIBS)
++	$(GNOME_DESKTOP_LIBS)   \
++	-lm
+ 
+ libgnome_desktop_2_la_LDFLAGS = \
+ 	-version-info $(LT_VERSION) \

Modified: desktop/unstable/gnome-desktop/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop/debian/patches/series?rev=31139&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-desktop/debian/patches/series [utf-8] Sat Oct 29 11:13:52 2011
@@ -1,3 +1,4 @@
 01_rr_double_free.patch
 02_pnp_buffer_overflow.patch
+03_libm.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list