The following commit has been merged in the master branch:
commit 34b3c36013269c70c3ceb239b53fde70b47357fc
Author: Francesco Paolo Lovergine <fran...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to