Initial linex4red-archive-keyring master
authorPeter Henn <Peter.Henn@web.de>
Sun, 28 Jul 2024 10:28:22 +0000 (12:28 +0200)
committerPeter Henn <Peter.Henn@web.de>
Sun, 28 Jul 2024 10:28:22 +0000 (12:28 +0200)
commitc36553ed3621e01609570b217aee7e594b9ba27e
tree26ff0ef796fef0d6cee841de6feedba65ea88ab9
Initial linex4red-archive-keyring

Partly based on debian-keyring, but using Makefile optimizing and
still handling the public keys manually and storing them in armored
format and dearmor them before packaging.

- Add Makefile with sub-directories to collect GPG keys in armored or
  binary format and convert them into binary keyring format.
- Add all files for debianization
- Add README and example source list files
- Add .gitignore to ignore all files, which are created during processing
  the Makefile and building the Debian package
- Add debian/sources/options to omit packaging the .git and .gitignore
  files from the native source package. Because of a bug in dpkg-source
  this would requires a newer dpkg-dev package version and related
  debhelper version as supported by Debian Jessie-Backports.
  But requesting a newer debhelper version would omit re-building the
  linex4red-archive-keyring from the Debian source packages on those old
  systems.
- Add peter.henn@web.de public key
- Add debian@linex4red.de as repository public key
23 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/source/options [new file with mode: 0644]
examples/linex4red-bookworm.list [new file with mode: 0644]
examples/linex4red-bullseye.list [new file with mode: 0644]
examples/linex4red-buster.list [new file with mode: 0644]
examples/linex4red-jessie.list [new file with mode: 0644]
examples/linex4red-stretch.list [new file with mode: 0644]
linex4red-archive-keyring-gpg/0x46052ACC5DD94C6F [new file with mode: 0644]
linex4red-archive-removed-keys-gpg/.placeholder [new file with mode: 0644]
linex4red-maintainers-gpg/0x5EE6330AD60F267C [new file with mode: 0644]
linex4red-maintainers-removed-keys-gpg/.placeholder [new file with mode: 0644]
output/keyrings/.placeholder [new file with mode: 0644]