r22394 - in /desktop/unstable/vino/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Nov 20 10:31:02 UTC 2009


Author: joss
Date: Fri Nov 20 10:31:02 2009
New Revision: 22394

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22394
Log:
Pass configure argument to store the server password in the keyring.

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

Modified: desktop/unstable/vino/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vino/debian/changelog?rev=22394&op=diff
==============================================================================
--- desktop/unstable/vino/debian/changelog [utf-8] (original)
+++ desktop/unstable/vino/debian/changelog [utf-8] Fri Nov 20 10:31:02 2009
@@ -1,6 +1,7 @@
 vino (2.28.1-2) unstable; urgency=low
 
   * Only require NM on Linux architectures.
+  * Pass configure argument to store the server password in the keyring.
 
  -- Josselin Mouette <joss at debian.org>  Fri, 20 Nov 2009 11:24:03 +0100
 

Modified: desktop/unstable/vino/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vino/debian/rules?rev=22394&op=diff
==============================================================================
--- desktop/unstable/vino/debian/rules [utf-8] (original)
+++ desktop/unstable/vino/debian/rules [utf-8] Fri Nov 20 10:31:02 2009
@@ -9,7 +9,8 @@
 DEB_CONFIGURE_EXTRA_FLAGS +=	\
 	--enable-avahi		\
 	--enable-ipv6		\
-	--enable-libnotify
+	--enable-libnotify	\
+	--enable-gnome-keyring=yes
 
 # drop unneeded ELF deps
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed




More information about the pkg-gnome-commits mailing list