initial release

This commit is contained in:
Christophe Siraut 2018-07-10 16:39:39 +02:00
commit d2df75a416
24 changed files with 197 additions and 0 deletions

41
Makefile Normal file
View File

@ -0,0 +1,41 @@
.PHONY: clean name version name fullname release dist dist-bzip2
all: output/entrouvert-archive.gpg
NAME = entrouvert-archive
VERSION=`git describe | sed 's/^debian\///' `
DIST_FILES = \
keys \
jessie \
stretch
output/entrouvert-archive.gpg: keys/0x*
cat keys/0x* > output/entrouvert-archive.gpg
clean:
rm -rf sdist
rm -rf output/*
release:
gbp dch --release --commit
gbp buildpackage --git-tag
dist: clean
-mkdir sdist
rm -rf sdist/$(NAME)-$(VERSION)
mkdir -p sdist/$(NAME)-$(VERSION)
for i in $(DIST_FILES); do \
cp -R "$$i" sdist/$(NAME)-$(VERSION); \
done
dist-bzip2: dist
cd sdist && tar cfj ../sdist/$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
version:
@(echo $(VERSION))
name:
@(echo $(NAME))
fullname:
@(echo $(NAME)-$(VERSION))

5
debian-jessie/changelog Normal file
View File

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

1
debian-jessie/compat Normal file
View File

@ -0,0 +1 @@
9

36
debian-jessie/control Normal file
View File

@ -0,0 +1,36 @@
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-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.

25
debian-jessie/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: 2017 Christophe Siraut <csiraut@entrouvert.com>
2017 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,41 @@
#!/bin/sh
# postrm script for test
#
# see: dh_installdeb(1)
set -e
# summary of how this script can be called:
# * <postrm> `remove'
# * <postrm> `purge'
# * <old-postrm> `upgrade' <new-version>
# * <new-postrm> `failed-upgrade' <old-version>
# * <new-postrm> `abort-install'
# * <new-postrm> `abort-install' <old-version>
# * <new-postrm> `abort-upgrade' <old-version>
# * <disappearer's-postrm> `disappear' <overwriter>
# <overwriter-version>
# for details, see https://www.debian.org/doc/debian-policy/ or
# the debian-policy package
case "$1" in
purge|remove)
keyring=/etc/apt/trusted.gpg.d/entrouvert-archive.gpg
test -f $keyring && rm $keyring
;;
upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
;;
*)
echo "postrm called with unknown argument \`$1'" >&2
exit 1
;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0

View File

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

View File

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

View File

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

7
debian-jessie/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 (native)

View File

@ -0,0 +1,15 @@
Package: libreoffice* python3-uno uno-libs3 ure
Pin: release a=jessie-backports
Pin-Priority: 900
Package: gunicorn python-gunicorn
Pin: release a=jessie-backports
Pin-Priority: 900
Package: python-django python-django-common python-cryptography python-openssl python-cffi python-pyasn1 python-setuptools python-pkg-resources python-sorl-thumbnail python-ndg-httpsclient python-openssl python-requests python-urllib3 fonts-font-awesome python-six
Pin: release a=jessie-backports
Pin-Priority: 900
Package: systemd systemd-backports libapparmor1 libseccomp2 libsystemd0 libudev1 ifupdown udev systemd-sysv libpam-systemd udev ifupdown
Pin: release a=jessie-backports
Pin-Priority: 900

View File

@ -0,0 +1,6 @@
# this file is managed by puppet
#
Package: *
Pin: release n=jessie-eobuilder
Pin-Priority: 500

View File

@ -0,0 +1 @@
deb http://deb.entrouvert.org/ jessie-eobuilder main

View File

@ -0,0 +1 @@
deb http://deb.entrouvert.org/ jessie main

View File

@ -0,0 +1 @@
deb http://deb.entrouvert.org/ jessie-testing main

BIN
keys/0xDF69CC342CCFEC25 Normal file

Binary file not shown.

1
keys/keyids Normal file
View File

@ -0,0 +1 @@
0xDF69CC342CCFEC25 Entr'ouvert <info@entrouvert.com>

0
output/.placeholder Normal file
View File

View File

@ -0,0 +1,6 @@
# this file is managed by puppet
#
Package: *
Pin: release n=jessie-eobuilder
Pin-Priority: 500

View File

@ -0,0 +1 @@
deb http://deb.entrouvert.org/ stretch-eobuilder main

View File

@ -0,0 +1 @@
deb http://deb.entrouvert.org/ stretch main

View File

@ -0,0 +1 @@
deb http://deb.entrouvert.org/ stretch-testing main