[normaliz] 01/01: Imported Debian patch 3.5.0+ds-2

Jerome Benoit calculus-guest at moszumanska.debian.org
Fri Dec 29 12:09:58 UTC 2017


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

calculus-guest pushed a commit to branch master
in repository normaliz.

commit d3d4ed52dd48c67e9ae4bab5e586e9dff176b64e
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Fri Dec 29 15:53:28 2017 +0400

    Imported Debian patch 3.5.0+ds-2
---
 debian/changelog             | 10 ++++++++++
 debian/compat                |  2 +-
 debian/control               |  4 ++--
 debian/normaliz-doc.doc-base |  2 +-
 debian/rules                 |  8 +++++++-
 5 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 15d0535..093c16e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+normaliz (3.5.0+ds-2) unstable; urgency=medium
+
+  * Debianization:
+    - debian/control:
+      - debhelper, bump to 11 (refresh doc-base);
+      - Build-Depends field, libflint-dev, refine arch support;
+    - debian/rules, libflint-dev, refine arch support.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Fri, 29 Dec 2017 11:51:57 +0000
+
 normaliz (3.5.0+ds-1) unstable; urgency=medium
 
   * New upstream minor version.
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index 53174a3..2648159 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Jerome Benoit <calculus at rezozer.net>
 Build-Depends:
- debhelper (>= 10), autoconf-archive,
+ debhelper (>= 11), autoconf-archive,
  help2man,
- libgmp-dev, libflint-dev, libboost-dev
+ libgmp-dev, libflint-dev [!alpha !sh4 !x32], libboost-dev
 Standards-Version: 4.1.2
 Homepage: https://www.normaliz.uni-osnabrueck.de/
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/normaliz.git
diff --git a/debian/normaliz-doc.doc-base b/debian/normaliz-doc.doc-base
index 4d5df96..6f7c265 100644
--- a/debian/normaliz-doc.doc-base
+++ b/debian/normaliz-doc.doc-base
@@ -15,4 +15,4 @@ Abstract:
 Section: Science/Mathematics
 
 Format: PDF
-Files: /usr/share/doc/normaliz-doc/Normaliz.pdf
+Files: /usr/share/doc/normaliz/Normaliz.pdf
diff --git a/debian/rules b/debian/rules
index 23e16ca..e38f668 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,12 @@ else
 DEB_PKG_NMZ_OPENMP=yes
 endif
 
+ifneq (,$(filter $(DEB_HOST_MULTIARCH), alpha-linux-gnu sh4-linux-gnu x32-linux-gnu))
+DEB_PKG_NMZ_FLINT=no
+else
+DEB_PKG_NMZ_FLINT=yes
+endif
+
 default:
 	@uscan --no-conf --dehs --report || true
 
@@ -24,7 +30,7 @@ default:
 	dh $@ --builddirectory=_build
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-openmp=$(DEB_PKG_NMZ_OPENMP) --enable-flint
+	dh_auto_configure -- --enable-openmp=$(DEB_PKG_NMZ_OPENMP) --enable-flint=$(DEB_PKG_NMZ_FLINT)
 
 override_dh_auto_build-indep:
 

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



More information about the debian-science-commits mailing list