diff --git a/debian-stretch/changelog b/debian-stretch/changelog new file mode 100644 index 0000000..05310f1 --- /dev/null +++ b/debian-stretch/changelog @@ -0,0 +1,5 @@ +entrouvert-archive (0.1) jessie; urgency=medium + + * Initial release. (Closes: #25149) + + -- Christophe Siraut Tue, 10 Jul 2018 16:13:43 +0200 diff --git a/debian-stretch/compat b/debian-stretch/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian-stretch/compat @@ -0,0 +1 @@ +9 diff --git a/debian-stretch/control b/debian-stretch/control new file mode 100644 index 0000000..73ab505 --- /dev/null +++ b/debian-stretch/control @@ -0,0 +1,36 @@ +Source: entrouvert-archive +Section: misc +Priority: extra +Maintainer: Christophe Siraut +Build-Depends: debhelper (>=9) +Standards-Version: 3.9.6 +Homepage: https://deb.entrouvert.org/ + +Package: entrouvert-archive-keyring +Architecture: all +Depends: ${misc:Depends} +Description: Entr'ouvert archive repositories GnuPG keys + Entr'ouvert package archive have digitally signed release files, this package + contains the archive keys. Install it to enable installing packages from + Entr'ouvert repositories. + +Package: entrouvert-repository-stable +Architecture: all +Depends: ${misc:Depends} +Description: Entr'ouvert stable repository entry and associated apt preferences + Install this package if you want to install packages from Entr'ouvert stable + repository. + +Package: entrouvert-repository-testing +Architecture: all +Depends: ${misc:Depends}, entrouvert-repository-stable +Description: Entr'ouvert testing repository entry and associated apt preferences + Install this package if you want to install packages from Entr'ouvert testing + repository. + +Package: entrouvert-repository-eobuilder +Architecture: all +Depends: ${misc:Depends}, entrouvert-repository-testing +Description: Entr'ouvert eobuilder repository entry and associated apt preferences + Install this package if you want to install packages from Entr'ouvert + development repository. diff --git a/debian-stretch/copyright b/debian-stretch/copyright new file mode 100644 index 0000000..2275dba --- /dev/null +++ b/debian-stretch/copyright @@ -0,0 +1,25 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: entrouvert-configuration +Source: https://www.entrouvert.com + +Files: * +Copyright: 2017 Christophe Siraut + 2017 Entrouvert Administrators +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-stretch/entrouvert-archive-keyring.install b/debian-stretch/entrouvert-archive-keyring.install new file mode 100644 index 0000000..ca4f12e --- /dev/null +++ b/debian-stretch/entrouvert-archive-keyring.install @@ -0,0 +1 @@ +output/entrouvert-archive.gpg etc/apt/trusted.gpg.d diff --git a/debian-stretch/entrouvert-archive-keyring.postrm b/debian-stretch/entrouvert-archive-keyring.postrm new file mode 100644 index 0000000..4cf83dc --- /dev/null +++ b/debian-stretch/entrouvert-archive-keyring.postrm @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" = "purge" ] +then + rm -f /etc/apt/trusted.gpg.d/entrouvert-archive.gpg +fi + +#DEBHELPER# + diff --git a/debian-stretch/entrouvert-repository-eobuilder.install b/debian-stretch/entrouvert-repository-eobuilder.install new file mode 100644 index 0000000..7c8dc4e --- /dev/null +++ b/debian-stretch/entrouvert-repository-eobuilder.install @@ -0,0 +1,2 @@ +stretch/preferences.d/entrouvert-eobuilder etc/apt/preferences.d +stretch/sources.list.d/entrouvert-eobuilder.list etc/apt/sources.list.d diff --git a/debian-stretch/entrouvert-repository-stable.install b/debian-stretch/entrouvert-repository-stable.install new file mode 100644 index 0000000..51a4fa6 --- /dev/null +++ b/debian-stretch/entrouvert-repository-stable.install @@ -0,0 +1,2 @@ +stretch/preferences.d/stretch-backports etc/apt/preferences.d +stretch/sources.list.d/entrouvert-stable.list etc/apt/sources.list.d diff --git a/debian-stretch/entrouvert-repository-testing.install b/debian-stretch/entrouvert-repository-testing.install new file mode 100644 index 0000000..c4dd67d --- /dev/null +++ b/debian-stretch/entrouvert-repository-testing.install @@ -0,0 +1 @@ +stretch/sources.list.d/entrouvert-testing.list etc/apt/sources.list.d diff --git a/debian-stretch/rules b/debian-stretch/rules new file mode 100755 index 0000000..f3a57ad --- /dev/null +++ b/debian-stretch/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# See debhelper(7) (uncomment to enable) +# output every command that modifies files on the build system. +#DH_VERBOSE = 1 + +%: + dh $@ diff --git a/debian-stretch/sources/format b/debian-stretch/sources/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian-stretch/sources/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/stretch/preferences.d/entrouvert-eobuilder b/stretch/preferences.d/entrouvert-eobuilder index f7e4760..3bfdf48 100644 --- a/stretch/preferences.d/entrouvert-eobuilder +++ b/stretch/preferences.d/entrouvert-eobuilder @@ -1,6 +1,6 @@ # this file is managed by puppet # Package: * -Pin: release n=jessie-eobuilder +Pin: release n=stretch-eobuilder Pin-Priority: 500