r17292 - in /packages/unstable/loudmouth/debian: changelog control rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Oct 20 19:29:13 UTC 2008


Author: lool
Date: Mon Oct 20 19:29:13 2008
New Revision: 17292

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17292
Log:
Set -DONLY_TCP_KEEP_ALIVE in CFLAGS as a workaround to revert the 1.4.0 ->
1.4.1 changes for lenny; closes: #494940.

Modified:
    packages/unstable/loudmouth/debian/changelog
    packages/unstable/loudmouth/debian/control
    packages/unstable/loudmouth/debian/rules

Modified: packages/unstable/loudmouth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/changelog?rev=17292&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/changelog (original)
+++ packages/unstable/loudmouth/debian/changelog Mon Oct 20 19:29:13 2008
@@ -1,3 +1,10 @@
+loudmouth (1.4.2-2) unstable; urgency=high
+
+  * Set -DONLY_TCP_KEEP_ALIVE in CFLAGS as a workaround to revert the 1.4.0 ->
+    1.4.1 changes for lenny; closes: #494940.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 20 Oct 2008 21:20:35 +0200
+
 loudmouth (1.4.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/unstable/loudmouth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/control?rev=17292&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/control (original)
+++ packages/unstable/loudmouth/debian/control Mon Oct 20 19:29:13 2008
@@ -9,16 +9,18 @@
                gtk-doc-tools (>= 1.1-2),
                libglib2.0-dev,
                libgnutls-dev,
-               dpkg-dev (>= 1.13.19)
-Uploaders: Dafydd Harries <daf at debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Kilian Krause <kilian at debian.org>, Norbert Tretkowski <nobse at debian.org>, Sjoerd Simons <sjoerd at debian.org>
-Standards-Version: 3.7.3
+               dpkg-dev (>= 1.13.19),
+               libidn11-dev
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Kilian Krause <kilian at debian.org>, Loic Minier <lool at dooz.org>, Norbert Tretkowski <nobse at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Standards-Version: 3.8.0
 
 Package: libloudmouth1-dev
 Section: libdevel
 Architecture: any
 Depends: libloudmouth1-0 (= ${binary:Version}),
          libglib2.0-dev,
-         libgnutls-dev
+         libgnutls-dev,
+         libidn11-dev
 Conflicts: libloudmouth-dev
 Description: Development files for Loudmouth Jabber library
  The development headers and API documentation for the LoudMouth

Modified: packages/unstable/loudmouth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/rules?rev=17292&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/rules (original)
+++ packages/unstable/loudmouth/debian/rules Mon Oct 20 19:29:13 2008
@@ -13,6 +13,8 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
 DEB_DH_STRIP_ARGS := --dbg-package=libloudmouth1-0-dbg
 
+CFLAGS += -DONLY_TCP_KEEP_ALIVE
+
 common-binary-predeb-arch:: list-missing
 
 clean::




More information about the pkg-gnome-commits mailing list