From 8525a665fad5aeb020306dd49809ca16c4044f22 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 19 Sep 2019 22:40:37 +0200 Subject: debian/: Wrap up debian-edu-fai package. --- debian/changelog | 5 +++++ debian/control | 27 +++++++++++++++++++++++++++ debian/copyright | 31 +++++++++++++++++++++++++++++++ debian/install | 1 + debian/rules | 13 +++++++++++++ debian/salsa-ci.yml | 6 ++++++ debian/source/format | 1 + 7 files changed, 84 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/install create mode 100755 debian/rules create mode 100644 debian/salsa-ci.yml create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2dd2bfb --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +debian-edu-fai (0.1) UNRELEASED; urgency=medium + + * Initial release to Debian. + + -- Mike Gabriel Fri, 06 Sep 2019 13:03:37 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a7976b2 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: debian-edu-fai +Section: admin +Priority: optional +Maintainer: Debian Edu Developers +Uploaders: Mike Gabriel +Build-Depends: debhelper-compat (= 12) +Standards-Version: 4.4.0 +Homepage: https://wiki.debian.org/DebianEdu +Vcs-Browser: https://salsa.debian.org/debian-edu/debian-edu-fai +Vcs-Git: https://salsa.debian.org/debian-edu/debian-edu-fai.git + +Package: debian-edu-fai +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, + ${perl:Depends}, +Suggests: fai-server +Description: FAI config space for setting up Debian Edu workstations + The Debian Edu project provides Debian based systems customized for + schools and other education facilities. + . + This package provides an installation method for Debian Edu workstations + based on FAI (Fully Automated Installation). + . + Other than the Debian Installer based installation of Debian Edu + workstations (provided by debian-edu-config), the FAI method is more + flexible and customizable. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..73a21ec --- /dev/null +++ b/debian/copyright @@ -0,0 +1,31 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: debian-edu-fai +Source: + +Files: * +Copyright: 2011-2018, Thomas Lange + 2019, Mike Gabriel +License: GPL-3.0+ +Comment: + Except classes provided by FAI (cf. fai-doc package). + +Files: debian/* +Copyright: 2019, Mike Gabriel +License: GPL-3.0+ + +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..a482aa9 --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +fai/config /usr/share/debian-edu-fai/fai/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..955dd78 --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..ac7bc44 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,6 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + RELEASE: 'unstable' 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