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 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
|
libgitlab-api-v4-perl (0.27-1) unstable; urgency=medium
[ g0t mi1k ]
* 0002-add-put-multipart-support-edit_project.patch: fix parameter handling
in edit_project_multipart(). [MR!2]
[ gregor herrmann ]
* Import upstream version 0.27.
* Update years of upstream copyright.
* Drop 0001-add-run_pipeline_schedule.patch, merged upstream.
* Update test and runtime dependencies.
* Refresh 0002-add-put-multipart-support-edit_project.patch (offset).
* Refresh bash-completion.
-- gregor herrmann <gregoa@debian.org> Tue, 13 Jun 2023 17:16:00 +0200
libgitlab-api-v4-perl (0.26-3) unstable; urgency=medium
[ Debian Janitor ]
* Update lintian override info format in
d/libgitlab-api-v4-perl.lintian-overrides.
* Update standards version to 4.6.2, no changes needed.
[ g0t mi1k ]
* Add patch: run_pipeline_schedule.
Using GitLab's API v4, it is possible to manually run a scheduled
pipeline job.
* Add patch: PUT multipart edit_project.
Using GitLab's API v4, it is possible to change a project's avatar.
However the request needs to be submitted via PUT with `Content-Type:
multipart/form-data` header set.
[ gregor herrmann ]
* Refresh bash completion.
* Update years of packaging copyright.
-- gregor herrmann <gregoa@debian.org> Fri, 24 Feb 2023 00:38:53 +0100
libgitlab-api-v4-perl (0.26-2) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since stretch:
+ Build-Depends-Indep: Drop versioned constraint on libhttp-tiny-perl,
libio-prompter-perl, libnamespace-clean-perl, libpath-tiny-perl,
libstrictures-perl, libtry-tiny-perl.
+ libgitlab-api-v4-perl: Drop versioned constraint on libhttp-tiny-perl,
libio-prompter-perl, libnamespace-clean-perl, libpath-tiny-perl,
libstrictures-perl, libtry-tiny-perl in Depends.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 28 Aug 2022 14:10:35 +0100
libgitlab-api-v4-perl (0.26-1) unstable; urgency=medium
* Import upstream version 0.26.
* Update years of upstream and packaging copyright, and
upstream license terms.
* Declare compliance with Debian Policy 4.5.1.
* Refresh bash completion.
* Drop unused lintian override (groff-message).
-- gregor herrmann <gregoa@debian.org> Sun, 31 Jan 2021 20:07:08 +0100
libgitlab-api-v4-perl (0.25-2) unstable; urgency=medium
* Refresh bash completion.
* Bump debhelper-compat to 13.
* Update lintian override (renamed tag).
* Build-depend on dh-sequence-bash-completion, and remove manual
dh_bash-completion invocation.
-- gregor herrmann <gregoa@debian.org> Thu, 13 Aug 2020 13:59:40 +0200
libgitlab-api-v4-perl (0.25-1) unstable; urgency=medium
* Import upstream version 0.25.
* Update years of packaging copyright.
* Update bash completion.
* Declare compliance with Debian Policy 4.5.0.
* Set Rules-Requires-Root: no.
* Set upstream metadata fields: Bug-Submit.
-- gregor herrmann <gregoa@debian.org> Thu, 13 Feb 2020 22:48:28 +0100
libgitlab-api-v4-perl (0.23-1) unstable; urgency=medium
* Import upstream version 0.23.
* Refresh bash completion.
* Add year of upstream copyright.
* Declare compliance with Debian Policy 4.4.1.
-- gregor herrmann <gregoa@debian.org> Thu, 24 Oct 2019 19:49:03 +0200
libgitlab-api-v4-perl (0.22-1) unstable; urgency=medium
* Import upstream version 0.22.
* Refresh bash completion..
-- gregor herrmann <gregoa@debian.org> Fri, 13 Sep 2019 19:27:05 +0200
libgitlab-api-v4-perl (0.21-1) unstable; urgency=medium
* Import upstream version 0.21.
* Fix debian/watch.
This got mangled in a semi-automated update.
* Remove obsolete fields Name, Contact from debian/upstream/metadata.
* Refresh bash completion.
-- gregor herrmann <gregoa@debian.org> Sun, 25 Aug 2019 21:34:12 +0200
libgitlab-api-v4-perl (0.20-1) unstable; urgency=medium
* Import upstream version 0.20.
* Refresh bash completion.
* Annotate test-only build dependencies with <!nocheck>.
* Drop unneeded version constraints from (build) dependencies.
* debian/watch: use uscan version 4.
-- gregor herrmann <gregoa@debian.org> Sat, 27 Jul 2019 22:11:04 -0300
libgitlab-api-v4-perl (0.19-1) unstable; urgency=medium
* Team upload.
[ gregor herrmann ]
* Import upstream version 0.17.
[ intrigeri ]
* Import upstream version 0.19
* Bump debhelper compatibility version to 12.
* Declare compatibility with Debian Policy 4.4.0.
* Make versioned dependencies that are satisfied in oldoldstable unversioned.
* Document upstream license change.
-- intrigeri <intrigeri@debian.org> Sun, 21 Jul 2019 18:22:49 +0000
libgitlab-api-v4-perl (0.16-1) unstable; urgency=medium
* Import upstream version 0.16.
* Update upstream contact.
* Update build dependencies.
* Update a lintian override (changed line number).
* debian/rules: add a manual target to test module regeneration.
-- gregor herrmann <gregoa@debian.org> Tue, 19 Feb 2019 18:56:00 +0100
libgitlab-api-v4-perl (0.15-2) unstable; urgency=medium
* Add bash completion for gitlab-api-v4:
+ Add debian/utils/make-mapping.py by Dmitry Bogatov: Script to generate
bash completion for gitlab-api-v4 from the Perl module and the Gitlab
API documentation.
+ debian/copyright: add Dmitry Bogatov for debian/utils/make-mapping.py.
+ Add debian/utils/update-shell-completions as a wrapper to download the
gitlab package and call the script for creating the bash completion.
Also hook it up as a manual target in debian/rules.
+ Install the bash completion file. Add a build dependency on bash-
completion, add dh_bash-completion to debian/rules, and create a
debian/libgitlab-api-v4-perl.bash-completion file.
Thanks to Dmitry Bogatov for the bug report and the generation script.
Closes: #913055
-- gregor herrmann <gregoa@debian.org> Fri, 15 Feb 2019 20:28:51 +0100
libgitlab-api-v4-perl (0.15-1) unstable; urgency=medium
* Import upstream version 0.15.
* Update years of upstream and packaging copyright.
* Declare compliance with Debian Policy 4.3.0.
* Bump debhelper compatibility level to 11.
* Update (build) dependency on dual-lifed HTTP::Tiny.
* Add a pointer about breaking changes in the gitlab-api-v4 script
to debian/NEWS.
-- gregor herrmann <gregoa@debian.org> Thu, 10 Jan 2019 18:15:03 +0100
libgitlab-api-v4-perl (0.14-1) unstable; urgency=medium
* Import upstream version 0.14.
-- gregor herrmann <gregoa@debian.org> Sun, 09 Dec 2018 17:33:07 +0100
libgitlab-api-v4-perl (0.13-1) unstable; urgency=medium
* Team upload
* Import upstream version 0.13
* Update lintian-overrides
-- Xavier Guimard <yadd@debian.org> Fri, 09 Nov 2018 14:16:18 +0100
libgitlab-api-v4-perl (0.12-1) unstable; urgency=medium
* Import upstream version 0.12.
* Update lintian override (change line number), and add new overrides for
the two library vs. application tags.
-- gregor herrmann <gregoa@debian.org> Mon, 17 Sep 2018 18:30:30 +0200
libgitlab-api-v4-perl (0.11-1) unstable; urgency=medium
[ Laurent Baillet ]
* fix lintian wrong-path-for-interpreter error
[ gregor herrmann ]
* Import upstream version 0.11.
* Build-depend on perl 5.21.8 for MIME::Base64 3.15.
* Declare compliance with Debian Policy 4.2.1.
-- gregor herrmann <gregoa@debian.org> Sun, 02 Sep 2018 19:08:48 +0200
libgitlab-api-v4-perl (0.10-1) unstable; urgency=medium
* Import upstream version 0.10.
* Drop delete_project_hook.patch, fixed upstream.
-- gregor herrmann <gregoa@debian.org> Wed, 06 Jun 2018 16:44:06 +0200
libgitlab-api-v4-perl (0.09-1) unstable; urgency=medium
* Import upstream version 0.09.
* Update (build) dependencies.
* Refresh delete_project_hook.patch.
* Update lintian override (line number).
-- gregor herrmann <gregoa@debian.org> Mon, 04 Jun 2018 22:33:57 +0200
libgitlab-api-v4-perl (0.08-2) unstable; urgency=medium
* Add patch to work around failure in delete_project_hook().
-- gregor herrmann <gregoa@debian.org> Sat, 02 Jun 2018 16:03:27 +0200
libgitlab-api-v4-perl (0.08-1) unstable; urgency=medium
* Import upstream version 0.08.
* Update lintian override (line numbers),
-- gregor herrmann <gregoa@debian.org> Thu, 17 May 2018 22:06:12 +0200
libgitlab-api-v4-perl (0.07-1) unstable; urgency=medium
* Import upstream version 0.07.
* Update (build) dependencies.
* Declare compliance with Debian Policy 4.1.4.
* Update lintian override (change line number).
-- gregor herrmann <gregoa@debian.org> Sun, 13 May 2018 17:40:26 +0200
libgitlab-api-v4-perl (0.05-1) unstable; urgency=medium
* Import upstream version 0.05.
* Drop patch which was cherry-picked from upstream Git.
-- gregor herrmann <gregoa@debian.org> Tue, 06 Mar 2018 23:03:50 +0100
libgitlab-api-v4-perl (0.04-2) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* Add patch from upstrem git repo to fix issues with whitespace in
commandline values.
-- gregor herrmann <gregoa@debian.org> Fri, 02 Mar 2018 21:53:31 +0100
libgitlab-api-v4-perl (0.04-1) unstable; urgency=medium
* Import upstream version 0.04.
-- gregor herrmann <gregoa@debian.org> Sun, 04 Feb 2018 23:27:39 +0100
libgitlab-api-v4-perl (0.03-1) unstable; urgency=medium
* Import upstream version 0.03.
Fixes "Wide character in print at /usr/bin/gitlab-api-v4 line 106"
(Closes: #886351)
* Update years of upstream and packaging copyright.
* Update (build) dependencies.
* Declare compliance with Debian Policy 4.1.3.
* Drop an unneeded version constraint.
* Bump debhelper compatibility level to 10.
-- gregor herrmann <gregoa@debian.org> Sat, 13 Jan 2018 03:27:58 +0100
libgitlab-api-v4-perl (0.02-1) unstable; urgency=low
* Initial release (closes: #885370).
-- gregor herrmann <gregoa@debian.org> Tue, 26 Dec 2017 16:26:51 +0100
|