tags 642375 + pending tags 652182 + patch tags 652182 + pending thanks Dear maintainer,
I've prepared an NMU for cardstories (versioned as 1.0.6-1.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Beatles: Twist & Shout
diff -Nru cardstories-1.0.6/debian/changelog cardstories-1.0.6/debian/changelog --- cardstories-1.0.6/debian/changelog 2011-08-28 02:06:24.000000000 +0200 +++ cardstories-1.0.6/debian/changelog 2012-02-11 18:25:17.000000000 +0100 @@ -1,3 +1,16 @@ +cardstories (1.0.6-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: TypeError: 'NoneType' object has no attribute + '__getitem__'": drop "X-Python-Version: all" from debian/control. + (Closes: #652182) + * Fix "ftbfs on i386 due to test value > sys.maxint": add patch + test08_poll_i386.patch from Ubuntu / Barry Warsaw: + - Fix test where poll interval was > sys.maxint on i386. (LP: #831344) + (Closes: #642375) + + -- gregor herrmann <gre...@debian.org> Sat, 11 Feb 2012 18:24:58 +0100 + cardstories (1.0.6-1) unstable; urgency=low * upstream release diff -Nru cardstories-1.0.6/debian/control cardstories-1.0.6/debian/control --- cardstories-1.0.6/debian/control 2011-08-28 02:06:24.000000000 +0200 +++ cardstories-1.0.6/debian/control 2012-02-11 18:24:55.000000000 +0100 @@ -17,7 +17,6 @@ Vcs-Git: http://cardstori.es/cardstories.git Vcs-Browser: http://cardstori.es/trac/browser Homepage: http://cardstori.es/ -X-Python-Version: all Package: cardstories Section: games diff -Nru cardstories-1.0.6/debian/patches/series cardstories-1.0.6/debian/patches/series --- cardstories-1.0.6/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ cardstories-1.0.6/debian/patches/series 2012-02-11 18:17:36.000000000 +0100 @@ -0,0 +1 @@ +test08_poll_i386.patch diff -Nru cardstories-1.0.6/debian/patches/test08_poll_i386.patch cardstories-1.0.6/debian/patches/test08_poll_i386.patch --- cardstories-1.0.6/debian/patches/test08_poll_i386.patch 1970-01-01 01:00:00.000000000 +0100 +++ cardstories-1.0.6/debian/patches/test08_poll_i386.patch 2012-02-11 18:17:36.000000000 +0100 @@ -0,0 +1,11 @@ +--- a/tests/test_service.py ++++ b/tests/test_service.py +@@ -535,7 +535,7 @@ + # + class Plugin(pollable): + def __init__(self): +- pollable.__init__(self, 200000000000) ++ pollable.__init__(self, sys.maxint) + def name(self): + return 'plugin' + plugin = Plugin()
signature.asc
Description: Digital signature