File: control

package info (click to toggle)
ruby-gemnasium-gitlab-service 0.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148 kB
  • ctags: 46
  • sloc: ruby: 402; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download
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
Source: ruby-gemnasium-gitlab-service
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-rspec,
               ruby-rugged (>= 0.21),
               ruby-webmock
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-gemnasium-gitlab-service.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-gemnasium-gitlab-service.git
Homepage: https://github.com/gemnasium/gemnasium-gitlab-service
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-gemnasium-gitlab-service
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rugged (>= 0.21),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Gemnasium service for Gitlab
 Add Gemnasium support to Gitlab as a Project Service.
 It uploads the dependency files to https://api.gemnasium.com
 whenever a new commit is pushed to your repository.