[DebianGIS-dev] r2500 - packages/netcdf/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Sun Sep 27 09:01:20 UTC 2009


Author: frankie
Date: 2009-09-27 09:01:20 +0000 (Sun, 27 Sep 2009)
New Revision: 2500

Modified:
   packages/netcdf/trunk/debian/changelog
   packages/netcdf/trunk/debian/control
   packages/netcdf/trunk/debian/rules
Log:


Modified: packages/netcdf/trunk/debian/changelog
===================================================================
--- packages/netcdf/trunk/debian/changelog	2009-09-25 20:54:02 UTC (rev 2499)
+++ packages/netcdf/trunk/debian/changelog	2009-09-27 09:01:20 UTC (rev 2500)
@@ -1,3 +1,10 @@
+netcdf (1:4.0.1-2) experimental; urgency=low
+
+  * Fixed netcdf.pc to remove -L/usr in NC_LIBS. This is due to an error in
+    upstream configure.ac.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Sun, 27 Sep 2009 11:00:02 +0200
+
 netcdf (1:4.0.1-1) experimental; urgency=low
 
   * New upstream release. This is a major update which adds new API support

Modified: packages/netcdf/trunk/debian/control
===================================================================
--- packages/netcdf/trunk/debian/control	2009-09-25 20:54:02 UTC (rev 2499)
+++ packages/netcdf/trunk/debian/control	2009-09-27 09:01:20 UTC (rev 2500)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, gfortran, texinfo, quilt, zlib1g-dev, libhdf5-serial-dev
+Build-Depends: debhelper (>= 7), cdbs, gfortran, texinfo, quilt, zlib1g-dev, libhdf5-serial-dev, libdap-dev
 Standards-Version: 3.8.3
 Homepage: http://www.unidata.ucar.edu/software/netcdf/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/netcdf/

Modified: packages/netcdf/trunk/debian/rules
===================================================================
--- packages/netcdf/trunk/debian/rules	2009-09-25 20:54:02 UTC (rev 2499)
+++ packages/netcdf/trunk/debian/rules	2009-09-27 09:01:20 UTC (rev 2500)
@@ -34,6 +34,8 @@
 install/libnetcdf-dev::
 	mv debian/tmp/usr/include/* debian/libnetcdf-dev/usr/include/
 	install -m 644 -o root -g root  $(SRC_TREE)/netcdf.pc debian/libnetcdf-dev/usr/lib/pkgconfig/.
+	# removes an erroneous libpath due to an upstream oversight in configure.ac
+	sed -i -e 's,-L/usr ,,' debian/libnetcdf-dev/usr/lib/pkgconfig/netcdf.pc
 	find debian/tmp/usr/lib/ -type l -a -name '*.so' -exec cp {} debian/libnetcdf-dev/usr/lib/. \;
 	find debian/tmp/usr/lib/ -type f -a -name '*.a' -exec cp {} debian/libnetcdf-dev/usr/lib/. \;
 




More information about the Pkg-grass-devel mailing list