[gmp-ecm] 01/01: Imported Debian patch 6.4.4+ds-4

Jerome Benoit calculus-guest at moszumanska.debian.org
Sun Nov 8 19:17:09 UTC 2015


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

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

commit 60d57033799f0136729607733c6e1161dc890b42
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Sun Nov 8 20:12:01 2015 +0100

    Imported Debian patch 6.4.4+ds-4
---
 debian/changelog                 | 10 ++++++++++
 debian/control                   |  2 +-
 debian/libecm0.lintian-overrides |  2 +-
 debian/tests/make-longcheck      |  9 ++++++++-
 4 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ed05d3c..41dd7ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gmp-ecm (6.4.4+ds-4) unstable; urgency=medium
+
+  * bug fix release (Closes: #804408):
+    - neutralize valgrind check for autopkgtest d/t/make-longcheck .
+  * Debianization:
+    - debian/control, Vcs-Browser field correction;
+    - debian/libecm0.lintian-overrides, typo correction.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Sun, 08 Nov 2015 19:13:55 +0000
+
 gmp-ecm (6.4.4+ds-3) unstable; urgency=medium
 
   * RC bug fix release:
diff --git a/debian/control b/debian/control
index 0f073d5..846c75e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
 Standards-Version: 3.9.6
 Homepage: http://ecm.gforge.inria.fr/
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/gmp-ecm.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/gmp-ecm.git
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/gmp-ecm.git
 
 Package: gmp-ecm
 Architecture: any
diff --git a/debian/libecm0.lintian-overrides b/debian/libecm0.lintian-overrides
index 5c555bc..b4d09ef 100644
--- a/debian/libecm0.lintian-overrides
+++ b/debian/libecm0.lintian-overrides
@@ -8,7 +8,7 @@
 libecm0: shlib-calls-exit
 
 # A public interface is clearly defined in the library header ecm.h
-# (see README.lib), but unfortunately no ABI is clearly defined ABI.
+# (see README.lib), but unfortunately no ABI is clearly defined.
 # In particular, it appeared that the command line utility ecm uses
 # symbols not declared in this headeer (and suppoed to be used).
 # The issue was discussed with the upstream maintainer.
diff --git a/debian/tests/make-longcheck b/debian/tests/make-longcheck
index 6ef6218..6bf331a 100755
--- a/debian/tests/make-longcheck
+++ b/debian/tests/make-longcheck
@@ -4,6 +4,12 @@
 # copyright: 2015 Jerome Benoit <calculus at rezozer.net>
 # distributed under the terms and conditions of GPL version 3 or later
 
+# comments:
+#  bugreport #804408: constant failure of the make-longcheck autopkgtest test:
+#   1] valgrind check is temporarily neutralized;
+#   2] a bugreport has been submit for allowing long autopkgtest tests, #804406 .
+#   -- Jerome Benoit <calculus at rezozer.net>  Sun, 08 Nov 2015
+
 set -ue
 
 cat << EOF > $ADTTMP/Makefile
@@ -11,7 +17,8 @@ cat << EOF > $ADTTMP/Makefile
 abs_top_pkgdir = $PWD
 
 GMPECM = /usr/bin/ecm
-VALGRIND = /usr/bin/valgrind --quiet --error-exitcode=1
+##VALGRIND = /usr/bin/valgrind --quiet --error-exitcode=1
+
 
 LISTOFMETHODS = pp1 pm1 ecm
 LISTOFVARIANTS = + -no-ntt -modmuln -redc -mpzmod

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



More information about the debian-science-commits mailing list