[libdap] 07/13: Add hack to makefile bug
Alastair McKinstry
mckinstry at moszumanska.debian.org
Sun Jul 5 10:17:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to tag unstable/3.14.0-2
in repository libdap.
commit 637fd0253f704ccad1b60715d91e09e2dbc049bd
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sun Jun 21 14:03:18 2015 +0100
Add hack to makefile bug
---
debian/changelog | 8 ++++++--
debian/control | 3 ++-
debian/rules | 4 ++++
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4a3bbc8..f615c5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
-libdap (3.14.0-1) UNRELEASED; urgency=medium
+libdap (3.14.0-1) unstable; urgency=medium
* New upstream release.
* Move to Standards-Version: 3.9.6
* Use 'xz' compression
* Refreshed patches; re-enabled all tests for the moment
+ * Add B-D for libpth-dev.
+ * hack for Makefile/dependency bug needed in debian/rules; try to make
+ twice.
+ * Add Vcs-Git to debian-science.
- -- Alastair McKinstry <mckinstry at debian.org> Sat, 02 May 2015 09:48:51 +0100
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 21 Jun 2015 14:02:43 +0100
libdap (3.12.0-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b3bc356..5f51cad 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,11 @@ Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry at debian.org>
Build-Depends: zlib1g-dev, debhelper (>= 9), pkg-config, libxml2-dev, libcurl4-gnutls-dev, dejagnu, doxygen, graphviz, dh-autoreconf (>= 4~),
- autoconf, automake, libtool, flex, bison, uuid-dev, libjs-jquery
+ autoconf, automake, libtool, flex, bison, uuid-dev, libjs-jquery, libpth-dev
Build-Conflicts: autoconf2.13
Standards-Version: 3.9.6
Homepage: http://www.opendap.org/
+Vcs-Git: git://git.debian.org/git/debian-science/packages/libdap.git
Package: libdap11
Section: libs
diff --git a/debian/rules b/debian/rules
index d4c8111..50bc89c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,10 @@ override_dh_auto_configure:
dh_auto_configure -- --with-gnu-ld
override_dh_auto_build:
+ # Strange bug causes lexer not to build first-time; need to make clean in subdir and restart
+ - $(MAKE) -j1
+ (cd d4_ce && $(MAKE) clean )
+ $(MAKE) -j1
dh_auto_build
$(MAKE) docs
--
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