1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
git-flow (1.12.3-3) unstable; urgency=medium
* Install git-flow commands to $PATH and not to Git internal directory
(closes: #986565).
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Mon, 26 Apr 2021 22:22:51 +0200
git-flow (1.12.3-2) unstable; urgency=medium
[ Damyan Ivanov <dmn@debian.org> ]
* Fix installation directory (closes: #986565).
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Fri, 09 Apr 2021 13:39:24 +0200
git-flow (1.12.3-1) unstable; urgency=medium
* New upstream release.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Wed, 31 Jul 2019 11:13:17 +0000
git-flow (1.12.0-1) unstable; urgency=medium
* New upstream release.
* Update completion files.
* Disable Vcs-* fields for now.
* Update watch file.
* Update Standards-Version to 4.3.0:
- change package priority to optional.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Mon, 04 Feb 2019 17:46:55 +0000
git-flow (1.11.0-1) unstable; urgency=low
* New upstream release.
* Update completion files.
* Update Standards-Version to 4.1.1 and debhelper level to 10 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sat, 30 Sep 2017 19:56:07 +0000
git-flow (1.10.2-1) unstable; urgency=low
* New upstream, bugfix release.
* Update completion files.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sat, 24 Sep 2016 07:43:11 +0000
git-flow (1.10.1-1) unstable; urgency=low
* New upstream, bugfix release.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Fri, 26 Aug 2016 22:05:05 +0000
git-flow (1.10.0-1) unstable; urgency=low
* New upstream release.
* Install bash completion compatibility symlink (closes: #834521),
this means old conffile is part of the package again (closes: #801167).
* Install zsh completion to the appropriate location (closes: #769091).
* Update Standards-Version to 3.9.8 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sun, 14 Aug 2016 09:41:14 +0000
git-flow (1.9.1-1) unstable; urgency=low
* New upstream release.
* Use multi source format for shell completions.
* New maintainer (closes: #801184).
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sun, 06 Dec 2015 17:17:20 +0100
git-flow (1.8.0-2) unstable; urgency=medium
* Standards-Version bumped to 3.9.6 (no changes necessary).
* Fixed the Vcs-* fields to point to collab-maint.
* Adjusted the debian/* copyright, now owned by the SFC.
* Move bash completion to /usr/share/bash-completion/completions, thanks
Lintian!
-- Gergely Nagy <algernon@madhouse-project.org> Thu, 01 Oct 2015 09:45:13 +0200
git-flow (1.8.0-1) unstable; urgency=HIGH
* New upstream release.
+ Fixes "Bad variable name" error when there are spaces in the current
directory path. (Closes: #763725)
* Urgency high due to fixing a grave bug.
* Updated the watch file, to not create silly named files. This
hopefully fixes the issue on tracker.d.o.
-- Gergely Nagy <algernon@madhouse-project.org> Sat, 04 Oct 2014 11:37:42 +0200
git-flow (1.7.0-1) unstable; urgency=medium
* New upstream release, moving to Peter van der Does' version.
+ This drops the patch that was applied in 0.4.1-2, and hence reopens
#642194.
+ All appropriate files (debian/watch, copyright, etc) updated.
+ Completion was switched to Peter's fork too.
* Debhelper compat level bumped to 9.
* Standards-Version bumped to 3.9.5 (no changes necessary)
* Install the example hooks to /usr/share/doc/git-flow/hooks/.
-- Gergely Nagy <algernon@madhouse-project.org> Sat, 28 Dec 2013 12:45:13 +0100
git-flow (0.4.1-2) unstable; urgency=low
* Allow multiple workflows in the same tree, by setting GIT_FLOW_SELF
appropriately. Thanks Holger Levsen <holger@layer-acht.org> for the
request! (Closes: #642194)
-- Gergely Nagy <algernon@madhouse-project.org> Tue, 20 Sep 2011 10:48:46 +0200
git-flow (0.4.1-1) unstable; urgency=low
* Initial release (Closes: #632640)
-- Gergely Nagy <algernon@madhouse-project.org> Sun, 17 Jul 2011 12:54:04 +0200
|