<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/vendor, branch main</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=main</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2025-10-25T20:16:54Z</updated>
<entry>
<title>solver3: Allow removing manually installed packages</title>
<updated>2025-10-25T20:16:54Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2025-10-25T19:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a3fca052ca21ad222ac7f2fdd7f3fe84b44beb60'/>
<id>urn:sha1:a3fca052ca21ad222ac7f2fdd7f3fe84b44beb60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable the new solver by default in 0.31, 1.21, 2.11, 3.1</title>
<updated>2025-10-25T20:16:54Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2025-10-25T15:42:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c5c5d10d1b2ac0a589102315840c4f2a075b18c1'/>
<id>urn:sha1:c5c5d10d1b2ac0a589102315840c4f2a075b18c1</id>
<content type='text'>
Enable the new solver by default and remove the vendor-specific
configuration change in Ubuntu's drop-in.
</content>
</entry>
<entry>
<title>Ubuntu: Enable 3.0 solver by default in apt CLI tools</title>
<updated>2025-05-19T17:06:31Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2025-05-06T16:40:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=fb57847947daa41291e87ce2a9e66e8dcca104b3'/>
<id>urn:sha1:fb57847947daa41291e87ce2a9e66e8dcca104b3</id>
<content type='text'>
Update our vendor config to enable the 3.0 solver by default,
using the legacy compat mode for apt-get, where it is allowed
to remove manually installed packages.
</content>
</entry>
<entry>
<title>Update debian, ubuntu example default sources to best practices</title>
<updated>2025-01-28T18:48:48Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2025-01-28T18:18:57Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1be756222f2496ef3bac18650e296b21eb8442dc'/>
<id>urn:sha1:1be756222f2496ef3bac18650e296b21eb8442dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vendor: debian, ubuntu: Set signed-by/Signed-By in examples</title>
<updated>2025-01-28T18:48:48Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2025-01-28T18:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=0cd9d67da3d9b0fef302afa76093f94ff8d90906'/>
<id>urn:sha1:0cd9d67da3d9b0fef302afa76093f94ff8d90906</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove leftovers of the apt-key removal</title>
<updated>2025-01-05T22:16:09Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2024-12-27T02:16:56Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=25cd3ded69a79c2a7eb3d858e041f1509f5f5ed8'/>
<id>urn:sha1:25cd3ded69a79c2a7eb3d858e041f1509f5f5ed8</id>
<content type='text'>
References: a00fbbdb28cc31e78882301c2efe7218583ab4cb
</content>
</entry>
<entry>
<title>Do not ignore if a cmake execute_process fails</title>
<updated>2024-04-24T13:16:21Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2024-04-05T14:02:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3e24f431d9527816820e103df7db9f39062b551d'/>
<id>urn:sha1:3e24f431d9527816820e103df7db9f39062b551d</id>
<content type='text'>
Ignoring errors might lead to failures later on anyhow, but especially
with triehash it could also lead to broken builds or other crazy stuff,
so lets better be save than sorry.
</content>
</entry>
<entry>
<title>Remove incorrectly added unused Debian vendor CMake file</title>
<updated>2023-03-03T16:50:54Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2023-03-03T16:43:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=edcdc251c527141bddb502e799d9a3911a73841b'/>
<id>urn:sha1:edcdc251c527141bddb502e799d9a3911a73841b</id>
<content type='text'>
The file is a remnant of the unrelated and closed !145 pull request
which tries to generate "apt-vendor.ent" – but that file exists
in our sources already while the script that would generate it doesn't.

Regression-of: 7e7eb113587230aeb9fe745b2eeac44e634999f5
Gbp-Dch: Ignore
</content>
</entry>
<entry>
<title>Add non-free-firmware component in documentation</title>
<updated>2023-01-29T23:55:30Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2023-01-29T16:30:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=7e7eb113587230aeb9fe745b2eeac44e634999f5'/>
<id>urn:sha1:7e7eb113587230aeb9fe745b2eeac44e634999f5</id>
<content type='text'>
This changes a lot of lines technically, but its easy enough to unfuzzy
the translations as most of the mentions are examples to be copied
literally in translations (sadly po4a isn't clever enough for this).
</content>
</entry>
<entry>
<title>Switch from "security.d.o" to "deb.d.o" (matching bullseye release notes)</title>
<updated>2022-06-24T23:01:10Z</updated>
<author>
<name>Tianon Gravi</name>
<email>tianon@debian.org</email>
</author>
<published>2022-06-24T23:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=446966da35828137be86d388105699b9ddff94be'/>
<id>urn:sha1:446966da35828137be86d388105699b9ddff94be</id>
<content type='text'>
Also, this adds "SUITE-updates", which helps show off one of the smaller benefits of deb822-style sources.list (less duplication).
</content>
</entry>
</feed>
