Bug#756706: mlpack: diff for NMU version 1.0.8-1.1
Gilles Filippini
pini at debian.org
Wed Aug 6 23:05:17 UTC 2014
tags 756706 + pending
thanks
Dear maintainer,
I've prepared an NMU for mlpack (versioned as 1.0.8-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.
Regards.
_g.
diff -Nru mlpack-1.0.8/debian/changelog mlpack-1.0.8/debian/changelog
--- mlpack-1.0.8/debian/changelog 2014-04-12 09:32:10.000000000 +0200
+++ mlpack-1.0.8/debian/changelog 2014-08-06 19:42:17.000000000 +0200
@@ -1,3 +1,10 @@
+mlpack (1.0.8-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Support hdf5 1.8.13 new packaging layout (closes: #756706).
+
+ -- Gilles Filippini <pini at debian.org> Wed, 06 Aug 2014 19:41:52 +0200
+
mlpack (1.0.8-1) unstable; urgency=medium
* Initial release (closes: #660925, #743710)
diff -Nru mlpack-1.0.8/debian/rules mlpack-1.0.8/debian/rules
--- mlpack-1.0.8/debian/rules 2014-04-12 09:33:54.000000000 +0200
+++ mlpack-1.0.8/debian/rules 2014-08-06 19:41:49.000000000 +0200
@@ -2,6 +2,10 @@
# export DH_VERBOSE=1
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+ export DEB_CXXFLAGS_MAINT_APPEND := -I/usr/include/hdf5/serial
+endif
+
%:
dh $@ --parallel
More information about the debian-science-maintainers
mailing list