r46789 - in /packages/healpix/healpix-cxx/trunk/debian: changelog patches/ patches/serial-tests.diff patches/series

lsinger-guest at users.alioth.debian.org lsinger-guest at users.alioth.debian.org
Thu Jul 3 21:03:36 UTC 2014


Author: lsinger-guest
Date: Thu Jul  3 21:03:36 2014
New Revision: 46789

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46789
Log:
healpix-cxx: use serial test harness

Added:
    packages/healpix/healpix-cxx/trunk/debian/patches/
    packages/healpix/healpix-cxx/trunk/debian/patches/serial-tests.diff
    packages/healpix/healpix-cxx/trunk/debian/patches/series
Modified:
    packages/healpix/healpix-cxx/trunk/debian/changelog

Modified: packages/healpix/healpix-cxx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-cxx/trunk/debian/changelog?rev=46789&op=diff
==============================================================================
--- packages/healpix/healpix-cxx/trunk/debian/changelog	(original)
+++ packages/healpix/healpix-cxx/trunk/debian/changelog	Thu Jul  3 21:03:36 2014
@@ -1,3 +1,13 @@
+healpix-cxx (3.11.2-8) UNRELEASED; urgency=medium
+
+  * Use Automake serial build test harness. Automake's default, parallel
+    test harness does not print the test's output to stdout. This makes it
+    difficult to debug unit test failures. Since this package has only a
+    single unit test, we lose no speed by using the serial test harness that
+    does send output to stdout.
+
+ -- Leo Singer <leo.singer at ligo.org>  Thu, 03 Jul 2014 13:55:37 -0700
+
 healpix-cxx (3.11.2-7) unstable; urgency=medium
 
   * Run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4

Added: packages/healpix/healpix-cxx/trunk/debian/patches/serial-tests.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-cxx/trunk/debian/patches/serial-tests.diff?rev=46789&op=file
==============================================================================
--- packages/healpix/healpix-cxx/trunk/debian/patches/serial-tests.diff	(added)
+++ packages/healpix/healpix-cxx/trunk/debian/patches/serial-tests.diff	Thu Jul  3 21:03:36 2014
@@ -0,0 +1,17 @@
+Description: Use Automake serial build test harness
+ Automake's default, parallel test harness does not print the test's output
+ to stdout. This makes it difficult to debug unit test failures. Since this
+ package has only a single unit test, we lose no speed by using the serial
+ test harness that does send output to stdout.
+Author: Leo Singer <leo.singer at ligo.org>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/configure.ac
++++ b/configure.ac
+@@ -1,5 +1,5 @@
+ AC_INIT([healpix_cxx], [3.11.2])
+-AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror])
++AM_INIT_AUTOMAKE([foreign serial-tests subdir-objects -Wall -Werror])
+ AM_MAINTAINER_MODE([enable])
+ 
+ dnl

Added: packages/healpix/healpix-cxx/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-cxx/trunk/debian/patches/series?rev=46789&op=file
==============================================================================
--- packages/healpix/healpix-cxx/trunk/debian/patches/series	(added)
+++ packages/healpix/healpix-cxx/trunk/debian/patches/series	Thu Jul  3 21:03:36 2014
@@ -0,0 +1 @@
+serial-tests.diff




More information about the debian-science-commits mailing list