[ncl] 01/01: Install DEBIAN config file correctly for building on non-Linux systems.

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Aug 20 06:38:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository ncl.

commit 52f564f56bb10a2a89a8cd49e139f06856063399
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Aug 17 04:19:13 2015 +0100

    Install DEBIAN config file correctly for building on non-Linux systems.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9a51b49..94b59dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ncl (6.3.0-4~exp1) UNRELEASED; urgency=medium
+
+  * Install DEBIAN config file correctly for building on non-Linux systems.
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Mon, 17 Aug 2015 04:18:15 +0100
+
 ncl (6.3.0-3) experimental; urgency=medium
 
   * Enable libnetcdff-dev for transition
diff --git a/debian/rules b/debian/rules
index 8d6f7e1..055e0b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ override_dh_auto_build:
 	# 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
+	ln -sf LINUX config/DEBIAN
 	cp config/Site.local.static config/Site.local
 	echo 'n' | ./Configure -v
 	$(MAKE) Makefiles includes depend

-- 
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