File: control

package info (click to toggle)
lektor 3.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,608 kB
  • sloc: python: 11,139; sh: 195; makefile: 118; xml: 1
file content (33 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download | duplicates (2)
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
Source: lektor
Section: python
Priority: optional
Maintainer: Hiro <hiro@torproject.org>
Build-Depends: debhelper (>= 11),
	       dh-python,
	       python3,
	       python3-all,
	       python3-setuptools,
	       python3-jinja2 (>=2.4),
	       python3-click (>=6.0),
	       python3-watchdog,
	       python3-mistune (>=0.7.0),
	       python3-flask,
	       python3-babel,
	       python3-requests,
               python3-inifile,
               python3-exif
Standards-Version: 4.1.4
Homepage: https://github.com/lektor/lektor
Vcs-Git: https://salsa.debian.org/debian/lektor.git
Vcs-Browser: https://salsa.debian.org/debian/lektor/
Testsuite: autopkgtest-pkg-python

Package: lektor
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python-based static website generator
 Lektor is a static website generator. A lektor project is a collection of
 static files that can be built into many individual HTML pages. Lektor can also
 be used like a CMS providing a browser-based admin interface to edit the
 website's contents and create new pages.