[SCM] netcdf branch, master, updated. upstream/4.1.3-24-g4aa7cad

Francesco Paolo Lovergine frankie at debian.org
Sun Feb 19 12:05:14 UTC 2012


The following commit has been merged in the master branch:
commit 4aa7cad6168b8824da7db6dae2da2370de5fefa8
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Sun Feb 19 13:03:28 2012 +0100

    The linetcdfc7 package installed too many libraries.

diff --git a/debian/changelog b/debian/changelog
index ec87401..95cea5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+netcdf (1:4.1.3-1~exp3) experimental; urgency=low
+
+  * Removed duplicaed libraries in linetcdfc7.
+    (closes: #660318)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Sun, 19 Feb 2012 12:58:43 +0100
+
 netcdf (1:4.1.3-1~exp2) experimental; urgency=low
 
   * Merged changes from sid 4.1.1 branch to allow a smooth upgrade from
diff --git a/debian/rules b/debian/rules
index bef4791..bde01f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,8 @@ DEB_MAKE_CHECK_TARGET = check
 #	autoreconf -vfi
 
 install/libnetcdf7::
-	find debian/tmp/usr/lib/ ! -type d -a ! -name '*.so' -a ! -name '*.a' \
+	find debian/tmp/usr/lib/ -name 'libnetcdf.*' -a ! -type d \
+			-a ! -name '*.so' -a ! -name '*.a' \
 			-a ! -name '*.la' -a ! -name '*.pc' -a ! -name 'libcf*' \
 			-exec cp {} debian/libnetcdf7/usr/lib/ \;
 

-- 
The NetCDF Library



More information about the Pkg-grass-devel mailing list