[Bug 1] Re: Microsoft has a majority market share

2011-11-04 Thread Evgeny Kapun
** This bug is no longer a duplicate of bug 1234 Gina is an unmaintainable mess of command line options, environment variables and shell scripts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report.

[Bug 585866] Re: Please sync xmoto 0.5.5-1 (universe) from debian unstable (main)

2011-10-04 Thread Evgeny Kapun
Done, new bug is #866000. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/585866 Title: Please sync xmoto 0.5.5-1 (universe) from debian unstable (main) To manage notifications about this bug go to:

[Bug 866000] [NEW] Update xmoto to 0.5.8

2011-10-04 Thread Evgeny Kapun
Public bug reported: It would be nice to see XMoto 0.5.8 in Ubuntu repository. ** Affects: xmoto (Ubuntu) Importance: Undecided Status: New ** Affects: xmoto (Debian) Importance: Unknown Status: Unknown ** Bug watch added: Debian Bug tracker #644234

[Bug 604390] Re: Upgrade Eclipse to 3.7

2011-08-11 Thread Evgeny Kapun
** Summary changed: - Upgrade Eclipse to 3.6 + Upgrade Eclipse to 3.7 ** Description changed: - Binary package hint: eclipse - - It would be nice to have Eclipse 3.6 in Maverick. The Eclipse team - claims that they've tested 3.6 against Jaunty, so the work shouldn't be - insurmountable. - -

[Bug 585866] Re: Update xmoto to version 0.5.7

2011-08-11 Thread Evgeny Kapun
** Summary changed: - Please sync xmoto 0.5.5-1 (universe) from debian unstable (main) + Update xmoto to version 0.5.7 ** Description changed: - Binary package hint: xmoto - - X-Moto 0.5.3 is out. - Expected result: it should be already added to Ubuntu repository. - Actual result: it isn't. +

[Bug 707416] [NEW] apt_pkg.parse_commandline crashes with SIGSEGV

2011-01-25 Thread Evgeny Kapun
Public bug reported: Binary package hint: python-apt This code crashes with SIGSEGV: import apt_pkg apt_pkg.parse_commandline(apt_pkg.config, [], []) Architecture: amd64 apt 0.8.10ubuntu1 python-apt 0.7.100.1ubuntu4 ** Affects: python-apt (Ubuntu) Importance: Undecided

[Bug 707540] [NEW] Destroying apt_pkg.Cache object releases system lock

2011-01-25 Thread Evgeny Kapun
Public bug reported: Binary package hint: python-apt This code should work, but doesn't:   import apt_pkg   apt_pkg.init()   with apt_pkg.SystemLock():  ... x = apt_pkg.Cache()  ... del x  Reading package lists... Done  Building dependency tree  Reading state information... Done