git-cola (1.4.1.2-1) unstable; urgency=low * New upstream version. * debian/watch: remove "-src" * Update debian/copyright. * Add quilt. * Add setuppy.patch. -- Iulian Udrea Sun, 03 Jan 2010 13:30:17 +0000 git-cola (1.4.1-1) unstable; urgency=low * New upstream version. + Loads of fixes. See the ChangeLog for details. * Update debian/copyright. -- Iulian Udrea Sat, 05 Dec 2009 11:02:56 +0000 git-cola (1.4.0.4-1) unstable; urgency=low * New upstream version. * Fixed: - W: git-cola: non-standard-dir-in-usr usr/libexec/ - W: git-cola: file-in-unusual-dir usr/libexec/git-cola/ssh-askpass * debian/control: - Remove XB-Python-Version: ${python:Versions} as it's not needed with pysupport. - B-D-I on python instead of python-all-dev. -- Iulian Udrea Sun, 15 Nov 2009 16:14:41 +0000 git-cola (1.4.0-1) unstable; urgency=low * New upstream version (Closes: #554849). - Updates since v1.3.9 + The main GUI is flexible and user-configurable + Individual widgets can be detached and rearranged arbitrarily + Add an interface for creating tags + Provide a fallback SSH_ASKPASS implementation to prompt for SSH passwords on fetch/push/pull + Inherit the window manager's font settings + The commit message editor displays the current row/column and warns when lines get too long + The cola classic widget displays upstream changes + 'git cola --classic' launches cola classic in standalone mode + Provide more information in log messages + Miscellaneous PyQt4 bug fixes and workarounds -- Iulian Udrea Sat, 31 Oct 2009 15:15:31 +0000 git-cola (1.3.9.14-1) unstable; urgency=low * New upstream version. * debian/control: - Bump Standards-Version to 3.8.3; no changes required. -- Iulian Udrea Sat, 15 Aug 2009 23:37:40 +0100 git-cola (1.3.8-1) unstable; urgency=low * New upstream version. + setup.py: launch `pyuic4` with 'sh -c' to work around old pyuic4 bugs. Older versions of pyuic4 were implemented as a shell script instead of as python script. Interestingly, an older version existed that didn't have a '#!/bin/sh' shebang line. Use 'sh -c' to accommodate both current and older, buggy pyuic4s. * debian/control: - Add xxdiff to Recommends (LP: #386259). - Add python-sphinx and rsync to Build-Depends-Indep. -- Iulian Udrea Sat, 14 Jun 2009 11:11:00 +0100 git-cola (1.3.7.45-2) unstable; urgency=low * Remove git-difftool.1 symlink. dpkg is trying to overwrite `/usr/share/man/man1/git-difftool.1.gz', which is also in package git-core (Closes: #528128). -- Iulian Udrea Mon, 11 May 2009 06:34:40 +0100 git-cola (1.3.7.45-1) unstable; urgency=low * New upstream version. + inotify: fix a bug when exiting cola + docs: remove git-difftool.txt and update git-cola.txt + models: do not flag deleted files as modified + setup.py: add the private cola.models module + observable: use the current model's notify value when cloning + models: fix a bug in clone() * Remove {cola,git-difftool}.pod and manpages. * Add links file. * Update rules. -- Iulian Udrea Thu, 07 May 2009 06:44:29 +0100 git-cola (1.3.7.21-1) unstable; urgency=low * New upstream version. * Fix symlink (/usr/bin/git-difftool--helper). -- Iulian Udrea Tue, 28 Apr 2009 18:28:44 +0100 git-cola (1.3.7.6-1) unstable; urgency=low * New upstream version. + install private modules to /usr/share (Closes: #519972) * debian/control: - change Section to vcs -- Iulian Udrea Thu, 23 Apr 2009 06:37:14 +0100 git-cola (1.3.5.44-1) unstable; urgency=low * New upstream version. + cola.jsonpickle wasn't exception-safe and was breaking help('modules') (Closes: #519971) * Remove debian/dirs. -- Iulian Udrea Wed, 18 Mar 2009 05:51:51 +0000 git-cola (1.3.5.42-1) unstable; urgency=low * New upstream version. * debian/control: - Bump Standards-Version to 3.8.1.0 (no changes needed). -- Iulian Udrea Sun, 15 Mar 2009 19:39:37 +0000 git-cola (1.3.5.28-1) unstable; urgency=low * New upstream version. -- Iulian Udrea Sat, 21 Feb 2009 17:01:32 +0000 git-cola (1.3.5-1) unstable; urgency=low * New upstream version. + git-difftool-helper is a GIT_EXTERNAL_DIFF-compatible diff tool launcher. It supports kdiff3, tkdiff, xxdiff, meld, opendiff, emerge, ecmerge, vimdiff, gvimdiff, and custom user-configurable tools. * debian/rules: - make git-difftool-helper.1 be a symlink to git-difftool.1 -- Iulian Udrea Fri, 23 Jan 2009 07:12:28 +0000 git-cola (1.3.4.4-1) unstable; urgency=low * New upstream version. -- Iulian Udrea Fri, 02 Jan 2009 15:01:00 +0000 git-cola (1.3.2.5-1) unstable; urgency=low * New upstream version. - inotify: fix a bug introduced when removing the defaults module (Closes: #506993) -- Iulian Udrea Thu, 27 Nov 2008 06:48:00 +0000 git-cola (1.3.2-1) unstable; urgency=low * New upstream version. * debian/rules: - merge 'rm -f' into dh_clean - rename build-indep target to build-stamp - call dh_install in the install target instead of binary-indep - remove commented lines -- Iulian Udrea Sat, 18 Nov 2008 19:10:10 +0000 git-cola (1.3.0.3-1) unstable; urgency=low * New upstream version. * debian/patches: drop 01_cola-desktop.dpatch (included upstream) * debian/control: - add Vcs-* fields - add Recommends: gitk - remove dpatch from Build-Depends (not needed anymore) -- Iulian Udrea Fri, 07 Nov 2008 18:34:52 +0000 git-cola (1.2.68-1) unstable; urgency=low * New upstream version. -- Iulian Udrea Sat, 01 Nov 2008 13:08:13 +0000 git-cola (1.2.0-1) unstable; urgency=low * Initial release (Closes: #498656) -- Iulian Udrea Thu, 11 Sep 2008 22:21:30 +0100