File: control

package info (click to toggle)
ruby-messagebus-api 3.0.7%2Bgit.20130130.97b34ece.REALLY.1.0.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: ruby: 630; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,295 bytes parent folder | download | duplicates (2)
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
Source: ruby-messagebus-api
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.0),
               gem2deb (>= 0.7.5~),
               rake,
               ruby-actionmailer,
               ruby-fakeweb,
               ruby-json,
               ruby-multipart-post,
               ruby-rr,
               ruby-rspec
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-messagebus-ruby-api.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-messagebus-ruby-api.git;a=summary
Homepage: https://github.com/messagebus/messagebus_ruby_api
XS-Ruby-Versions: all

Package: ruby-messagebus-api
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-multipart-post,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Send email through the Message Bus service
 Message Bus provides email at scale, done right. Simple. Message Bus provides
 a REST API and several language-specific wrappers (SDKs) that provides full
 access to all platform functionality.
 .
 messagebus_ruby_api allows you to use the Message Bus API from ruby programs.