Bug#657534: tessa: diff for NMU version 0.3.1-4.1

2012-02-18 Thread Josselin Mouette
Hi,

Le samedi 18 février 2012 à 15:15 +0100, Sébastien Villemot a écrit : 
> During the BSP in Paris at IRILL, I've prepared an NMU for tessa (versioned as
> 0.3.1-4.1). I did not upload it since I'm a DM.

Thanks a lot.
The other way to fix this is probably to update arrayh5.[ch] to a more
up-to-date version.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


signature.asc
Description: This is a digitally signed message part


Bug#657534: tessa: diff for NMU version 0.3.1-4.1

2012-02-18 Thread Sébastien Villemot
tags 657534 + patch
thanks

Dear maintainer,

During the BSP in Paris at IRILL, I've prepared an NMU for tessa (versioned as
0.3.1-4.1). I did not upload it since I'm a DM.

Regards.
diff -u tessa-0.3.1/debian/rules tessa-0.3.1/debian/rules
--- tessa-0.3.1/debian/rules
+++ tessa-0.3.1/debian/rules
@@ -7,7 +7,8 @@
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 CONFIG_OPTS = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
-	--cache-file=../config.cache --prefix=/usr
+	--cache-file=../config.cache --prefix=/usr \
+	CPPFLAGS=-DH5_USE_16_API
 
 clean:
 	dh_testdir
diff -u tessa-0.3.1/debian/changelog tessa-0.3.1/debian/changelog
--- tessa-0.3.1/debian/changelog
+++ tessa-0.3.1/debian/changelog
@@ -1,3 +1,11 @@
+tessa (0.3.1-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Enable HDF5 1.6 compatibility macro definitions at configure
+time. (Closes: #657534)
+
+ -- Sébastien Villemot   Sat, 18 Feb 2012 15:04:34 +0100
+
 tessa (0.3.1-4) unstable; urgency=low
 
   * Convert the package to the new python policy (closes: #380969).