File: control

package info (click to toggle)
ruby-jekyll-relative-links 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68 kB
  • sloc: ruby: 139; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,056 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
Source: ruby-jekyll-relative-links
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Leidert <dleidert@debian.org>
Build-Depends: debhelper (>= 12~), gem2deb
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jekyll-relative-links.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jekyll-relative-links
Homepage: https://github.com/benbalter/jekyll-relative-links
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-jekyll-relative-links
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: jekyll (<< 5~),
         jekyll (>= 3.3),
         ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Enhances: jekyll
Description: plugin for Jekyll to convert relative links to Markdown files
 This plugin converts relative links to Markdown files to their rendered
 equivalents,s so Markdown files rendered by GitHub Pages will behave similar
 to Markdown files rendered on GitHub.