File: control

package info (click to toggle)
ruby-task-list 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: ruby: 308; javascript: 58; sh: 14; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,346 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
Source: ruby-task-list
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               node-coffee-loader,
               ruby-github-markdown,
               ruby-html-pipeline,
	       ruby-commonmarker,
               webpack (>= 4~)
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-task-list.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-task-list
Homepage: https://github.com/deckar01/task_list
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-task-list
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-html-pipeline, ${misc:Depends}
Provides: node-deckar01-task-list (=${source:Version}),
          ruby-deckar01-task-list (=${source:Version})
Description: GitHub-flavored-Markdown TaskList components
 This package provides various components necessary for integrating
 Task Lists into your GitHub-flavored-Markdown user content.
 .
 The Task List feature is actually made of several different components:
  * GitHub-flavored-Markdown Filter
  * Model: summarizes task list items
  * JavaScript: task list update behavior
  * CSS: styles Markdown task list items