File: control

package info (click to toggle)
gist 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 360 kB
  • sloc: ruby: 3,277; makefile: 15
file content (34 lines) | stat: -rw-r--r-- 1,014 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
Source: gist
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Chris Hofstaedtler <zeha@debian.org>
Section: net
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               locales,
               rake,
               ruby-rspec,
               ruby-webmock
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/gist
Vcs-Git: https://salsa.debian.org/ruby-team/gist.git
Homepage: https://github.com/defunkt/gist
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: gist
Architecture: all
Depends: ruby-json,
         sensible-utils,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Upload gists to gist.github.com
 Allows you to convienently create gists ("pastes").
 .
 Also provides a Ruby library to do this.
 .
 The "gist" image viewer from yorick is in the yorick package,
 not in this package.
XB-Ruby-Versions: ${ruby:Versions}