r39964 - in /desktop/experimental/glib-networking/debian: changelog control control.in
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Thu Oct 17 15:01:35 UTC 2013
Author: laney
Date: Thu Oct 17 15:01:35 2013
New Revision: 39964
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39964
Log:
debian/control: Have the tests depend on ca-certificates.
Modified:
desktop/experimental/glib-networking/debian/changelog
desktop/experimental/glib-networking/debian/control
desktop/experimental/glib-networking/debian/control.in
Modified: desktop/experimental/glib-networking/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib-networking/debian/changelog?rev=39964&op=diff
==============================================================================
--- desktop/experimental/glib-networking/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib-networking/debian/changelog [utf-8] Thu Oct 17 15:01:35 2013
@@ -5,6 +5,7 @@
+ glibpacrunner: Don't crash if there is an internal libproxy error.
+ tls/tests: Fix installed tests to not accidentally depend on having the
source tree still exist.
+ * debian/control: Have the tests depend on ca-certificates.
-- Iain Lane <laney at debian.org> Thu, 03 Oct 2013 08:29:47 +0000
Modified: desktop/experimental/glib-networking/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib-networking/debian/control?rev=39964&op=diff
==============================================================================
--- desktop/experimental/glib-networking/debian/control [utf-8] (original)
+++ desktop/experimental/glib-networking/debian/control [utf-8] Thu Oct 17 15:01:35 2013
@@ -78,7 +78,8 @@
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- glib-networking (= ${binary:Version})
+ glib-networking (= ${binary:Version}),
+ ca-certificates
Description: network-related giomodules for GLib - installed tests
This package contains test programs, designed to be run as part of a
regression testsuite.
Modified: desktop/experimental/glib-networking/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib-networking/debian/control.in?rev=39964&op=diff
==============================================================================
--- desktop/experimental/glib-networking/debian/control.in [utf-8] (original)
+++ desktop/experimental/glib-networking/debian/control.in [utf-8] Thu Oct 17 15:01:35 2013
@@ -74,7 +74,8 @@
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- glib-networking (= ${binary:Version})
+ glib-networking (= ${binary:Version}),
+ ca-certificates
Description: network-related giomodules for GLib - installed tests
This package contains test programs, designed to be run as part of a
regression testsuite.
More information about the pkg-gnome-commits
mailing list