Bug#519972: git-cola: should use private module dirs.

2009-04-20 Thread David Aguilar
On 0, Bernd Zeimetz b...@debian.org wrote: Package: git-cola Version: 1.3.5.28-1 Severity: serious git-cola ships private modules, they should be installed to /usr/share/git-cola according to the policy [1], if there is not a good reason to install them system-wide. As the modules are

Bug#506993: git-cola: problems with inotify

2008-11-26 Thread David Aguilar
On Wed, Nov 26, 2008 at 1:07 PM, David Bremner [EMAIL PROTECTED] wrote: Package: git-cola Version: 1.3.2-1 Severity: normal There seems to be some problem with git-cola's inotify support on my system. Instead of noticing a file change, I get the following output in the shell: Traceback

Bug#564657: python-qt4 4.6-1 breaks git-cola

2010-01-10 Thread David Aguilar
Package: python-qt4 Version 4.6-1 When using git-cola with python-qt4 4.6-1 the selection notifications are never seen and thus some of the context menu entries are missing. This problem does not exist in PyQt 4.6.1 (newer) or 4.5.x (older) versions. It's a regression in PyQt. This problem

Bug#565763: git-cola: Stage hunk feature doesn't work

2010-01-19 Thread David Aguilar
Hello I submitted a bug against python-qt4. 4.6.0 is buggy. 4.6.1 fixes the problem. Please mark this big ad a dup. Debian needs to package pyqt 4.6.1 or newer. Sorry :-/ Sent from my iPhone On Jan 18, 2010, at 9:41 AM, Andrey Smachev b...@ispras.ru wrote: Package: git-cola Version:

Bug#513383: git-cola: Display problem after checking in single hunks

2009-01-28 Thread David Aguilar
On Wed, Jan 28, 2009 at 6:38 AM, Christoph Haas em...@christoph-haas.de wrote: Package: git-cola Version: 1.3.5-1 Severity: normal It's nice that git-cola allows to check in individual hunks of a modified file. Checking in single hunks works well. But right after a hunk gets staged the Diff

Bug#519972: git-cola: should use private module dirs.

2009-03-16 Thread David Aguilar
On Mon, Mar 16, 2009 at 7:25 AM, Bernd Zeimetz b...@debian.org wrote: Package: git-cola Version: 1.3.5.28-1 Severity: serious git-cola ships private modules, they should be installed to /usr/share/git-cola according to the policy [1], if there is not a good reason to install them

Bug#519972: git-cola: should use private module dirs.

2009-03-17 Thread David Aguilar
On 0, Bernd Zeimetz b...@debian.org wrote: David Aguilar wrote: Thanks Bernd. What should I do about the .pyc/.pyo files? I'm assuming that I shouldn't generate them and should instead let Debian generate them? Right, that's what python-support (and python-central, if you like

Bug#519971: git-cola: breaks python help

2009-03-17 Thread David Aguilar
On 0, Bernd Zeimetz b...@debian.org wrote: Package: git-cola Version: 1.3.5.28-1 Severity: grave Grave? :'( Ouch! Lesson learned. See below... git-cola breaks the python modules help: 0 b...@think:~$ python2.5 Python 2.5.4 (r254:67916, Feb 18 2009, 03:00:47) [GCC 4.3.3] on linux2

Bug#690182: git-cola looking for adopters?

2012-10-14 Thread David Aguilar
Hello, Thanks for the kind words and help, Iulian. I can help maintain the package in Debian and would be happy to be mentored through the process. I'm not very familiar with the process but I can learn. Are there any mailing lists I should join? -- David -- To UNSUBSCRIBE, email to

Bug#706580: git-cola: FTBFS with Sphinx 1.2: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 288: ordinal not in range(128)

2013-05-01 Thread David Aguilar
On Wed, May 1, 2013 at 2:25 PM, Jakub Wilk jw...@debian.org wrote: Source: git-cola Version: 1.8.2-1 Severity: important Tags: patch User: python-modules-t...@lists.alioth.debian.org Usertags: sphinx1.2 When rebuilt against python-sphinx 1.2~b1+dfsg-1 (available in experimental), git-cola

Bug#706580: git-cola: FTBFS with Sphinx 1.2: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 288: ordinal not in range(128)

2013-05-06 Thread David Aguilar
On Sun, May 5, 2013 at 10:16 PM, Laszlo Boszormenyi (GCS) g...@debian.hu wrote: On Wed, 2013-05-01 at 19:52 -0700, David Aguilar wrote: On Wed, May 1, 2013 at 2:25 PM, Jakub Wilk jw...@debian.org wrote: Source: git-cola Version: 1.8.2-1 Severity: important Tags: patch User: python

Bug#789257: git-cola: Fails to start, can't find installed python-qt4

2015-06-19 Thread David Aguilar
On Fri, Jun 19, 2015 at 10:52:37AM +0200, Martin Erik Werner wrote: Package: git-cola Version: 2.1.2-1 Severity: important git-cola fails to start with: Sorry, you do not seem to have PyQt4 installed. Please install it before using git-cola. e.g.: sudo apt-get install python-qt4

Bug#723874: lightdm: adds hardcoded options to xserver commandline

2015-05-24 Thread David Aguilar
I've implemented a configuration variable, xserver-allow-vt-switch, which inhibits the hard-coded -novtswitch flag. I've emailed the patches to the maintainer and have pushed the changes to the vtswitch branch here: https://github.com/davvid/lightdm/commits/vtswitch I hope this helps others.

Bug#966031: git-cola: Uses old name of sip module

2020-07-25 Thread David Aguilar
On Wed, Jul 22, 2020 at 4:30 AM Dmitry Shachnev wrote: > Source: git-cola > Version: 3.7-1 > Usertags: sip5 > > Dear Maintainer, > > You are receiving this bug because your package seems to be using PyQt5 > and has Python files with "import sip" lines. > > With the latest version of PyQt5 in

Bug#1054806: git-cola: FTBFS: sed: can't read /<>/debian/git-cola/usr/lib/python3*/site-packages/cola/widgets/spellcheck.py: No such file or directory

2023-10-27 Thread David Aguilar
Hi Lucas, This step in the build log looks suspicious: sed -i 's|env python|env python3|' \ /<>/debian/git-cola/usr/lib/python3*/site-packages/cola/widgets/spellcheck.py Two notes: - The PKGBUILDDIR pattern looks like a template variable that was not replaced. The << >> parts seem to

Bug#1054806: git-cola: FTBFS: sed: can't read /<>/debian/git-cola/usr/lib/python3*/site-packages/cola/widgets/spellcheck.py: No such file or directory

2023-10-28 Thread David Aguilar
On Sat, Oct 28, 2023 at 12:13 AM László Böszörményi (GCS) wrote: > > Hi David, > > On Sat, Oct 28, 2023 at 6:39 AM David Aguilar wrote: > > This step in the build log looks suspicious: > > > > sed -i 's|env python|env python3|' \ > > > > /<>

Bug#1018369: git-cola: build-depends on python3-nose or uses it for autopkgtest

2022-09-01 Thread David Aguilar
Hi Dmitriy, We don't depend on nose these days. We dropped that dependency upstream a while back in favor of pytest. The debian packaging probably needs to drop the dependency. Thanks! On Sun, Aug 28, 2022 at 11:41 AM Dmitry Shachnev wrote: > > Source: git-cola > Version: 3.12.0-1 > User:

Bug#1029482: git-cola: New upstream version 4.1.0

2023-01-22 Thread David Aguilar
Package: git-cola Version: 4.1.0-1 Severity: wishlist Dear Maintainer, git-cola has not been recently updated due to Breaking Changes in its Python build system (distutils deprecations, PEP-517/518). https://github.com/git-cola/git-cola/issues/1231#issuecomment-1136733246 I took at stab at