add target bullseye (#59789)

This commit is contained in:
Guillaume Baffoin 2021-12-17 11:42:18 +01:00
parent 5629731dc6
commit ef9208cb21
22 changed files with 143 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
debian*/.debhelper
debian*/*.substvars

View File

@ -9,6 +9,7 @@ DIST_FILES = \
jessie \
stretch \
buster \
bullseye \
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,12 @@
# this file is installed by package entrouvert-archive, do not edit
#
# libjs-pdf, our *old* version
#
Package: libjs-pdf
Pin: release o=Entr'ouvert,n=bullseye
Pin-Priority: 900
Package: pdf.js-common
Pin: release o=Entr'ouvert,n=bullseye
Pin-Priority: 900

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,5 @@
entrouvert-archive (0.1-1) bullseye; urgency=medium
* Initial release. (#59789)
-- Guillaume Baffoin <gbaffoin@entrouvert.com> Fri, 17 Dec 2021 12:00:43 +0200

1
debian-bullseye/compat Normal file
View File

@ -0,0 +1 @@
10

48
debian-bullseye/control Normal file
View File

@ -0,0 +1,48 @@
Source: entrouvert-archive
Section: misc
Priority: extra
Maintainer: Baffoin Guillaume <gbaffoin@entrouvert.com>
Build-Depends: debhelper (>=9)
Standards-Version: 3.9.7
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
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

24
debian-bullseye/copyright Normal file
View File

@ -0,0 +1,24 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: entrouvert-configuration
Source: https://www.entrouvert.com
Files: *
Copyright: 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 @@
bullseye/preferences.d/entrouvert-eobuilder etc/apt/preferences.d
bullseye/sources.list.d/entrouvert-eobuilder.list etc/apt/sources.list.d

View File

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

View File

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

View File

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

View File

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

7
debian-bullseye/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)