[SCM] netcdf branch, master, updated. upstream/4.1.3-27-g4c83808
Francesco Paolo Lovergine
frankie at debian.org
Sun Feb 19 17:58:50 UTC 2012
The following commit has been merged in the master branch:
commit fad0ca70db6608abd077e683d588d46910e772a7
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date: Sun Feb 19 16:31:44 2012 +0100
Still minor fix for new package names.
diff --git a/debian/rules b/debian/rules
index fa26751..ce3e4ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,10 +17,11 @@ DEB_CONFIGURE_SCRIPT_ENV += CXX="g++"
DEB_CONFIGURE_SCRIPT_ENV += CC="gcc"
DEB_CONFIGURE_SCRIPT_ENV += CPPFLAGS="-DgFortran"
-# Test fails under buildds currently
DEB_MAKE_CHECK_TARGET = check
-#DEB_INSTALL_CHANGELOGS_ALL = $(CURDIR)/build-tree/$(DEB_TAR_SRCDIR)/RELEASE_NOTES
+DEB_INSTALL_CHANGELOGS_ALL = $(CURDIR)/build-tree/$(DEB_TAR_SRCDIR)/RELEASE_NOTES
+
+DEB_SHLIBDEPS_INCLUDE := debian/tmp/usr/lib/
# Any makebuilddir/binary would do, /source doesn't:
#makebuilddir/libnetcdf4::
@@ -30,7 +31,7 @@ install/libnetcdfc7::
find debian/tmp/usr/lib/ -name 'libnetcdf.*' -a ! -type d \
-a ! -name '*.so' -a ! -name '*.a' \
-a ! -name '*.la' -a ! -name '*.pc' \
- -exec cp {} debian/libnetcdf7/usr/lib/ \;
+ -exec cp {} debian/libnetcdfc7/usr/lib/ \;
install/libnetcdff5::
find debian/tmp/usr/lib/ -name 'libnetcdff.*' -a ! -type d \
--
The NetCDF Library
More information about the Pkg-grass-devel
mailing list