r46785 - in /packages/healpix/chealpix/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 20:57:27 UTC 2014


Author: lsinger-guest
Date: Thu Jul  3 20:57:27 2014
New Revision: 46785

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46785
Log:
chealpix: update changelog as uploaded

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

Modified: packages/healpix/chealpix/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/chealpix/trunk/debian/changelog?rev=46785&op=diff
==============================================================================
--- packages/healpix/chealpix/trunk/debian/changelog	(original)
+++ packages/healpix/chealpix/trunk/debian/changelog	Thu Jul  3 20:57:27 2014
@@ -1,4 +1,4 @@
-chealpix (3.11.4-2) UNRELEASED; urgency=medium
+chealpix (3.11.4-2) unstable; urgency=medium
 
   * Run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4.
     Based on similar change for healpix-cxx.

Added: packages/healpix/chealpix/trunk/debian/patches/serial-tests.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/chealpix/trunk/debian/patches/serial-tests.diff?rev=46785&op=file
==============================================================================
--- packages/healpix/chealpix/trunk/debian/patches/serial-tests.diff	(added)
+++ packages/healpix/chealpix/trunk/debian/patches/serial-tests.diff	Thu Jul  3 20:57:27 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 fialures. 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([chealpix], [3.11.4])
+-AM_INIT_AUTOMAKE([foreign -Wall -Werror])
++AM_INIT_AUTOMAKE([foreign serial-tests -Wall -Werror])
+ 
+ dnl
+ dnl Needed for linking on Windows.

Added: packages/healpix/chealpix/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/chealpix/trunk/debian/patches/series?rev=46785&op=file
==============================================================================
--- packages/healpix/chealpix/trunk/debian/patches/series	(added)
+++ packages/healpix/chealpix/trunk/debian/patches/series	Thu Jul  3 20:57:27 2014
@@ -0,0 +1 @@
+serial-tests.diff




More information about the debian-science-commits mailing list