r42069 - in /desktop/unstable/libpeas/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Jul 19 08:09:18 UTC 2014


Author: pochu
Date: Sat Jul 19 08:09:18 2014
New Revision: 42069

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42069
Log:
* debian/rules:
  + Don't run the test suite when DEB_BUILD_OPTIONS contains nocheck.
    Thanks to Pino Toscano. Closes: #755251.

Modified:
    desktop/unstable/libpeas/debian/changelog
    desktop/unstable/libpeas/debian/rules

Modified: desktop/unstable/libpeas/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/changelog?rev=42069&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/changelog	[utf-8] Sat Jul 19 08:09:18 2014
@@ -1,3 +1,11 @@
+libpeas (1.10.0-3) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    + Don't run the test suite when DEB_BUILD_OPTIONS contains nocheck.
+      Thanks to Pino Toscano. Closes: #755251.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 19 Jul 2014 10:08:33 +0200
+
 libpeas (1.10.0-2) unstable; urgency=medium
 
   * debian/rules, debian/control.in:

Modified: desktop/unstable/libpeas/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/rules?rev=42069&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/rules	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/rules	[utf-8] Sat Jul 19 08:09:18 2014
@@ -23,7 +23,9 @@
 DEB_MAKE_CHECK_TARGET =
 
 build/libpeas-1.0-0::
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	HOME=$(CURDIR) xvfb-run $(MAKE) check
+endif
 
 DEB_DH_MAKESHLIBS_ARGS_libpeas-1.0-0 += -X/usr/lib/libpeas-1.0/
 




More information about the pkg-gnome-commits mailing list