add target buster

This commit is contained in:
Christophe Siraut 2019-10-07 18:12:53 +02:00
parent 447f18becf
commit 2264b08e19
21 changed files with 130 additions and 0 deletions

View File

@ -8,6 +8,7 @@ DIST_FILES = \
keys \
jessie \
stretch \
buster \
Makefile
output/entrouvert-archive.gpg: keys/0x*

View File

@ -0,0 +1,9 @@
# this file is installed by package entrouvert-archive, do not edit
Unattended-Upgrade::Origins-Pattern {
"origin=Debian,codename=${distro_codename},label=Debian";
"origin=Debian,codename=${distro_codename},label=Debian-Security";
"origin=Entr'ouvert,codename=${distro_codename}";
"origin=Entr'ouvert,codename=${distro_codename}-testing";
"origin=Entr'ouvert,codename=${distro_codename}-eobuilder";
};

View File

@ -0,0 +1,6 @@
# this file is installed by package entrouvert-archive, do not edit
Package: *
Pin: release n=buster-eobuilder
Pin-Priority: 500

View File

@ -0,0 +1,2 @@
# this file is installed by package entrouvert-archive, do not edit
deb http://deb.entrouvert.org/ buster-eobuilder main

View File

@ -0,0 +1,2 @@
# this file is installed by package entrouvert-archive, do not edit
deb http://deb.entrouvert.org/ buster-hotfix main

View File

@ -0,0 +1,2 @@
# this file is installed by package entrouvert-archive, do not edit
deb http://deb.entrouvert.org/ buster-testing main

View File

@ -0,0 +1,2 @@
# this file is installed by package entrouvert-archive, do not edit
deb http://deb.entrouvert.org/ buster main

5
debian-buster/changelog Normal file
View File

@ -0,0 +1,5 @@
entrouvert-archive (0.1-1) buster; urgency=medium
* Initial release. (Closes: #25149)
-- Christophe Siraut <csiraut@entrouvert.com> Tue, 10 Jul 2018 16:13:43 +0200

1
debian-buster/compat Normal file
View File

@ -0,0 +1 @@
9

48
debian-buster/control Normal file
View File

@ -0,0 +1,48 @@
Source: entrouvert-archive
Section: misc
Priority: extra
Maintainer: Christophe Siraut <csiraut@entrouvert.com>
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
Architecture: all
Depends: ${misc:Depends}
Description: Entr'ouvert 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
Description: Entr'ouvert testing repository entry
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.
Package: entrouvert-repository-hotfix
Architecture: all
Depends: ${misc:Depends}, entrouvert-repository
Conflicts: entrouvert-repository-testing
Description: Entr'ouvert hotfix repository entry
Install this package if you want to install packages from Entr'ouvert hotfix
repository.
Package: entrouvert-unattended-upgrades
Architecture: all
Description: Automatic packages upgrades from Entr'ouvert repositories

25
debian-buster/copyright Normal file
View File

@ -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: 2019 Christophe Siraut <csiraut@entrouvert.com>
2019 Entrouvert Administrators <admin@entrouvert.com>
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 <https://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".

View File

@ -0,0 +1 @@
output/entrouvert-archive.gpg etc/apt/trusted.gpg.d

View File

@ -0,0 +1,11 @@
#!/bin/sh
set -e
if [ "$1" = "purge" ]
then
rm -f /etc/apt/trusted.gpg.d/entrouvert-archive.gpg
fi
#DEBHELPER#

View File

@ -0,0 +1,2 @@
buster/preferences.d/entrouvert-eobuilder etc/apt/preferences.d
buster/sources.list.d/entrouvert-eobuilder.list etc/apt/sources.list.d

View File

@ -0,0 +1 @@
buster/sources.list.d/entrouvert-hotfix.list etc/apt/sources.list.d

View File

@ -0,0 +1 @@
buster/sources.list.d/entrouvert-testing.list etc/apt/sources.list.d

View File

@ -0,0 +1,2 @@
buster/preferences.d/entrouvert-debian-backports etc/apt/preferences.d
buster/sources.list.d/entrouvert.list etc/apt/sources.list.d

View File

@ -0,0 +1 @@
buster/apt.conf.d/90entrouvert-unattended-upgrades etc/apt/apt.conf.d

7
debian-buster/rules Executable file
View File

@ -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 $@

View File

@ -0,0 +1 @@
3.0 (quilt)