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
|
git-hub (1.0.1-1) unstable; urgency=medium
* Update Vcs fields
* New upstream release (1.0.1).
* Bump to Standards-Version 4.1.4
* Update debian/control homepage and debian/copyright source fields
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Sun, 27 May 2018 11:50:10 +0200
git-hub (1.0.0-1) sid; urgency=medium
* New upstream release (1.0.0).
* Add git as build dep (for the bash completion generation)
* Bump debhelper build-dep and compat to 11.
* Bump Standards-Version to 4.1.3.
* Release to sid
-- Maximiliano Curia <maxy@debian.org> Thu, 04 Jan 2018 16:49:26 -0300
git-hub (0.11.1-1) sid; urgency=medium
* New upstream release (0.11.1).
+ Retry if a freshly done fork can't by fetched (Closes: 859590)
Thanks to Paul Wise for the report and Leandro Lucarella for fixing
this upstream
* Bash completion for git-hub (Closes: 864505)
* Release to sid
-- Maximiliano Curia <maxy@debian.org> Wed, 19 Jul 2017 12:46:42 +0200
git-hub (0.11.0-1) unstable; urgency=medium
* New upstream release (0.11.0). (Closes: 846866)
-- Maximiliano Curia <maxy@debian.org> Fri, 30 Dec 2016 15:12:22 +0100
git-hub (0.10.3-1) unstable; urgency=medium
* New upstream release (0.10.3).
- man: Remove wrong default `issue` sub-command (Closes: 840363)
Thanks to Dominik George for reporting and Leandro Lucarella for fixing
it upstream
* Refresh patches, drop upstream patches included in this release
-- Maximiliano Curia <maxy@debian.org> Wed, 09 Nov 2016 23:50:40 +0100
git-hub (0.10.2-2) unstable; urgency=medium
* Add upstream patches to fix CVE-2016-7793 and CVE-2016-7794:
Validate-received-URLs-before-cloning.patch
clone-Use-option-terminator-after-options.patch
Always-use-config.urltype-inside-git_fetch.patch
(Closes: 839284)
* Add upstream patch: issue-Print-URL-for-new-comment.patch
* Add upstream patch: setup-Clarify-when-local-configuration-is-
written.patch
-- Maximiliano Curia <maxy@debian.org> Sat, 29 Oct 2016 15:20:19 +0200
git-hub (0.10.2-1) unstable; urgency=medium
* New upstream release (0.10.2).
-- Maximiliano Curia <maxy@debian.org> Fri, 08 Jul 2016 10:23:41 +0200
git-hub (0.10.1-1) unstable; urgency=medium
* New upstream release (0.10.1).
* Add a .gitattributes file to use dpkg-mergechangelogs
* Bump Standards-Version to 3.9.8
-- Maximiliano Curia <maxy@debian.org> Thu, 26 May 2016 21:21:38 +0200
git-hub (0.10-1) unstable; urgency=medium
* New upstream release (0.10).
* Drop upstream patches.
* Bump Standards-Version to 3.9.7, no changes needed.
-- Maximiliano Curia <maxy@debian.org> Tue, 23 Feb 2016 18:40:20 +0100
git-hub (0.9.0-2) unstable; urgency=medium
* Import upstream patches pending release:
- Fix typos
- man: Remove stray backtick character
- man: clarify that "pull update/comment/close" require an argument.
- issue: Fix creating issue without labels (Closes: #798851)
- Use HTTPS URLs where possible
- Pass GIT_EDITOR to sh
- clone: Fix parsing URLs as repository locations
All thanks to Jakub Wilk.
-- Maximiliano Curia <maxy@debian.org> Tue, 29 Sep 2015 17:56:16 +0200
git-hub (0.9.0-1) unstable; urgency=medium
* Initial release. (Closes: #763345)
-- Maximiliano Curia <maxy@debian.org> Mon, 08 Jun 2015 22:30:35 +0200
|