diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-09-19 22:40:37 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-10-03 09:06:27 +0200 |
| commit | 8525a665fad5aeb020306dd49809ca16c4044f22 (patch) | |
| tree | 5a60ace1d9b7a829057d4ac694119fb2fdfd4335 | |
| parent | 6ecb19ada66d54cc0afeb3d27d89700473cde70a (diff) | |
| download | debian-edu-fai+itzks-8525a665fad5aeb020306dd49809ca16c4044f22.tar.gz debian-edu-fai+itzks-8525a665fad5aeb020306dd49809ca16c4044f22.tar.bz2 debian-edu-fai+itzks-8525a665fad5aeb020306dd49809ca16c4044f22.zip | |
debian/: Wrap up debian-edu-fai package.
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 27 | ||||
| -rw-r--r-- | debian/copyright | 31 | ||||
| -rw-r--r-- | debian/install | 1 | ||||
| -rwxr-xr-x | debian/rules | 13 | ||||
| -rw-r--r-- | debian/salsa-ci.yml | 6 | ||||
| -rw-r--r-- | debian/source/format | 1 |
7 files changed, 84 insertions, 0 deletions
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 <sunweaver@debian.org> 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 <debian-edu@lists.debian.org> +Uploaders: Mike Gabriel <sunweaver@debian.org> +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: <https://wiki.debian.org/DebianEdu> + +Files: * +Copyright: 2011-2018, Thomas Lange + 2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +License: GPL-3.0+ +Comment: + Except classes provided by FAI (cf. fai-doc package). + +Files: debian/* +Copyright: 2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +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 <http://www.gnu.org/licenses/>. + . + 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) |
