[SCM] netcdf branch, 4.1.1, updated. upstream/4.1.1-9-g2b86eb7

Francesco Paolo Lovergine frankie at debian.org
Fri Feb 17 12:13:42 UTC 2012


The following commit has been merged in the 4.1.1 branch:
commit 2b86eb77db5794e7af70ad05723eb9ecd2d3f592
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Fri Feb 17 09:43:32 2012 +0100

    Fixed missing libcf0 dependency.

diff --git a/debian/changelog b/debian/changelog
index 4a9a292..d1b0a03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+netcdf (1:4.1.1-8) unstable; urgency=low
+
+  * Added missing libcf0 to netcdf-dbg package in debian/control.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 15 Feb 2012 16:40:12 +0100
+
 netcdf (1:4.1.1-7) unstable; urgency=low
 
   * Splitted C/C++/Fortran bindings for a better and sane migration path
diff --git a/debian/control b/debian/control
index 0a000e5..cddf362 100644
--- a/debian/control
+++ b/debian/control
@@ -110,7 +110,8 @@ Package: netcdf-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libnetcdfc6 (= ${binary:Version}), libnetcdff5 (= ${binary:Version}), libnetcdfc++5 (= ${binary:Version}), ${misc:Depends}
+Depends: libnetcdfc6 (= ${binary:Version}), libnetcdff5 (= ${binary:Version}), 
+ libnetcdfc++5 (= ${binary:Version}), libcf0 (= ${binary:Version}), ${misc:Depends}
 Suggests: gdb
 Description: debugging symbols for NetCDF
  This package contains the files that make it possible to debug the

-- 
The NetCDF Library



More information about the Pkg-grass-devel mailing list