summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-23 23:02:09 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-23 23:04:49 (EDT)
commitc3ea3e03fa86a1203c4db9bb14e156fd11c8fac8 (patch)
treeb196bb0a9c501074e86358a4524e2392e7930ee6 /debian/control
downloadssic.debian-c3ea3e03fa86a1203c4db9bb14e156fd11c8fac8.zip
ssic.debian-c3ea3e03fa86a1203c4db9bb14e156fd11c8fac8.tar.gz
ssic.debian-c3ea3e03fa86a1203c4db9bb14e156fd11c8fac8.tar.bz2
Initial commit.
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.