File: control

package info (click to toggle)
mkdocs-redirects 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 168; makefile: 23; sh: 17
file content (34 lines) | stat: -rw-r--r-- 1,115 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
Source: mkdocs-redirects
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 python3-all,
 dh-sequence-python3,
 pybuild-plugin-pyproject,
Build-Depends-Indep:
 mkdocs <!nocheck>,
 python3-hatchling,
 python3-pytest <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocs-redirects
Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocs-redirects.git
Homepage: https://github.com/mkdocs/mkdocs-redirects

Package: mkdocs-redirects
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Plugin for mkdocs to create page redirects
 MkDocs is a fast, simple and downright gorgeous static site generator
 that's geared towards building project documentation. Documentation
 source files are written in Markdown, and configured with a single YAML
 configuration file.
 .
 This package contains an addon for mkdocs to create page redirects
 (e.g. for moved/renamed pages).