File: control

package info (click to toggle)
blag 2.3.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: python: 1,037; makefile: 71
file content (63 lines) | stat: -rw-r--r-- 1,715 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: blag
Section: web
Priority: optional
Maintainer: Bastian Venthur <venthur@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 mkdocs,
 mkdocs-material,
 mkdocstrings-python-handlers,
 pybuild-plugin-pyproject,
 python3-all,
 python3-feedgenerator,
 python3-jinja2,
 python3-markdown,
 python3-pygments,
 python3-pytest,
 python3-pytest-cov,
 python3-setuptools,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.0.1
Homepage: https://github.com/venthur/blag
Vcs-Browser: https://github.com/venthur/blag
Vcs-Git: https://github.com/venthur/blag.git

Package: blag
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 blag-doc,
Description: Blog-aware, static site generator
 Blag is a blog-aware, static site generator, written in Python. It supports
 the following features:
   * Write content in Markdown
   * Good looking default theme
   * Theming support using Jinja2 templates
   * Generation of Atom feeds for blog content
   * Fenced code blocks and syntax highlighting using Pygments
   * Integrated devserver
   * Available on PyPI

Package: blag-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
Multi-Arch: foreign
Description: Blog-aware, static site generator (documentation)
 Blag is a blog-aware, static site generator, written in Python. It supports
 the following features:
   * Write content in Markdown
   * Good looking default theme
   * Theming support using Jinja2 templates
   * Generation of Atom feeds for blog content
   * Fenced code blocks and syntax highlighting using Pygments
   * Integrated devserver
   * Available on PyPI
 .
 This is the common documentation package.