r46831 - in /packages/libcgns/trunk/debian: changelog rules

pini at users.alioth.debian.org pini at users.alioth.debian.org
Sat Aug 2 09:50:37 UTC 2014


Author: pini
Date: Sat Aug  2 09:50:36 2014
New Revision: 46831

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46831
Log:
* Team upload release 3.1.4.2-2 to unstable.
* Support hdf5 1.8.13 new packaging layout (closes: #756673).

Modified:
    packages/libcgns/trunk/debian/changelog
    packages/libcgns/trunk/debian/rules

Modified: packages/libcgns/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/changelog?rev=46831&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/changelog	(original)
+++ packages/libcgns/trunk/debian/changelog	Sat Aug  2 09:50:36 2014
@@ -1,3 +1,10 @@
+libcgns (3.1.4.2-2) unstable; urgency=low
+
+  * Team upload.
+  * Support hdf5 1.8.13 new packaging layout (closes: #756673).
+
+ -- Gilles Filippini <pini at debian.org>  Fri, 25 Jul 2014 10:45:50 +0200
+
 libcgns (3.1.4.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/libcgns/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/rules?rev=46831&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/rules	(original)
+++ packages/libcgns/trunk/debian/rules	Sat Aug  2 09:50:36 2014
@@ -10,6 +10,10 @@
 DEB_CMAKE_EXTRA_FLAGS += -DENABLE_64BIT=OFF -DENABLE_HDF5=ON \
  -DENABLE_LEGACY=ON -DENABLE_SCOPING=ON -DENABLE_FORTRAN=ON
 
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+  export CMAKE_INCLUDE_PATH=/usr/include/hdf5/serial
+  export CMAKE_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+endif
 
 DEB_CONFIGURE_NORMAL_ARGS += --enable-shared=all --with-hdf5=/usr \
 	--with-szip --enable-lfs --enable-debug




More information about the debian-science-commits mailing list