[gts] 21/25: Import Debian patch 0.7.6+darcs121130-1.1

Andreas Tille tille at debian.org
Tue Jan 31 12:40:41 UTC 2017


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

tille pushed a commit to branch master
in repository gts.

commit 1185adffba09b5f5905e34b9b859e146a1585c80
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Apr 15 07:16:57 2014 +0200

    Import Debian patch 0.7.6+darcs121130-1.1
---
 debian/changelog            | 10 ++++++
 debian/control              |  4 +--
 debian/patches/failed-tests | 75 ++++++++++++++++++++++++++++++++++++++++++---
 debian/rules                |  2 +-
 4 files changed, 84 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b21bf40..c79b05e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gts (0.7.6+darcs121130-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Disable some more tests, which are failing on kfreebsd-amd64, s390x and
+    powerpc. (Closes: #743322)
+  * Use autoreconf instead autotools_dev. (Closes: #744591)
+  * Bump Standards-Version: 3.9.5. No changes.
+
+ -- Anton Gladky <gladk at debian.org>  Tue, 15 Apr 2014 07:16:57 +0200
+
 gts (0.7.6+darcs121130-1) unstable; urgency=low
 
   * New upstream version: 0.7.6+darcs121130 (Closes: #660492)
diff --git a/debian/control b/debian/control
index 2f71758..b8d3500 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: gts
 Section: math
 Priority: optional
 Maintainer: Ruben Molina <rmolina at udea.edu.co>
-Build-Depends: debhelper (>= 9), autotools-dev, libglib2.0-dev
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9), dh-autoreconf, libglib2.0-dev
+Standards-Version: 3.9.5
 Homepage: http://gts.sourceforge.net/
 
 Package: libgts-0.7-5
diff --git a/debian/patches/failed-tests b/debian/patches/failed-tests
index 32757c4..1e456c6 100644
--- a/debian/patches/failed-tests
+++ b/debian/patches/failed-tests
@@ -4,12 +4,54 @@ Description: remove some testa which are expected to fail
  order to "illustrate problems with interior loops". It is not clear why 
  the "gts-crash.gts" test fails, but given its name, it is not 
  surprising either.
+ Anton Gladky <gladk at debian.org>:
+ remove some more tests, which are failing on kfreebsd-amd64, powerpc and s390x.
+ See https://bugs.debian.org/743322 for more information
 Author: Ruben Molina <rmolina at udea.edu.co>
-Last-Update: 2013-09-04
+Last-Update: 2014-04-15
 
---- gts-0.7.6+darcs121130.orig/test/boolean/tests
-+++ gts-0.7.6+darcs121130/test/boolean/tests
-@@ -76,37 +76,3 @@ a23.gts b23.gts
+--- a/test/boolean/tests
++++ b/test/boolean/tests
+@@ -22,7 +22,6 @@
+ t1 t23
+ t1 t24
+ t27 t28
+-cube cube1
+ cube cube2
+ cube cube5
+ 
+@@ -39,10 +38,8 @@
+ t25 t26
+ 
+ # Coincident faces
+-cube cube4
+ 
+ # Rotated cube cube1 (touching faces)
+-cube6 cube7
+ 
+ # Coincident faces (tetrahedra by T. Binder)
+ loc1 loc2
+@@ -51,7 +48,6 @@
+ p1 p2
+ 
+ # Menger sponge (by B. Petit)
+-sponge cutter
+ 
+ # cylinders (by Darie Aron)
+ 1.gts 2.gts
+@@ -60,11 +56,8 @@
+ horse5.gts horse6.gts
+ 
+ # simplified horse
+-horse4.gts horse5.gts XFAIL
+ 
+ # identical surfaces
+-horse5.gts horse5.gts XFAIL
+-sphere.gts sphere.gts
+ 
+ # tetrahedra by Wayne Gramlich
+ # looks like it works but visual inspection shows it doesn't
+@@ -76,37 +69,3 @@
  a24.gts b24.gts
  a25.gts b25.gts
  
@@ -47,3 +89,28 @@ Last-Update: 2013-09-04
 -gerris.gts gerris.19
 -gerris.gts gerris.20
 -gerris.gts gerris.21
+--- a/test/delaunay/Makefile.am
++++ b/test/delaunay/Makefile.am
+@@ -13,5 +13,4 @@
+ 	cartesian.sh \
+ 	cartesian_speed.sh \
+ 	random_speed.sh \
+-	two_segments.gts two_segments.sh \
+ 	too_close.gts too_close.sh
+--- a/test/delaunay/Makefile.in
++++ b/test/delaunay/Makefile.in
+@@ -219,7 +219,6 @@
+ 	cartesian.sh \
+ 	cartesian_speed.sh \
+ 	random_speed.sh \
+-	two_segments.gts two_segments.sh \
+ 	too_close.gts too_close.sh
+ 
+ all: all-am
+--- a/test/Makefile.am
++++ b/test/Makefile.am
+@@ -1,3 +1,3 @@
+ ## Process this file with automake to produce Makefile.in
+ 
+-SUBDIRS = boolean delaunay coarsen
++SUBDIRS = boolean delaunay
diff --git a/debian/rules b/debian/rules
index 7ddfa6b..2aeb87e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
 
 override_dh_auto_clean:
 	dh_auto_clean

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



More information about the debian-science-commits mailing list