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
|
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
|