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

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


The following commit has been merged in the master branch:
commit 34b3c36013269c70c3ceb239b53fde70b47357fc
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Wed Nov 30 12:24:14 2011 +0100

    Removes the netcdf.pc erroneously installed under /usr/lib

diff --git a/debian/rules b/debian/rules
index a21332c..7e93dfd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,8 @@ DEB_MAKE_CHECK_TARGET = check
 
 install/libnetcdf7::
 	find debian/tmp/usr/lib/ ! -type d -a ! -name '*.so' -a ! -name '*.a' -a ! -name '*.la' -exec mv {} debian/libnetcdf7/usr/lib/ \;
+	# removes pkg-config file which should go into the -dev pkg
+	rm -f debian/libnetcdf7/usr/lib/netcdf.pc
 
 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