diff options
author | Olivier Gayot <og@satcom1.com> | 2016-07-19 17:43:18 +0200 |
---|---|---|
committer | Olivier Gayot <og@satcom1.com> | 2016-07-19 17:59:27 +0200 |
commit | b6c214f8ca77dfe8df720cdef0faa6591d9c9d4c (patch) | |
tree | af3fd83f4e4ba1677e8b69a15125d7363fff110c /debian/control | |
parent | 4fbffa50e2b41adf2abe4b1337ab2ea86975adf5 (diff) |
debian: add the necessary to build a package
Signed-off-by: Olivier Gayot <og@satcom1.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0a3519f --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: sigexec-website +Maintainer: Olivier Gayot <olivier.gayot@sigexec.com> +Section: misc +Priority: optional +Standards-Version: 3.9.2 +Build-Depends: + debhelper (>= 9), + nikola, + +Package: sigexec-website +Architecture: all +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: sigexec.com website static content |