Bug#707768: Workaround

2013-08-15 Thread Julian Andres Klode
Control: tag -1 pending

On Wed, Aug 14, 2013 at 08:48:01PM -0600, Neil Mayhew wrote:
 For those of you frustrated at the time it's taking to fix this,
 here's a temporary workaround that might help:

I'm sorry that it takes so long. I prepared a new upload a month ago,
but it has multiple errors in the test suite. I reported the problem
to upstream, but received no answer. I just uploaded it with a disabled
test suite, as the code seems to work, and I want this bug closed. This
release is 1.0-1, and has to go through binary NEW; I hope it does not
take too long.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#707768: Workaround

2013-08-15 Thread Julian Andres Klode
On Thu, Aug 15, 2013 at 11:46:49AM +0200, Julian Andres Klode wrote:
 Control: tag -1 pending
 
 On Wed, Aug 14, 2013 at 08:48:01PM -0600, Neil Mayhew wrote:
  For those of you frustrated at the time it's taking to fix this,
  here's a temporary workaround that might help:
 
 I'm sorry that it takes so long. I prepared a new upload a month ago,
 but it has multiple errors in the test suite. I reported the problem
 to upstream, but received no answer. I just uploaded it with a disabled
 test suite, as the code seems to work, and I want this bug closed. This
 release is 1.0-1, and has to go through binary NEW; I hope it does not
 take too long.

I'm happy to say that I just uploaded 1.1.1-1 as well; which fixes the
problems in the test suite (upstream missed the bug report, but reacted
after I wrote a comment). Once this passed NEW, everything should be
working again.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.


pgpAPbnvrEB7_.pgp
Description: PGP signature


Bug#707768: Workaround

2013-08-15 Thread Sebastian Heinlein
Am Donnerstag, den 15.08.2013, 13:38 +0200 schrieb Julian Andres Klode:
 On Thu, Aug 15, 2013 at 11:46:49AM +0200, Julian Andres Klode wrote:
  Control: tag -1 pending
  
  On Wed, Aug 14, 2013 at 08:48:01PM -0600, Neil Mayhew wrote:
   For those of you frustrated at the time it's taking to fix this,
   here's a temporary workaround that might help:
  
  I'm sorry that it takes so long. I prepared a new upload a month ago,
  but it has multiple errors in the test suite. I reported the problem
  to upstream, but received no answer. I just uploaded it with a disabled
  test suite, as the code seems to work, and I want this bug closed. This
  release is 1.0-1, and has to go through binary NEW; I hope it does not
  take too long.
 
 I'm happy to say that I just uploaded 1.1.1-1 as well; which fixes the
 problems in the test suite (upstream missed the bug report, but reacted
 after I wrote a comment). Once this passed NEW, everything should be
 working again.

Thanks Julian.



signature.asc
Description: This is a digitally signed message part


Bug#707768: Workaround

2013-08-14 Thread Neil Mayhew
For those of you frustrated at the time it's taking to fix this, here's 
a temporary workaround that might help:


--- /usr/share/pyshared/aptdaemon/client.py.dist2012-06-11 
03:01:10.0 -0600
+++ /usr/share/pyshared/aptdaemon/client.py 2013-08-14 13:41:51.214571809 
-0600
@@ -39,8 +39,10 @@
 
 if 'gi.repository' in sys.modules:

 from gi.repository import GObject
+from gi.types import GObjectMeta
 else:
 import gobject as GObject
+GObjectMeta = GObject.GObjectMeta
 
 from . import enums

 from . import debconf
@@ -67,7 +69,7 @@
 return value
 
 
-class MemoizedMixIn(MemoizedTransaction, GObject.GObjectMeta):

+class MemoizedMixIn(MemoizedTransaction, GObjectMeta):
 
 Helper meta class for merging
 



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org