r25749 - in /packages/unstable/loudmouth/debian: changelog patches/06_-lasyncns.patch

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Dec 5 12:20:18 UTC 2010


Author: pochu
Date: Sun Dec  5 12:20:17 2010
New Revision: 25749

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25749
Log:
* debian/patches/06_-lasyncns.patch:
  - Move libasyncns from Libs to Libs.private. It's not needed
    to link dynamically and that's causing build failures in
    other packages because we don't depend on libasyncns-dev.
    Closes: #605992.

Added:
    packages/unstable/loudmouth/debian/patches/06_-lasyncns.patch
Modified:
    packages/unstable/loudmouth/debian/changelog

Modified: packages/unstable/loudmouth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/changelog?rev=25749&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/changelog [utf-8] (original)
+++ packages/unstable/loudmouth/debian/changelog [utf-8] Sun Dec  5 12:20:17 2010
@@ -1,3 +1,13 @@
+loudmouth (1.4.3-7) unstable; urgency=low
+
+  * debian/patches/06_-lasyncns.patch:
+    - Move libasyncns from Libs to Libs.private. It's not needed
+      to link dynamically and that's causing build failures in
+      other packages because we don't depend on libasyncns-dev.
+      Closes: #605992.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 05 Dec 2010 12:37:49 +0100
+
 loudmouth (1.4.3-6) unstable; urgency=low
 
   [ Tanguy Ortolo ]

Added: packages/unstable/loudmouth/debian/patches/06_-lasyncns.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/patches/06_-lasyncns.patch?rev=25749&op=file
==============================================================================
--- packages/unstable/loudmouth/debian/patches/06_-lasyncns.patch (added)
+++ packages/unstable/loudmouth/debian/patches/06_-lasyncns.patch [utf-8] Sun Dec  5 12:20:17 2010
@@ -1,0 +1,11 @@
+diff -Nur -x '*.orig' -x '*~' loudmouth-1.4.3//loudmouth-1.0.pc.in loudmouth-1.4.3.new//loudmouth-1.0.pc.in
+--- loudmouth-1.4.3//loudmouth-1.0.pc.in	2010-12-05 12:18:24.000000000 +0100
++++ loudmouth-1.4.3.new//loudmouth-1.0.pc.in	2010-12-05 12:19:12.000000000 +0100
+@@ -7,5 +7,6 @@
+ Description: libloudmouth
+ Requires: glib-2.0
+ Version: @VERSION@
+-Libs: -L${libdir} -lloudmouth-1 @LIBIDN_LIBS@ @LIBASYNCNS_LIBS@
++Libs: -L${libdir} -lloudmouth-1 @LIBIDN_LIBS@
++Libs.private: @LIBASYNCNS_LIBS@
+ Cflags: -I${includedir}/loudmouth-1.0




More information about the pkg-gnome-commits mailing list