File: control

package info (click to toggle)
ruby-jira 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 880 kB
  • sloc: ruby: 4,210; makefile: 10
file content (35 lines) | stat: -rw-r--r-- 1,200 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
30
31
32
33
34
35
Source: ruby-jira
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 (>= 11~),
               gem2deb,
               rake,
               ruby-activesupport,
               ruby-multipart-post,
               ruby-oauth (>= 0.5.0),
               ruby-railties,
               ruby-rspec,
               ruby-webmock
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jira.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jira
Homepage: https://www.sumoheavy.com
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-jira
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activesupport,
         ruby-multipart-post,
         ruby-oauth (>= 0.5),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Atlassian JIRA REST API client
 Ruby library for use with the Atlassian JIRA REST API.
 .
 Jira is a proprietary issue tracking product, developed by Atlassian. It
 provides bug tracking, issue tracking, and project management functions.