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

Jerome Benoit calculus-guest at moszumanska.debian.org
Fri Nov 17 15:21:30 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 f209d3e52132bfe5997d4253188c7e326173d5d3
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Fri Nov 17 19:08:08 2017 +0400

    Imported Debian patch 3.4.1+ds-2
---
 debian/changelog                                   | 12 ++++++++++++
 debian/control                                     |  2 ++
 debian/patches/debianization.patch                 |  5 +++--
 debian/patches/series                              |  1 +
 ...test-extremely_sensitive_tests-neutralize.patch | 22 ++++++++++++++++++++++
 5 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7b45a7c..ed7fda8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+normaliz (3.4.1+ds-2) unstable; urgency=medium
+
+  * Debianization:
+    - debian/control:
+  		- Breaks+Replaces field, add (Closes: #881883);
+    - debian/patches/*:
+      - d/p/upstream-test-extremely_sensitive_tests-neutralize.patch,
+        introduce and submit (Closes: #881869);
+      - d/p/debianization.patch, refresh.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Fri, 17 Nov 2017 15:07:15 +0000
+
 normaliz (3.4.1+ds-1) unstable; urgency=medium
 
   * New upstream minor version (Closes: #877210).
diff --git a/debian/control b/debian/control
index 2b4d6a4..41f595d 100644
--- a/debian/control
+++ b/debian/control
@@ -57,6 +57,8 @@ Section: libdevel
 Architecture: all
 Depends: ${misc:Depends}
 Multi-Arch: foreign
+Replaces: libnormaliz0-dev-common
+Breaks: libnormaliz0-dev-common
 Description: math computing tools for affine monoids, rational polytopes and cones - headers
  Normaliz is a mathematical tool for computations in affine monoids, vector
  configurations, lattice polytopes, and rational cones.
diff --git a/debian/patches/debianization.patch b/debian/patches/debianization.patch
index ba72a6b..9eff962 100644
--- a/debian/patches/debianization.patch
+++ b/debian/patches/debianization.patch
@@ -2,9 +2,10 @@ Description: debianization
  Meant to maintain a minimal debian/rules, to fix warnings,
  to address Debian specific stuff in general.
  This is a Debian centric patch.
-Origin: debian
+Origin: vendor, Debian
+Forwarded: not-needed
 Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2017-11-03
+Last-Update: 2017-11-17
 
 --- a/configure.ac
 +++ b/configure.ac
diff --git a/debian/patches/series b/debian/patches/series
index bda6985..99503ad 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+upstream-test-extremely_sensitive_tests-neutralize.patch
 debianization.patch
diff --git a/debian/patches/upstream-test-extremely_sensitive_tests-neutralize.patch b/debian/patches/upstream-test-extremely_sensitive_tests-neutralize.patch
new file mode 100644
index 0000000..eaeb37d
--- /dev/null
+++ b/debian/patches/upstream-test-extremely_sensitive_tests-neutralize.patch
@@ -0,0 +1,22 @@
+Description: upstream: tests: ignore extremely sensitive tests
+ Ignore an extremely sensitive test [1] that fails on arm64, ppc64el,
+ s390x, powerpc and ppc64 architectures at the time of writing.
+ [1] https://github.com/Normaliz/Normaliz/issues/161
+Origin: vendor, Debian
+Forwarded: https://github.com/Normaliz/Normaliz/pull/162
+Author: Jerome Benoit <calculus at rezozer.net>
+Last-Update: 2017-11-17
+
+--- a/test/Makefile.classic
++++ b/test/Makefile.classic
+@@ -51,6 +51,10 @@
+ %.diff: %.out %.ref
+ 	$(DIFF) $*.ref $*.out > $*.diff
+ 
++#ignore comparison for some extremely sensitive tests
++test-/5x5PF.diff: test-/5x5PF.out test-/5x5PF.ref
++	-$(DIFF) test-/5x5PF.ref test-/5x5PF.out > test-/5x5PF.diff
++
+ #rules to generate the test files
+ test-s/%.out: $(NORMALIZ) test-s/%.in
+ 	$(NICE) $(NORMALIZ) $(NORMPARA) -s test-s/$*

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