[DebianGIS-dev] r2407 - packages/libhdf4/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Mon Aug 31 20:21:45 UTC 2009
Author: frankie
Date: 2009-08-31 20:21:45 +0000 (Mon, 31 Aug 2009)
New Revision: 2407
Modified:
packages/libhdf4/trunk/debian/changelog
packages/libhdf4/trunk/debian/control
packages/libhdf4/trunk/debian/control.in
Log:
Fixing RC bug
Modified: packages/libhdf4/trunk/debian/changelog
===================================================================
--- packages/libhdf4/trunk/debian/changelog 2009-08-31 20:19:52 UTC (rev 2406)
+++ packages/libhdf4/trunk/debian/changelog 2009-08-31 20:21:45 UTC (rev 2407)
@@ -1,3 +1,13 @@
+libhdf4 (4.2r4-5) unstable; urgency=medium
+
+ * Removed strict version dependency for libhdf4g-dev on libhdf4-dev
+ dependency, erroneously left around for the transitional package.
+ (closes: #544288)
+ * Note that 4.2 series definitively closes the old netcdf linking issue.
+ (closes: #488086)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Mon, 31 Aug 2009 22:16:58 +0200
+
libhdf4 (4.2r4-4) unstable; urgency=low
* Do not install conflicting stuff already present in netcdf package.
Modified: packages/libhdf4/trunk/debian/control
===================================================================
--- packages/libhdf4/trunk/debian/control 2009-08-31 20:19:52 UTC (rev 2406)
+++ packages/libhdf4/trunk/debian/control 2009-08-31 20:21:45 UTC (rev 2407)
@@ -48,7 +48,7 @@
Section: libdevel
Priority: optional
Architecture: all
-Depends: libhdf4-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libhdf4-dev, ${misc:Depends}
Description: The Hierarchical Data Format library -- transitional development package
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
Modified: packages/libhdf4/trunk/debian/control.in
===================================================================
--- packages/libhdf4/trunk/debian/control.in 2009-08-31 20:19:52 UTC (rev 2406)
+++ packages/libhdf4/trunk/debian/control.in 2009-08-31 20:21:45 UTC (rev 2407)
@@ -48,7 +48,7 @@
Section: libdevel
Priority: optional
Architecture: all
-Depends: @PACKAGE at -dev (= ${binary:Version}), ${misc:Depends}
+Depends: @PACKAGE at -dev, ${misc:Depends}
Description: The Hierarchical Data Format library -- transitional development package
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
More information about the Pkg-grass-devel
mailing list