Codebase list ruby-gitlab / ad5cd27
Update packaging files * d/compat: Remove obsolete file. * d/control: Add Rules-Requires-Root field. (Uploaders): Add myself. (Build-Depends): Use debhelper-compat 12. (Standards-Version): Bump to 4.5.0. (Depends): Remove ruby-interpreter and use ${ruby:Depends}. * d/copyright: Add Upstream-Contact field. (Copyright): Update and add myself. * d/ruby-gitlab.1: Fix version and section in header. * d/upstream/metadata: Remove Name and Contact fields. Daniel Leidert 3 years ago
7 changed file(s) with 26 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
66 * Add salsa-ci.yml
77
88 [ Daniel Leidert ]
9 * d/compat: Remove obsolete file.
10 * d/control: Add Rules-Requires-Root field.
11 (Uploaders): Add myself.
12 (Build-Depends): Use debhelper-compat 12.
13 (Standards-Version): Bump to 4.5.0.
14 (Depends): Remove ruby-interpreter and use ${ruby:Depends}.
15 * d/copyright: Add Upstream-Contact field.
16 (Copyright): Update and add myself.
17 * d/ruby-gitlab.1: Fix version and section in header.
918 * d/watch: Update file.
19 * d/upstream/metadata: Remove Name and Contact fields.
1020
1121 -- Daniel Leidert <dleidert@debian.org> Sat, 04 Apr 2020 13:37:51 +0200
1222
+0
-1
debian/compat less more
0 11
11 Section: ruby
22 Priority: optional
33 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
4 Uploaders: Sophie Brun <sophie@freexian.com>,
5 Sebastien Delafond <seb@debian.org>
6 Build-Depends: debhelper (>= 11~),
4 Uploaders: Sophie Brun <sophie@freexian.com>,
5 Sebastien Delafond <seb@debian.org>,
6 Daniel Leidert <dleidert@debian.org>
7 Build-Depends: debhelper-compat (= 12),
78 gem2deb,
89 rake,
910 ruby-httparty,
1011 ruby-rspec,
1112 ruby-terminal-table,
12 # for the tests
1313 ruby-webmock
14 Standards-Version: 4.3.0
14 Standards-Version: 4.5.0
1515 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gitlab.git
1616 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gitlab
1717 Homepage: https://github.com/narkoz/gitlab
1818 Testsuite: autopkgtest-pkg-ruby
1919 XS-Ruby-Versions: all
20 Rules-Requires-Root: no
2021
2122 Package: ruby-gitlab
2223 Architecture: all
2324 XB-Ruby-Versions: ${ruby:Versions}
24 Depends: ruby | ruby-interpreter,
25 ruby-httparty,
26 ruby-terminal-table,
27 ${misc:Depends}
25 Depends: ruby,
26 ${misc:Depends},
27 ${ruby:Depends},
28 ${shlibs:Depends}
2829 Description: Ruby wrapper and CLI for the GitLab API
2930 This package contains a Ruby wrapper and CLI for the GitLab API.
3031 .
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: gitlab
2 Upstream-Contact: https://github.com/narkoz/gitlab/issues
23 Source: https://github.com/narkoz/gitlab
34
45 Files: *
5 Copyright: 2012-2019, Nihad Abbasov <nihad@42na.in>
6 Copyright: 2012-2020, Nihad Abbasov <nihad@42na.in>
67 License: BSD-2-clause
78
89 Files: debian/*
910 Copyright: 2017, Sophie Brun <sophie@freexian.com>
11 2020, Daniel Leidert <dleidert@debian.org>
1012 License: BSD-2-clause
1113
1214 License: BSD-2-clause
0 .TH RUBY-GITLAB 1 "2017-09-22" "0.1" ""
0 .TH RUBY-GITLAB 1 "2020-04-04" "4.14.1" "User commands"
11 .SH NAME
22 ruby-gitlab \- command line interface to gitlab
33 .SH SYNOPSIS
77 .br
88 .SH DESCRIPTION
99 .B ruby-gitlab
10 is a command line interface to gitlab based on the gem gitlab.
10 is a command line interface to gitlab based on the \fIgitlab\fR gem.
1111 It requires to set a few environment variables (see configuration).
1212 .PP
1313 For a complete list of supported CLI commands, see:
00 #!/usr/bin/make -f
11
22 export GEM2DEB_TEST_RUNNER = --check-dependencies
3 export DH_RUBY = --gem-install
34
45 %:
56 dh $@ --buildsystem=ruby --with ruby
22 Bug-Database: https://github.com/narkoz/gitlab/issues
33 Bug-Submit: https://github.com/narkoz/gitlab/issues
44 Changelog: https://github.com/NARKOZ/gitlab/blob/master/CHANGELOG.md
5 Contact: https://github.com/narkoz/gitlab/issues
6 Name: gitlab
75 Repository: https://github.com/narkoz/gitlab.git
86 Repository-Browse: https://github.com/narkoz/gitlab