summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..89ab565
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: ssic
+Section: web
+Priority: optional
+Maintainer: "P. J. McDermott" <pj@pehjota.net>
+Build-Depends: debhelper (>= 9.0.0)
+Build-Depends-Indep: perl, libcgi-ssi-perl
+Standards-Version: 3.9.4
+
+Package: ssic
+Architecture: all
+Depends: ${perl:Depends}, libcgi-ssi-perl
+Multi-Arch: foreign
+Description: Server Side Includes compiler
+ This is ssic, a Server Side Includes Compiler.
+ .
+ ssic processes HTML documents with SSI directives formatted as SGML comments.
+ It can be used to process documents without an HTTP server for local browsing
+ or to generate static HTML documents to be efficiently served by an HTTP
+ server. Documents could even be preprocessed, e.g. by a Markdown processor,
+ before being parsed with ssic.