r32858 - in /desktop/experimental/glib-networking/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Mar 8 08:37:58 UTC 2012


Author: biebl
Date: Thu Mar  8 08:37:57 2012
New Revision: 32858

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32858
Log:
debian/rules: Explicitly enable libproxy and gnutls support for more
reliable build results.

Modified:
    desktop/experimental/glib-networking/debian/changelog
    desktop/experimental/glib-networking/debian/rules

Modified: desktop/experimental/glib-networking/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib-networking/debian/changelog?rev=32858&op=diff
==============================================================================
--- desktop/experimental/glib-networking/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib-networking/debian/changelog [utf-8] Thu Mar  8 08:37:57 2012
@@ -2,8 +2,10 @@
 
   * New upstream development release.
   * debian/control.in: Update Build-Depends.
+  * debian/rules: Explicitly enable libproxy and gnutls support for more
+    reliable build results.
 
- -- Michael Biebl <biebl at debian.org>  Thu, 08 Mar 2012 09:37:04 +0100
+ -- Michael Biebl <biebl at debian.org>  Thu, 08 Mar 2012 09:37:25 +0100
 
 glib-networking (2.30.2-1) unstable; urgency=low
 

Modified: desktop/experimental/glib-networking/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib-networking/debian/rules?rev=32858&op=diff
==============================================================================
--- desktop/experimental/glib-networking/debian/rules [utf-8] (original)
+++ desktop/experimental/glib-networking/debian/rules [utf-8] Thu Mar  8 08:37:57 2012
@@ -8,5 +8,7 @@
 
 DEB_MAKE_CHECK_TARGET = check
 
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-static
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-static \
+                             --with-libproxy \
+                             --with-gnutls
 




More information about the pkg-gnome-commits mailing list