[gap-float] 01/01: Imported Debian patch 0.7.6+ds-2

Jerome Benoit calculus-guest at moszumanska.debian.org
Fri Jun 2 07:52:48 UTC 2017


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

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

commit e59c7b72156ea8c06242a77c0e678f28418678fa
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Fri Jun 2 10:04:47 2017 +0400

    Imported Debian patch 0.7.6+ds-2
---
 debian/changelog                                   |  9 ++++++++
 debian/patches/series                              |  1 +
 .../patches/upstream-fix-autotoolization-tst.patch | 27 ++++++++++++++++++++++
 debian/tests/makecheck.tst                         |  2 +-
 4 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7e09939..2231d78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gap-float (0.7.6+ds-2) unstable; urgency=medium
+
+  * Debianization:
+    - debian/tests/makecheck.tst, refresh;
+    - debian/tests/*:
+      - d/p/upstream-fix-autotoolization-tst.patch, introduce and submit.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Fri, 02 Jun 2017 06:23:19 +0000
+
 gap-float (0.7.6+ds-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/series b/debian/patches/series
index f8105f1..4ce27a9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+upstream-fix-autotoolization-tst.patch
 upstream-fix-gapdoc-bib.patch
 upstream-autotoolization-cleanup.patch
 upstream-update-m4_ac_find_gap_m4.patch
diff --git a/debian/patches/upstream-fix-autotoolization-tst.patch b/debian/patches/upstream-fix-autotoolization-tst.patch
new file mode 100644
index 0000000..d830484
--- /dev/null
+++ b/debian/patches/upstream-fix-autotoolization-tst.patch
@@ -0,0 +1,27 @@
+Description: fix automake machinery for tst
+Origin: vendor, Debian
+Author: Jerome Benoit <calculus at rezozer.net>
+Forwarded: https://github.com/gap-packages/float/pull/21
+Last-Update: 2017-06-02
+
+--- a/tst/Makefile.am
++++ b/tst/Makefile.am
+@@ -2,7 +2,7 @@
+ ##
+ #W tst/Makefile.am                                          Laurent Bartholdi
+ ##
+-#Y Copyright (C) 2014, Laurent Bartholdi
++#Y Copyright (C) 2014-2017, Laurent Bartholdi
+ ##
+ #############################################################################
+ 
+@@ -11,7 +11,8 @@
+ tst_DATA = \
+ 	testall.g \
+ 		arithmetic.tst \
+-		polynomials.tst
++		polynomials.tst \
++		fplll.tst
+ 
+ EXTRA_DIST = \
+ 	$(tst_DATA)
diff --git a/debian/tests/makecheck.tst b/debian/tests/makecheck.tst
index 90784ca..4511a89 100644
--- a/debian/tests/makecheck.tst
+++ b/debian/tests/makecheck.tst
@@ -1,7 +1,7 @@
 ## debian/tests/makecheck.tst -- GAP Test script
 ## script format: GAP Reference Manual section 7.9 Test Files (GAP 4r8)
 ##
-gap> TestPackageAvailability( "float" , "=0.7.4" , true );
+gap> TestPackageAvailability( "float" , "=0.7.6" , true );
 "/usr/share/gap/pkg/float"
 gap> TestPackage( "float" );
 

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



More information about the debian-science-commits mailing list