2009
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 accomodate both current and older, buggy pyuic4s.
* debian/control:
- Add xxdiff to Recommends (LP: #386259).
- Add python-sphinx, rsync to Build-Depends-Indep.
-- Iulian Udrea <iulian@ubuntu.com> 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 <iulian@ubuntu.com> 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 <iulian@ubuntu.com> 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 <iulian@ubuntu.com> 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 <iulian@ubuntu.com> 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 <iulian@ubuntu.com> 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 <iulian@ubuntu.com> Sun, 15 Mar 2009 19:39:37 +0000
git-cola (1.3.5.28-1) unstable; urgency=low
* New upstream version.
-- Iulian Udrea <iulian@ubuntu.com> 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 <iulian@ubuntu.com> Fri, 23 Jan 2009 07:12:28 +0000
git-cola (1.3.4.4-1) unstable; urgency=low
* New upstream version.
-- Iulian Udrea <iulian@ubuntu.com> Fri, 02 Jan 2009 15:01:00 +0000
2008
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 <iulian@ubuntu.com> 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 <iulian@ubuntu.com> 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 <iulian@ubuntu.com> Fri, 07 Nov 2008 18:34:52 +0000
git-cola (1.2.68-1) unstable; urgency=low
* New upstream version.
-- Iulian Udrea <iulian@ubuntu.com> Sat, 01 Nov 2008 13:08:13 +0000
git-cola (1.2.0-1) unstable; urgency=low
* Initial release (Closes: #498656)
-- Iulian Udrea <iulian@ubuntu.com> Thu, 11 Sep 2008 22:21:30 +0100