r44545 - in /desktop/unstable/vte2.91/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri May 22 20:14:30 UTC 2015


Author: biebl
Date: Fri May 22 20:14:30 2015
New Revision: 44545

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44545
Log:
Disable GnuTLS support in udeb build.

Modified:
    desktop/unstable/vte2.91/debian/changelog
    desktop/unstable/vte2.91/debian/rules

Modified: desktop/unstable/vte2.91/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/changelog?rev=44545&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/changelog	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/changelog	[utf-8] Fri May 22 20:14:30 2015
@@ -4,6 +4,7 @@
   * Refresh patches.
   * Update debian/libvte-2.90-9.symbols, add new symbols.
   * Update Build-Depends and Depends of libvte-2.91-dev as per configure.ac.
+  * Disable GnuTLS support in udeb build.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 22 May 2015 21:38:17 +0200
 

Modified: desktop/unstable/vte2.91/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/rules?rev=44545&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/rules	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/rules	[utf-8] Fri May 22 20:14:30 2015
@@ -22,11 +22,13 @@
 	--enable-gnome-pty-helper \
 	--enable-glade-catalogue \
 	--enable-gtk-doc \
-	--enable-introspection
+	--enable-introspection \
+	--with-gnutls
 
 DEB_CONFIGURE_FLAGS_udeb += \
 	--disable-gnome-pty-helper \
-	--disable-gtk-doc
+	--disable-gtk-doc \
+	--without-gnutls
 
 DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp
 DEB_MAKE_DESTDIRSKEL_udeb = $(CURDIR)/debian/tmp/udeb




More information about the pkg-gnome-commits mailing list