[sundials] 01/01: debhelper 10
Andreas Tille
tille at debian.org
Fri Jan 27 21:18:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository sundials.
commit 9c912b8ccc4385a22787003a74426d0005f1e25b
Author: Andreas Tille <tille at debian.org>
Date: Fri Jan 27 22:17:55 2017 +0100
debhelper 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 3 +--
debian/rules | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 435f9a3..a21eaf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ sundials (2.7.0+dfsg-1) UNRELEASED; urgency=medium
* Set Dima Kogan as Uploader
* DEP5
* cme fix dpkg-control
+ * debhelper 10
-- Dima Kogan <dkogan at debian.org> Tue, 04 Oct 2016 20:50:04 -0700
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 31a48eb..917d880 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.
Uploaders: Dima Kogan <dkogan at debian.org>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
cmake,
gfortran,
mpi-default-dev,
@@ -101,7 +101,6 @@ Depends: libsundials-serial (= ${binary:Version}),
${misc:Depends},
libblas-dev | libatlas-base-dev | libopenblas-dev,
liblapack-dev | libatlas-base-dev
-Recommends: libsundials-serial-dbg
Description: SUNDIALS development files
The family of solvers referred to as SUNDIALS (SUite of Nonlinear and
DIfferential/ALgebraic equation Solvers) consists of solvers CVODE
diff --git a/debian/rules b/debian/rules
index fef4d82..7f7f5c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ BUILDDIR = $(CURDIR)/debian/build
%:
- dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel
+ dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR)
override_dh_auto_configure:
dh_auto_configure -- $(extra_flags)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sundials.git
More information about the debian-science-commits
mailing list