[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#691380: marked as done (unblock: libio-async-perl/0.51-4)



Your message dated Thu, 25 Oct 2012 19:51:35 +0100
with message-id <1351191095.28873.14.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#691380: unblock: libio-async-perl/0.51-4
has caused the Debian Bug report #691380,
regarding unblock: libio-async-perl/0.51-4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
691380: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691380
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Please unblock package libio-async-perl 0.51-4.

This upload fixes #687403, which is actually a duplicate of #680790,
and there's a 1 character change: s/1/0/ for the default of a
variable :/

Sorry for getting it wrong the first time.

Here's the complete debdiff:

#v+
diff -Nru libio-async-perl-0.51/debian/changelog libio-async-perl-0.51/debian/changelog
- --- libio-async-perl-0.51/debian/changelog	2012-08-15 17:56:05.000000000 +0200
+++ libio-async-perl-0.51/debian/changelog	2012-10-24 23:43:33.000000000 +0200
@@ -1,3 +1,12 @@
+libio-async-perl (0.51-4) unstable; urgency=low
+
+  * Update subscond.patch: set _CAN_SUBSECOND_ACCURATELY to 0.
+    Turn of the subsecond tests by default, individual loops can than enable
+    them. -- Change confirmed by upstream on IRC. Thanks to Paul "LeoNerd"
+    Evans for confirming this fix. (Closes: #687403)
+
+ -- gregor herrmann <gregoa@debian.org>  Wed, 24 Oct 2012 23:43:00 +0200
+
 libio-async-perl (0.51-3) unstable; urgency=low
 
   * Add patch subsecond.patch, backported from upstream: subsecond timer
diff -Nru libio-async-perl-0.51/debian/patches/subsecond.patch libio-async-perl-0.51/debian/patches/subsecond.patch
- --- libio-async-perl-0.51/debian/patches/subsecond.patch	2012-08-15 17:56:05.000000000 +0200
+++ libio-async-perl-0.51/debian/patches/subsecond.patch	2012-10-24 23:43:33.000000000 +0200
@@ -1,8 +1,9 @@
 Origin: upstream, http://bazaar.leonerd.org.uk/perl/IO-Async/, r1044
 Bug: https://rt.cpan.org/Ticket/Display.html?id=78892
 Bug-Debian: http://bugs.debian.org/680790
+ http://bugs.debian.org/687403
 Reviewed-by: gregor herrmann <gregoa@debian.org>
- -Applied-Upstream: yes, in bzr and since 0.51_001
+Applied-Upstream: yes, in bzr and since 0.51_001, except for s/1/0/ in "use constant ..."
 
 revno 1044
 From: Paul "LeoNerd" Evans <leonerd@leonerd.org.uk>
@@ -24,7 +25,7 @@
  
 +# Some Loop implementations do not accurately handle sub-second timers.
 +# This only matters for unit tests
- -+use constant _CAN_SUBSECOND_ACCURATELY => 1;
++use constant _CAN_SUBSECOND_ACCURATELY => 0;
 +
  use Carp;
  
v#-


unblock libio-async-perl/0.51-4


Thanks in advance,
gregor

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJQiGR4AAoJELs6aAGGSaoGqb8P/jW/iggrAW01z7AEl3SEOtd5
rh7QVN/X68KZTkOT61MpfLFtgbBwPd2H8egf/tNvWGMZPphmrZt0O9BqnTffwkBn
wTA63RkKZpqW1qQlya4q8hR3wa8RKFB0qn9vaoNMy2GiggdtXI7oTkyZopL56C2u
SQJ7FbfYsmLcUwHA/ZFlY5XpSNwhmdzRn7qxQ1UakotqfzLI894qv0C3Q6VU5u5e
I1GmqjHBrMxM76uuLpfZLLWjp5Z7QGo5MqT7FreZsb+jMI8H/49Rog3/dZCOxGuU
xEpwSFy8B3yozuj0dq/uwbNTNkz7Zlrcjbb8PMhhEwZwcFoCpGPtEmRWVhgzGsMu
YafPa1/WCrfbFfLeY0zcxwquZTxYzW9imtHhy8hWY77PvQLqrxhww3PQHGH3NfRF
wn37jFi4C4ZCHi35IcLW8INJi/IPS8hOCMsK+0hzOMYIGZOK+BiEyY8WalwmHMnv
bi5Trp0XIrCNW4WSpVf1NPF0wRsf/Z5s/B2L4WxDLUsBusLoNS25g2qr90yqRODO
skX8tBJvMbRsl2IJfcfQJQVhktjmphsu0iNlOpolluFQIK9mJr14JLktpH4zXdW5
ZfSSNwruTp4y0RNCK66I48rTsjsYtR3aqYb9qPszxUfC07OWmCkRfh4HLJgLXTHM
MNmcjhmu5elbl/wOxjl+
=Gaww
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
On Wed, 2012-10-24 at 23:58 +0200, gregor herrmann wrote:
> Please unblock package libio-async-perl 0.51-4.

Unblocked; thanks.

> +libio-async-perl (0.51-4) unstable; urgency=low
> +
> +  * Update subscond.patch: set _CAN_SUBSECOND_ACCURATELY to 0.
> +    Turn of the subsecond tests by default, individual loops can than enable
> +    them. -- Change confirmed by upstream on IRC. Thanks to Paul "LeoNerd"
> +    Evans for confirming this fix. (Closes: #687403)

s/of/off/

Regards,

Adam

--- End Message ---

Reply to: