r27817 - in /desktop/experimental/vinagre/debian: changelog rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Fri Apr 29 11:38:40 UTC 2011


Author: ah
Date: Fri Apr 29 11:38:17 2011
New Revision: 27817

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27817
Log:
Temporarily disable avahi and telepathy plugins


Modified:
    desktop/experimental/vinagre/debian/changelog
    desktop/experimental/vinagre/debian/rules

Modified: desktop/experimental/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/changelog?rev=27817&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/changelog [utf-8] (original)
+++ desktop/experimental/vinagre/debian/changelog [utf-8] Fri Apr 29 11:38:17 2011
@@ -8,7 +8,9 @@
   * Make vinagre Recommend gnome-icon-theme as per configure warning.
   * The configure arguments --enable-{avahi,telepathy} are now --with-...
     so update debian/rules accordingly.
-  * TODO: there's a linker error for dbus-glib... investigate.
+  * Temporarily disable avahi support as Gtk+ 3.x variant of avahi-ui
+    isn't available yet.
+  * Temporarily disable telepathy support as it fails to build (link).
 
  -- Andreas Henriksson <andreas at fatal.se>  Wed, 13 Apr 2011 19:09:18 +0200
 

Modified: desktop/experimental/vinagre/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/rules?rev=27817&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/rules [utf-8] (original)
+++ desktop/experimental/vinagre/debian/rules [utf-8] Fri Apr 29 11:38:17 2011
@@ -8,9 +8,10 @@
 
 LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += --with-avahi \
+# N.B. avahi and telepathy temporarily disabled.
+DEB_CONFIGURE_EXTRA_FLAGS += --with-avahi=no \
                              --enable-ssh \
-                             --with-telepathy \
+                             --with-telepathy=no \
                              --disable-scrollkeeper
 
 binary-install/vinagre::




More information about the pkg-gnome-commits mailing list