[Pkg-gnutls-commits] r1330 - in /packages/gnutls26/trunk/debian: changelog patches/20_tests-select.diff patches/series

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Tue Nov 15 18:24:47 UTC 2011


Author: ametzler
Date: Tue Nov 15 18:24:47 2011
New Revision: 1330

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1330
Log:
Do not run gnulib test-select test anymore.

Added:
    packages/gnutls26/trunk/debian/patches/20_tests-select.diff
Modified:
    packages/gnutls26/trunk/debian/changelog
    packages/gnutls26/trunk/debian/patches/series

Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=1330&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Tue Nov 15 18:24:47 2011
@@ -1,8 +1,10 @@
-gnutls26 (2.12.14-3) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Andreas Metzler <ametzler at debian.org>  Sat, 12 Nov 2011 09:37:35 +0100
+gnutls26 (2.12.14-3) unstable; urgency=low
+
+  * [20_tests-select.diff] Do not run gnulib test-select test anymore. The
+    test fails on kfreebsd-i386, the gnutls library does not use select().
+    Closes: #648247
+
+ -- Andreas Metzler <ametzler at debian.org>  Tue, 15 Nov 2011 19:10:06 +0100
 
 gnutls26 (2.12.14-2) unstable; urgency=low
 

Added: packages/gnutls26/trunk/debian/patches/20_tests-select.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/patches/20_tests-select.diff?rev=1330&op=file
==============================================================================
--- packages/gnutls26/trunk/debian/patches/20_tests-select.diff (added)
+++ packages/gnutls26/trunk/debian/patches/20_tests-select.diff Tue Nov 15 18:24:47 2011
@@ -1,0 +1,19 @@
+Description: Disable gnulib test-select test
+ This test fails on kfreebsd-i386. As the code this test is supposed to
+ test has not changed and as select() is only used by the command-line
+ utilities but not the library stop running the test.
+Bug-Debian: http://bugs.debian.org/648247
+Forwarded: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/29018
+Last-Update: 2011-11-15
+
+--- gnutls26-2.12.14.orig/gl/tests/Makefile.in
++++ gnutls26-2.12.14/gl/tests/Makefile.in
+@@ -80,7 +80,7 @@ TESTS = test-accept$(EXEEXT) test-aligno
+ 	test-netinet_in$(EXEEXT) test-open$(EXEEXT) \
+ 	test-pathmax$(EXEEXT) test-perror.sh test-perror2$(EXEEXT) \
+ 	test-pipe$(EXEEXT) test-read-file$(EXEEXT) test-recv$(EXEEXT) \
+-	test-select$(EXEEXT) test-select-in.sh test-select-out.sh \
++	test-select-in.sh test-select-out.sh \
+ 	test-send$(EXEEXT) test-setsockopt$(EXEEXT) \
+ 	test-shutdown$(EXEEXT) test-signal-h$(EXEEXT) \
+ 	test-snprintf$(EXEEXT) test-sockets$(EXEEXT) \

Modified: packages/gnutls26/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/patches/series?rev=1330&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/patches/series (original)
+++ packages/gnutls26/trunk/debian/patches/series Tue Nov 15 18:24:47 2011
@@ -2,3 +2,4 @@
 16_unnecessarydep.diff
 17_ignoretestsuitteerrors.diff
 18_gpgerrorinpkgconfig.diff
+20_tests-select.diff




More information about the Pkg-gnutls-commits mailing list