r54440 - in /desktop/unstable/gjs/debian: changelog rules
smcv at users.alioth.debian.org
smcv at users.alioth.debian.org
Sun Oct 15 10:46:10 UTC 2017
Author: smcv
Date: Sun Oct 15 10:46:09 2017
New Revision: 54440
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54440
Log:
d/rules: Actually run build-time tests. Thanks, Adrian Bunk
(Closes: #878610)
Modified:
desktop/unstable/gjs/debian/changelog
desktop/unstable/gjs/debian/rules
Modified: desktop/unstable/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/changelog?rev=54440&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/changelog [utf-8] (original)
+++ desktop/unstable/gjs/debian/changelog [utf-8] Sun Oct 15 10:46:09 2017
@@ -1,3 +1,10 @@
+gjs (1.50.1-3) UNRELEASED; urgency=medium
+
+ * d/rules: Actually run build-time tests. Thanks, Adrian Bunk
+ (Closes: #878610)
+
+ -- Simon McVittie <smcv at debian.org> Sun, 15 Oct 2017 11:38:51 +0100
+
gjs (1.50.1-2) unstable; urgency=medium
[ Jeremy Bicha ]
Modified: desktop/unstable/gjs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/rules?rev=54440&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/rules [utf-8] (original)
+++ desktop/unstable/gjs/debian/rules [utf-8] Sun Oct 15 10:46:09 2017
@@ -25,8 +25,10 @@
override_dh_install:
dh_install --fail-missing -X.la
-#override_dh_auto_test:
-# dh_auto_test || true
+override_dh_auto_test:
+ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
+ make check
+endif
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