Improve debian/NEWS wording
[grml-debian-keyring.git] / debian / NEWS
1 grml-debian-keyring (2018.06.02) grml-testing; urgency=medium
2
3   This update of the grml-archive-keyring package doesn't include
4   any changes within the keyring file itself, but in the way where
5   the key is installed to.
6   https://wiki.debian.org/DebianRepository/UseThirdParty provides
7   more general documentation about the setup.
8
9   Please be aware that this update intentionally does *NOT* remove
10   /etc/apt/trusted.gpg.d/grml-archive.gpg from your system, while
11   previous versions of this package shipped the file.  We try to
12   avoid breaking existing installations which use the Grml
13   repository (having /etc/apt/trusted.gpg.d/grml-archive.gpg
14   installed from the grml-debian-keyring Debian package, while a
15   file like /etc/apt/trusted.gpg.d/grml.gpg was manually installed
16   but removed later on).
17
18   If you're using Debian/stretch or newer, starting with this
19   version of the grml-archive-keyring package you can use a
20   /etc/apt/sources.list.d/grml.sources setup like:
21
22     Types: deb deb-src
23     URIs: http://deb.grml.org/
24     Suites: grml-stable grml-testing
25     Architectures: i386 amd64
26     Components: main
27     Signed-By: /usr/share/keyrings/grml-archive-keyring.gpg
28
29   If you prefer the common sources.list setup, you can instead use
30   a  /etc/apt/sources.list.d/grml.list like
31   (assuming you have apt-transport-https support, otherwise use http instead of https)::
32
33     deb [signed-by=/usr/share/keyrings/grml-archive-keyring.gpg] https://deb.grml.org/ grml-stable  main
34     deb [signed-by=/usr/share/keyrings/grml-archive-keyring.gpg] https://deb.grml.org/ grml-testing main
35
36  -- Michael Prokop <mika@grml.org>  Fri, 01 Jun 2018 17:14:28 +0200