r21452 - in /desktop/unstable/vinagre/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Sep 23 14:50:48 UTC 2009


Author: pochu
Date: Wed Sep 23 14:50:48 2009
New Revision: 21452

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21452
Log:
Build with --enable-ssh and --enable-telepathy to make sure they're not
accidentally disabled.

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

Modified: desktop/unstable/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/changelog?rev=21452&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/changelog [utf-8] (original)
+++ desktop/unstable/vinagre/debian/changelog [utf-8] Wed Sep 23 14:50:48 2009
@@ -36,6 +36,8 @@
   * Tighten vinagre-dev dependency on vinagre.
   * Let vinagre-dev depend on libgtk2.0-dev and libxml2-dev as required by
     the pkg-config file.
+  * Build with --enable-ssh and --enable-telepathy to make sure they're not
+    accidentally disabled.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 31 Aug 2009 00:56:24 +0200
 

Modified: desktop/unstable/vinagre/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/rules?rev=21452&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/rules [utf-8] (original)
+++ desktop/unstable/vinagre/debian/rules [utf-8] Wed Sep 23 14:50:48 2009
@@ -9,6 +9,8 @@
 LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-avahi \
+                             --enable-ssh \
+                             --enable-telepathy \
                              --disable-scrollkeeper
 
 binary-install/vinagre::




More information about the pkg-gnome-commits mailing list