r53470 - in /desktop/experimental/gjs/debian: changelog control rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Tue Sep 5 00:26:27 UTC 2017


Author: jbicha
Date: Tue Sep  5 00:26:27 2017
New Revision: 53470

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53470
Log:
Don't ignore test failures

Modified:
    desktop/experimental/gjs/debian/changelog
    desktop/experimental/gjs/debian/control
    desktop/experimental/gjs/debian/rules

Modified: desktop/experimental/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/changelog?rev=53470&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gjs/debian/changelog	[utf-8] Tue Sep  5 00:26:27 2017
@@ -1,6 +1,7 @@
 gjs (1.49.92-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Don't ignore test failures
 
  -- Jeremy Bicha <jbicha at debian.org>  Mon, 04 Sep 2017 20:24:43 -0400
 

Modified: desktop/experimental/gjs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/control?rev=53470&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/control	[utf-8] (original)
+++ desktop/experimental/gjs/debian/control	[utf-8] Tue Sep  5 00:26:27 2017
@@ -6,7 +6,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Jeremy Bicha <jbicha at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 10),
                dpkg-dev (>= 1.17.14),
                gnome-common,

Modified: desktop/experimental/gjs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/rules?rev=53470&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/rules	[utf-8] (original)
+++ desktop/experimental/gjs/debian/rules	[utf-8] Tue Sep  5 00:26:27 2017
@@ -25,8 +25,8 @@
 override_dh_install:
 	dh_install --fail-missing -X.la
 
-override_dh_auto_test:
-	dh_auto_test || true
+#override_dh_auto_test:
+#	dh_auto_test || true
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xusr/lib/gjs-1.0/ -V'libgjs0g (>= $(DEB_UPSTREAM_VERSION)), libgjs0-$(LIBMOZJS)' -- -c4




More information about the pkg-gnome-commits mailing list