File: control

package info (click to toggle)
ruby-flowdock 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 180 kB
  • sloc: ruby: 612; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,049 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-flowdock
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake,
               ruby-httparty (>= 0.7),
               ruby-multi-json,
               ruby-rspec,
               ruby-webmock
Standards-Version: 4.7.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-flowdock.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-flowdock
Homepage: https://github.com/flowdock/flowdock-api
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-flowdock
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Ruby library for using Flowdock's API
 Flowdock is a team collaboration app for desktop, mobile & web.
 .
 This package provides Ruby library for using the Flowdock Push API. See the
 Push API documentation at http://www.flowdock.com/api/push for details.