r49967 - in /desktop/unstable/gjs/debian: changelog control control.in tests/installed-tests

laney at users.alioth.debian.org laney at users.alioth.debian.org
Thu Sep 1 16:45:29 UTC 2016


Author: laney
Date: Thu Sep  1 16:45:28 2016
New Revision: 49967

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49967
Log:
autopkgtest fixes


Modified:
    desktop/unstable/gjs/debian/changelog
    desktop/unstable/gjs/debian/control
    desktop/unstable/gjs/debian/control.in
    desktop/unstable/gjs/debian/tests/installed-tests

Modified: desktop/unstable/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/changelog?rev=49967&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gjs/debian/changelog	[utf-8] Thu Sep  1 16:45:28 2016
@@ -1,3 +1,11 @@
+gjs (1.45.4-2) UNRELEASED; urgency=medium
+
+  * debian/control{,.in}: Have gjs-tests depend on gjs, since
+    gjs/testSystemExit.test requires the gjs binary.
+  * debian/tests/installed-tests: Always run in C
+
+ -- Iain Lane <laney at debian.org>  Thu, 01 Sep 2016 17:36:35 +0100
+
 gjs (1.45.4-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gjs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/control?rev=49967&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/control	[utf-8] (original)
+++ desktop/unstable/gjs/debian/control	[utf-8] Thu Sep  1 16:45:28 2016
@@ -46,6 +46,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         gjs,
          gir1.2-gtk-3.0,
          at-spi2-core
 Description: Mozilla-based javascript bindings for the GNOME platform

Modified: desktop/unstable/gjs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/control.in?rev=49967&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gjs/debian/control.in	[utf-8] Thu Sep  1 16:45:28 2016
@@ -42,6 +42,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         gjs,
          gir1.2-gtk-3.0,
          at-spi2-core
 Description: Mozilla-based javascript bindings for the GNOME platform

Modified: desktop/unstable/gjs/debian/tests/installed-tests
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/tests/installed-tests?rev=49967&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/tests/installed-tests	[utf-8] (original)
+++ desktop/unstable/gjs/debian/tests/installed-tests	[utf-8] Thu Sep  1 16:45:28 2016
@@ -6,6 +6,7 @@
 set -e
 
 export XDG_RUNTIME_DIR=$ADTTMP
+export LC_ALL=C
 
 # dbus outputs activation messages to stderr which fails the test
 dbus-run-session -- xvfb-run -a gnome-desktop-testing-runner gjs 2> >(grep -vE '^(Activating|Successfully activated)')>&2




More information about the pkg-gnome-commits mailing list