summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-30 09:59:20 +0000
committerLars Wirzenius <liw@liw.fi>2021-01-30 09:59:20 +0000
commitd54b4a40e8151e0bac395d94222085f264da25f8 (patch)
tree285939851c69cdafb9368ca23ff7c5497f069630 /debian/control
parent84527e4bc62e69800cedbcca85452173173c4d29 (diff)
parent857e86ccd32a427cce5dd9df6402fd1d458c5c7a (diff)
downloadewww-d54b4a40e8151e0bac395d94222085f264da25f8.tar.gz
Merge branch 'debian' into 'main'
Update stuff, fix stuff, add Debian packaging See merge request larswirzenius/ewww!14
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..91b0975
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: ewww
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: www
+Priority: optional
+Standards-Version: 4.2.0
+Build-Depends:
+ debhelper (>= 10~),
+ build-essential,
+ dh-cargo,
+ daemonize,
+ git,
+ pkg-config,
+ python3,
+ python3-requests,
+ subplot,
+ texlive-fonts-recommended,
+ texlive-latex-base,
+ texlive-latex-recommended
+Homepage: https://obnam.org
+
+Package: ewww
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Built-Using: ${cargo:Built-Using}
+Description: simplistic web server for static content
+ Ewww serves static web content.