[DebianGIS-dev] r1376 - in packages/hdf5/branches/1.6.5: debian test
frankie at alioth.debian.org
frankie at alioth.debian.org
Tue Feb 5 12:42:43 UTC 2008
Author: frankie
Date: 2008-02-05 12:42:43 +0000 (Tue, 05 Feb 2008)
New Revision: 1376
Modified:
packages/hdf5/branches/1.6.5/debian/changelog
packages/hdf5/branches/1.6.5/debian/install_devlib
packages/hdf5/branches/1.6.5/debian/install_shlib
packages/hdf5/branches/1.6.5/test/Makefile.in
Log:
Main fixes for current sid branch
Modified: packages/hdf5/branches/1.6.5/debian/changelog
===================================================================
--- packages/hdf5/branches/1.6.5/debian/changelog 2008-02-04 14:34:21 UTC (rev 1375)
+++ packages/hdf5/branches/1.6.5/debian/changelog 2008-02-05 12:42:43 UTC (rev 1376)
@@ -3,8 +3,11 @@
* Fixed rpath issue with dh_shlibdeps due to missing library path.
Backported from 1.6.6 tree.
(closes: #456862)
+ * Generalized a bit library names in debian/install_* and fixed Makefile.in
+ in test/ as suggested.
+ (closes: #463393)
- -- Francesco Paolo Lovergine <frankie at debian.org> Thu, 10 Jan 2008 14:18:10 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org> Tue, 05 Feb 2008 13:41:06 +0100
hdf5 (1.6.5-5) unstable; urgency=low
Modified: packages/hdf5/branches/1.6.5/debian/install_devlib
===================================================================
--- packages/hdf5/branches/1.6.5/debian/install_devlib 2008-02-04 14:34:21 UTC (rev 1375)
+++ packages/hdf5/branches/1.6.5/debian/install_devlib 2008-02-05 12:42:43 UTC (rev 1376)
@@ -1,5 +1,5 @@
usr/include
-usr/lib/libhdf5*.so
-usr/lib/libhdf5*.settings
-usr/lib/libhdf5*.la
-usr/lib/libhdf5*.a
+usr/lib/libh*.so
+usr/lib/libh*.settings
+usr/lib/libh*.la
+usr/lib/libh*.a
Modified: packages/hdf5/branches/1.6.5/debian/install_shlib
===================================================================
--- packages/hdf5/branches/1.6.5/debian/install_shlib 2008-02-04 14:34:21 UTC (rev 1375)
+++ packages/hdf5/branches/1.6.5/debian/install_shlib 2008-02-05 12:42:43 UTC (rev 1376)
@@ -1 +1 @@
-usr/lib/libhdf5*.so.*
+usr/lib/libh*.so.*
Modified: packages/hdf5/branches/1.6.5/test/Makefile.in
===================================================================
--- packages/hdf5/branches/1.6.5/test/Makefile.in 2008-02-04 14:34:21 UTC (rev 1375)
+++ packages/hdf5/branches/1.6.5/test/Makefile.in 2008-02-05 12:42:43 UTC (rev 1376)
@@ -39,7 +39,7 @@
LIB=libh5test.la
LIB_SRC=h5test.c testframe.c
LIB_OBJ=$(LIB_SRC:.c=.lo)
-PUB_LIB=
+#PUB_LIB=
## Temporary files. These files are the ones created by setting the
## HDF5_NOCLEANUP environment variable and running `make test' without
More information about the Pkg-grass-devel
mailing list