Codebase list ruby-gitlab / 39aa931
Initial dh-make-ruby Sophie Brun 6 years ago
9 changed file(s) with 81 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ruby-gitlab (4.1.0-1) UNRELEASED; urgency=medium
1
2 * Initial release (Closes: #874622)
3
4 -- Sophie Brun <sophie@freexian.com> Fri, 15 Sep 2017 10:35:26 +0200
0 Source: ruby-gitlab
1 Section: ruby
2 Priority: optional
3 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
4 Uploaders: Sophie Brun <sophie@freexian.com>
5 Build-Depends: debhelper (>= 10~),
6 gem2deb,
7 rake,
8 ruby-httparty,
9 ruby-rspec,
10 ruby-terminal-table
11 Standards-Version: 4.0.0
12 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-gitlab.git
13 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-gitlab.git
14 Homepage: https://github.com/narkoz/gitlab
15 Testsuite: autopkgtest-pkg-ruby
16 XS-Ruby-Versions: all
17
18 Package: ruby-gitlab
19 Architecture: all
20 XB-Ruby-Versions: ${ruby:Versions}
21 Depends: ruby | ruby-interpreter,
22 ruby-httparty,
23 ruby-terminal-table,
24 ${misc:Depends},
25 ${shlibs:Depends}
26 Description: A Ruby wrapper and CLI for the GitLab API
27 Ruby client and CLI for GitLab API
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: gitlab
2 Source: https://github.com/narkoz/gitlab
3
4 Files: *
5 Copyright: <years> <put author's name and email here>
6 <years> <likewise for another author>
7 License: Expat (FIXME)
8
9 Files: debian/*
10 Copyright: 2017 Sophie Brun <sophie@freexian.com>
11 License: Expat (FIXME)
12 Comment: the Debian packaging is licensed under the same terms as the original package.
13
14 License: Expat
15 Permission is hereby granted, free of charge, to any person obtaining a copy
16 of this software and associated documentation files (the "Software"), to deal
17 in the Software without restriction, including without limitation the rights
18 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19 copies of the Software, and to permit persons to whom the Software is
20 furnished to do so, subject to the following conditions:
21 .
22 The above copyright notice and this permission notice shall be included in
23 all copies or substantial portions of the Software.
24 .
25 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
31 THE SOFTWARE.
0 require 'gem2deb/rake/spectask'
1
2 Gem2Deb::Rake::RSpecTask.new do |spec|
3 spec.pattern = './spec/**/*_spec.rb'
4 end
0 #!/usr/bin/make -f
1
2 export GEM2DEB_TEST_RUNNER = --check-dependencies
3
4 %:
5 dh $@ --buildsystem=ruby --with ruby
0 3.0 (quilt)
0 version=3
1 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/gitlab .*/gitlab-(.*).tar.gz