<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/debian, branch 2.4.0</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.4.0</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.4.0'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2022-02-22T19:01:41Z</updated>
<entry>
<title>Release 2.4.0</title>
<updated>2022-02-22T19:01:41Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2022-02-22T19:01:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=409ee5821500f140896715a516ec8ffa008de789'/>
<id>urn:sha1:409ee5821500f140896715a516ec8ffa008de789</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Warn if the legacy trusted.gpg keyring is used for verification</title>
<updated>2022-02-22T17:25:06Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2022-01-07T11:43:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=56adf743b02b80a9acc9a2e480bfd15acb94f755'/>
<id>urn:sha1:56adf743b02b80a9acc9a2e480bfd15acb94f755</id>
<content type='text'>
With apt-key going away, people need to manage key files, rather
than keys, so they need to know if any keys are in the legacy keyring.
</content>
</entry>
<entry>
<title>Merge branch 'bugscript-dash' into 'main'</title>
<updated>2022-02-22T16:35:22Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2022-02-22T16:35:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a6d8d61a832ffac5fd1f4ff3a6df76647e1b1a11'/>
<id>urn:sha1:a6d8d61a832ffac5fd1f4ff3a6df76647e1b1a11</id>
<content type='text'>
bugscript: switch to POSIX shell, quoting, other improvements

See merge request apt-team/apt!225</content>
</entry>
<entry>
<title>bugscript: switch from bash to POSIX shell</title>
<updated>2022-02-15T07:54:37Z</updated>
<author>
<name>Paul Wise</name>
<email>pabs@debian.org</email>
</author>
<published>2022-02-15T07:51:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4f89d3629b22255963da3705e4222c71045da58a'/>
<id>urn:sha1:4f89d3629b22255963da3705e4222c71045da58a</id>
<content type='text'>
This means Debian is one step closer to removing bash from essential.

See-also: https://salsa.debian.org/debian/grow-your-ideas/-/issues/20#note_296809
</content>
</entry>
<entry>
<title>bugscript: switch from `echo -e` to printf</title>
<updated>2022-02-15T07:54:37Z</updated>
<author>
<name>Paul Wise</name>
<email>pabs@debian.org</email>
</author>
<published>2022-02-15T07:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9f53670dc84d589d58b7689dc11b3ac08fd344e3'/>
<id>urn:sha1:9f53670dc84d589d58b7689dc11b3ac08fd344e3</id>
<content type='text'>
Otherwise slashes in filenames could be interpreted as newlines etc.

Also makes it portable to shells that don't support `echo -e`.
</content>
</entry>
<entry>
<title>bugscript: quote config file names</title>
<updated>2022-02-15T07:54:37Z</updated>
<author>
<name>Paul Wise</name>
<email>pabs@debian.org</email>
</author>
<published>2022-02-15T07:41:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e966da5e7f2cba74cd6c2ee382d324fec7a139ff'/>
<id>urn:sha1:e966da5e7f2cba74cd6c2ee382d324fec7a139ff</id>
<content type='text'>
The file names could contain spaces and without quoting, the
files would not be found and included in the bug reports.

Suggested-by: shellcheck
</content>
</entry>
<entry>
<title>bugscript: switch from options in shebang to options for set</title>
<updated>2022-02-15T07:54:36Z</updated>
<author>
<name>Paul Wise</name>
<email>pabs@debian.org</email>
</author>
<published>2022-02-15T07:50:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=888775bfd9143aabade6979d6efe5420ee0265cf'/>
<id>urn:sha1:888775bfd9143aabade6979d6efe5420ee0265cf</id>
<content type='text'>
Otherwise the options won't be applied when running the script
directly from a sh command instead of via the shebang.
</content>
</entry>
<entry>
<title>bugscript: drop workaround for long fixed issue in reportbug</title>
<updated>2022-02-15T07:54:36Z</updated>
<author>
<name>Paul Wise</name>
<email>pabs@debian.org</email>
</author>
<published>2022-02-15T07:39:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=da9c989d0593dfccc21274799a646dc227b4348d'/>
<id>urn:sha1:da9c989d0593dfccc21274799a646dc227b4348d</id>
<content type='text'>
See-also: https://bugs.debian.org/169495
Fixed-in: reportbug 2.10
Fixed-on: 2002-12-23
</content>
</entry>
<entry>
<title>Install an empty /etc/apt/keyrings directory</title>
<updated>2022-02-14T20:56:33Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2022-02-14T20:54:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c32e75ce40776bc8b0f9a54ff197e6faada86eeb'/>
<id>urn:sha1:c32e75ce40776bc8b0f9a54ff197e6faada86eeb</id>
<content type='text'>
This directory is intended to provide an alternative to
/usr/share/keyrings for placing keys used with signed-by.

Gbp-Dch: full
</content>
</entry>
<entry>
<title>Release 2.3.15</title>
<updated>2022-02-01T17:06:49Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2022-02-01T17:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c78f297cd0b63d8d9fd4efa71a992c214517f597'/>
<id>urn:sha1:c78f297cd0b63d8d9fd4efa71a992c214517f597</id>
<content type='text'>
</content>
</entry>
</feed>
