summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control15
-rw-r--r--debian/copyright20
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/sigexec-website.install1
-rw-r--r--debian/source/format1
7 files changed, 47 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5818043
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sigexec-website (0.1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Olivier Gayot <olivier.gayot@sigexec.com> Tue, 19 Jul 2016 14:58:22 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fa17a0b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+Copyright (c) 2016 Olivier Gayot <olivier.gayot@sigexec.com>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
diff --git a/debian/sigexec-website.install b/debian/sigexec-website.install
new file mode 100644
index 0000000..ad9c41a
--- /dev/null
+++ b/debian/sigexec-website.install
@@ -0,0 +1 @@
+output/* usr/share/sigexec-website/
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)