[gf2x] 02/02: Added a patch to upstream to make tests run

$DEBFULLNAME julien.puydt at laposte.net
Sun Sep 15 17:11:35 UTC 2013


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

jpuydt-guest pushed a commit to branch master
in repository gf2x.

commit 1afd24ef778d6f59752a0bf5ede990a5812ea6c9
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sun Sep 15 19:00:35 2013 +0200

    Added a patch to upstream to make tests run
    
    (will be forwarded upstream)
---
 .pc/.quilt_patches       |    1 +
 .pc/.quilt_series        |    1 +
 .pc/.version             |    1 +
 debian/patches/series    |    1 +
 debian/patches/test.diff |   14 ++++++++++++++
 5 files changed, 18 insertions(+)

diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches
new file mode 100644
index 0000000..6857a8d
--- /dev/null
+++ b/.pc/.quilt_patches
@@ -0,0 +1 @@
+debian/patches
diff --git a/.pc/.quilt_series b/.pc/.quilt_series
new file mode 100644
index 0000000..c206706
--- /dev/null
+++ b/.pc/.quilt_series
@@ -0,0 +1 @@
+series
diff --git a/.pc/.version b/.pc/.version
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/.pc/.version
@@ -0,0 +1 @@
+2
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2d2d176
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+test.diff
diff --git a/debian/patches/test.diff b/debian/patches/test.diff
new file mode 100644
index 0000000..fa516ae
--- /dev/null
+++ b/debian/patches/test.diff
@@ -0,0 +1,14 @@
+Description: don't use TESTS_ENVIRONMENT to define a custom test runner
+Author: Julien Puydt <julien.puydt at laposte.net>
+
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -29,7 +29,7 @@
+ check_mul_LDADD=../libgf2x.la
+ check_addmul_LDADD=../libgf2x.la
+ 
+-TESTS_ENVIRONMENT=$(SHELL) 2>/dev/null
++LOG_COMPILER=$(SHELL) 2>/dev/null
+ TESTS=do-check-mul.sh
+ 
+ EXTRA_DIST=$(TESTS) check-mul.res

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



More information about the debian-science-commits mailing list