[libdap] 01/06: Test build on g++5

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Jul 23 14:59:47 UTC 2015


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

mckinstry pushed a commit to branch debian/experimental
in repository libdap.

commit 8e30b4ccfe305e20ab1dcffb7ce471f2b0a7fea1
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jul 14 09:13:19 2015 +0100

    Test build on g++5
---
 debian/changelog | 11 +++++++++++
 debian/control   |  6 +++---
 debian/rules     |  5 +----
 3 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bacbb97..08c3120 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libdap (3.14.0-3~exp1) experimental; urgency=medium
+
+  * Transition to g++5: Build against g++-5; 
+    * libdap17 -> libdap7v5 
+    * libdapclient6 -> libdapclient6v5
+    * libdapserver7 -> libdapserver7v5
+  * Re-enable tests. This is known to break on big-endian archs at the moment
+    [Bug forwarded to upstream]
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 09 Jul 2015 15:38:36 +0100
+
 libdap (3.14.0-2) unstable; urgency=medium
 
   * Change Vcs-Git URL to anonscm.debian.org form 
diff --git a/debian/control b/debian/control
index 1592ad5..e6a80a0 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Standards-Version: 3.9.6
 Homepage: http://www.opendap.org/
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/libdap.git
 
-Package: libdap17
+Package: libdap17v5
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -33,7 +33,7 @@ Description: Open-source Project for a Network Data Access Protocol library
  OPeNDAP data is stored in binary form, and by default, it is 
  transmitted that way, too. 
 
-Package: libdapclient6
+Package: libdapclient6v5
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -48,7 +48,7 @@ Description: Client library for the Network Data Access Protocol
  .
  This package provides the client library libdapclient6.
 
-Package: libdapserver7
+Package: libdapserver7v5
 Section: libs
 Breaks: libdap10
 Replaces: libdap10
diff --git a/debian/rules b/debian/rules
index 0265785..799cb61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+ARCH:=$(shell dpkg --print-architecture)
 LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
@@ -12,7 +13,6 @@ LDFLAGS += -Wl,--as-needed
 # Always do verbose.
 export DH_VERBOSE=1
 
-
 # The magic debhelper rule:
 %:
 	dh $@ --with autoreconf --parallel
@@ -26,9 +26,6 @@ override_dh_autoreconf:
 override_dh_auto_configure:
 	dh_auto_configure -- --with-gnu-ld
 
-override_dh_auto_test:
-	@echo "Tests currently disabled"
-
 override_dh_auto_build:
 	# Strange bug causes lexer not to build first-time; need to make clean in subdir and restart 
 	- $(MAKE)  -j1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libdap.git



More information about the debian-science-commits mailing list