From b6c214f8ca77dfe8df720cdef0faa6591d9c9d4c Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Tue, 19 Jul 2016 17:43:18 +0200 Subject: debian: add the necessary to build a package Signed-off-by: Olivier Gayot --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 15 +++++++++++++++ debian/copyright | 20 ++++++++++++++++++++ debian/rules | 4 ++++ debian/sigexec-website.install | 1 + debian/source/format | 1 + 7 files changed, 47 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/sigexec-website.install create mode 100644 debian/source/format (limited to 'debian') 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 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 +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 + +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) -- cgit v1.2.3