From 70fb357877aee01818114237b7500fa346e363a4 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Sat, 11 Apr 2015 10:26:26 +0200 Subject: [PATCH] .deb build files. --- contrib/debian/DEBIAN/conffiles | 0 contrib/debian/DEBIAN/control | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 contrib/debian/DEBIAN/conffiles create mode 100644 contrib/debian/DEBIAN/control diff --git a/contrib/debian/DEBIAN/conffiles b/contrib/debian/DEBIAN/conffiles new file mode 100644 index 0000000..e69de29 diff --git a/contrib/debian/DEBIAN/control b/contrib/debian/DEBIAN/control new file mode 100644 index 0000000..a0f26cb --- /dev/null +++ b/contrib/debian/DEBIAN/control @@ -0,0 +1,14 @@ +Package: scriptform +Version: %%VERSION%% +Maintainer: Ferry Boender +Section: utils +Priority: optional +Architecture: all +Depends: diffutils +Description: Serve web forms as frontends to scripts. + ScriptForm takes a JSON file which contains form definitions. It then + constructs web forms from this JSON and serves these to users. The user can + select a form and fill it out. When the user submits the form, it is + validated and the associated script or Python callback is called. Data + entered in the form is passed to the script through the environment. +