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 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
git-hub (2.1.3-1) unstable; urgency=medium
* New upstream version
* Mark git-hub Multi-Arch: foreign
-- James McCoy <jamessan@debian.org> Sun, 30 Jan 2022 15:43:44 -0500
git-hub (2.1.2-1) unstable; urgency=medium
* New upstream release
* Use python3:any Depends, per multiarch hinter
-- James McCoy <jamessan@debian.org> Mon, 17 Jan 2022 20:40:36 -0500
git-hub (2.1.1-1) unstable; urgency=medium
* New upstream release
+ Port to Python3 (Closes: #985539, #943037)
+ Support PR/issue templates (Closes: #909634)
+ Emit a notice when setup stores configuration in the local git config
(Closes: #799286)
+ Fix instructions for installing Vim ftdetect script (Closes: #925381)
+ Verify base branch exists when creating a PR, providing a useful error
message if not (Closes: #807862)
* Switch to python3 packages for (Build-)Depends
* Add myself to Uploaders
* Update to debhelper 13 compat, via debhelper-compat Build-Depends
* Switch from vim-addon-manager to dh-vim-addon
* Set Rules-Requires-Root: no
* Declare compliance with Policy 4.6.0
-- James McCoy <jamessan@debian.org> Sat, 01 Jan 2022 16:05:06 -0500
git-hub (1.0.3-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
[ Maximiliano Curia ]
* New upstream release. (1.0.3)
* Add a debian/salsa-ci.yml file
* Add a basic gbp.conf
* Set upstream version
* Release to unstable
[ Leandro Lucarella ]
* Add Ubuntu bionic support
* Pass IDs as integers to GitHub API
[ Aphosis ]
* Fixed typo in CloneCmd.
[ Andreas Bok Andersen ]
* Fix typo in man.rst
* Use env variable for rst2man
-- Maximiliano Curia <maxy@debian.org> Thu, 22 Aug 2019 11:00:16 -0300
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
|