[SCM] netcdf branch, master, updated. upstream/4.1.1-15-g7508c4c

Francesco Paolo Lovergine frankie at debian.org
Wed Nov 30 12:47:36 UTC 2011


The following commit has been merged in the master branch:
commit af035b60c784b48796fe2f244712126976ea2d62
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue Nov 29 17:47:27 2011 +0100

    Moved netcdf6 -> netcdf7

diff --git a/debian/control b/debian/control
index ae21ff3..66176b4 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Description: Documentation for NetCDF
  This package contains documentation for the NetCDF library in a
  variety of formats.
 
-Package: libnetcdf6
+Package: libnetcdf7
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -44,7 +44,7 @@ Package: netcdf-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libnetcdf6 (= ${binary:Version}), ${misc:Depends}
+Depends: libnetcdf7 (= ${binary:Version}), ${misc:Depends}
 Suggests: gdb
 Description: debugging symbols for NetCDF
  This package contains the files that make it possible to debug the
@@ -54,7 +54,7 @@ Description: debugging symbols for NetCDF
 Package: libnetcdf-dev
 Section: libdevel
 Architecture: any
-Depends: libnetcdf6 (= ${binary:Version}), ${misc:Depends}
+Depends: libnetcdf7 (= ${binary:Version}), ${misc:Depends}
 Suggests: netcdf-bin, netcdf-doc
 Recommends: pkg-config
 Description: Development kit for NetCDF
diff --git a/debian/rules b/debian/rules
index 97fd90d..a21332c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,8 +26,8 @@ DEB_MAKE_CHECK_TARGET = check
 #makebuilddir/libnetcdf4::
 #	autoreconf -vfi
 
-install/libnetcdf6::
-	find debian/tmp/usr/lib/ ! -type d -a ! -name '*.so' -a ! -name '*.a' -a ! -name '*.la' -exec mv {} debian/libnetcdf6/usr/lib/ \;
+install/libnetcdf7::
+	find debian/tmp/usr/lib/ ! -type d -a ! -name '*.so' -a ! -name '*.a' -a ! -name '*.la' -exec mv {} debian/libnetcdf7/usr/lib/ \;
 
 install/libnetcdf-dev::
 	mv debian/tmp/usr/include/* debian/libnetcdf-dev/usr/include/

-- 
The NetCDF Library



More information about the Pkg-grass-devel mailing list