[ncl] 03/03: Build against libnetcdff for netcdf transition
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Jul 21 13:00:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to tag debian/6.3.0-3_exp1
in repository ncl.
commit c00083899e6653eeaa5581cfa5902b8a7b09b65a
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Wed Jul 15 10:06:23 2015 +0100
Build against libnetcdff for netcdf transition
---
debian/changelog | 5 +++--
debian/rules | 4 +++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 41b328a..4526a44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-ncl (6.3.0-3) UNRELEASED; urgency=medium
+ncl (6.3.0-3~exp1) unstable; urgency=medium
* Use canonical anonscm.debian.org URL scheme.
* Update VERSION to 6.3.0 in debian/rules
+ * Build against libnetcdff for netcdf transition
- -- Alastair McKinstry <mckinstry at debian.org> Mon, 29 Jun 2015 14:38:01 +0100
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 15 Jul 2015 10:05:22 +0100
ncl (6.3.0-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 3e1d432..8d6f7e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,6 +75,8 @@ override_dh_auto_build:
$(MAKE) -C external/sphere3.1_dp install INCSEARCH=${INCS} INC_SEARCH=${INCS}
# Static libraries need to be built first
cp debian/LINUX.DEBIAN config/LINUX
+ # Add symlink for non-Linux archs
+ ln -sf config/LINUX config/DEBIAN
cp config/Site.local.static config/Site.local
echo 'n' | ./Configure -v
$(MAKE) Makefiles includes depend
@@ -119,7 +121,7 @@ override_dh_auto_clean:
find . -name '*.so.1' -delete
find . -type l -delete
find . -name '*.o' -delete
- rm -f ncarg.pc config/Site.local.*
+ rm -f ncarg.pc config/Site.local.* config/DEBIAN
ifneq ($(wildcard config/LINUX.ORIG),)
mv config/LINUX.ORIG config/LINUX
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ncl.git
More information about the debian-science-commits
mailing list