r47021 - in /packages/unstable/loudmouth/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Nov 13 09:40:53 UTC 2015


Author: biebl
Date: Fri Nov 13 09:40:52 2015
New Revision: 47021

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47021
Log:
Drop non-existing --enable-idn configure flag, IDN support is autodetected
and can't be enabled explicitly.

Modified:
    packages/unstable/loudmouth/debian/changelog
    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=47021&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/changelog	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/changelog	[utf-8] Fri Nov 13 09:40:52 2015
@@ -5,6 +5,8 @@
     validation.
   * Drop obsolete Conflicts against libloudmouth-dev.
   * Mention new maintainer in debian/copyright.
+  * Drop non-existing --enable-idn configure flag, IDN support is autodetected
+    and can't be enabled explicitly.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 13 Nov 2015 10:26:16 +0100
 

Modified: packages/unstable/loudmouth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/rules?rev=47021&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/rules	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/rules	[utf-8] Fri Nov 13 09:40:52 2015
@@ -7,7 +7,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --enable-idn --with-asyncns=yes
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --with-asyncns=yes
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
 DEB_DH_STRIP_ARGS := --dbg-package=libloudmouth1-0-dbg
 DEB_MAKE_CHECK_TARGET := check




More information about the pkg-gnome-commits mailing list