File: control

package info (click to toggle)
ruby-jekyll-gist 1.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 184 kB
  • sloc: ruby: 298; sh: 14; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,048 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
Source: ruby-jekyll-gist
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-octokit
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jekyll-gist.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jekyll-gist
Homepage: https://github.com/jekyll/jekyll-gist
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-jekyll-gist
Architecture: all
Depends: ruby:any,
         ruby-octokit,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Liquid tag for displaying GitHub Gists in Jekyll sites
 Jekyll::Gist is plugin provides for Liquid tag in order to displaying
 GitHub Gists in Jekyll sites, like: `{% gist %}`.
 .
 If you provide a personal access token with Gist scope, as the environmental
 variable JEKYLL_GITHUB_TOKEN, Jekyll Gist will use the Gist API to speed up
 site generation.