File: control

package info (click to toggle)
ruby-jekyll-github-metadata 2.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 696 kB
  • sloc: ruby: 2,355; javascript: 107; sh: 41; makefile: 6
file content (40 lines) | stat: -rw-r--r-- 1,494 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
36
37
38
39
40
Source: ruby-jekyll-github-metadata
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Leidert <dleidert@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               git,
               jekyll,
               ruby-octokit,
               ruby-rspec,
               ruby-webmock
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jekyll-github-metadata.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jekyll-github-metadata
Homepage: https://github.com/jekyll/github-metadata
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-jekyll-github-metadata
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Recommends: ruby-dotenv
Suggests: ruby-github-pages,
          ruby-netrc
Enhances: jekyll
Description: Jekyll plugin to propagate the site.github namespace
 Jekyll plugin to propagate the site.github namespace and set default values
 for use with GitHub Pages.
 .
   * Propagates the site.github namespace with repository metadata
   * Sets site.title as the repository name, if none is set
   * Sets site.description as the repository tagline if none is set
   * Sets site.url as the GitHub Pages domain (cname or user domain), if none
     is set
   * Sets site.baseurl as the project name for project pages if none is set