<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/debian/control, branch 2.7.9</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.7.9</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.7.9'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2023-11-15T12:39:40Z</updated>
<entry>
<title>Bump Priority to required to match Debian archive</title>
<updated>2023-11-15T12:39:40Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2023-11-15T12:39:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=7e41e657c4fa9152cb2c551825748c59efaf5800'/>
<id>urn:sha1:7e41e657c4fa9152cb2c551825748c59efaf5800</id>
<content type='text'>
This unbreaks mmdebstrap scenarios if you mirror Debian or use
a distro where apt did not get overridden to required.

Reported-By: josch on IRC, following discovery by helmut
Gbp-Dch: full
</content>
</entry>
<entry>
<title>Revert "Do not fail on systems running in FIPSmode."</title>
<updated>2023-10-04T12:52:29Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2023-10-04T12:52:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b92934a1904cd6dd1dfdab283d27cd34ca2dbe44'/>
<id>urn:sha1:b92934a1904cd6dd1dfdab283d27cd34ca2dbe44</id>
<content type='text'>
This reverts commit 668451def296afeb0c358a7d80ff39dc546defab.
</content>
</entry>
<entry>
<title>Drop alternatives to the gpgv dependency</title>
<updated>2023-09-16T10:39:05Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2023-09-16T10:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=0cfc1750d5ff04be6a153a2ae29cdc71a4467a90'/>
<id>urn:sha1:0cfc1750d5ff04be6a153a2ae29cdc71a4467a90</id>
<content type='text'>
Closes: #1051642
</content>
</entry>
<entry>
<title>Do not fail on systems running in FIPSmode.</title>
<updated>2023-05-29T12:28:20Z</updated>
<author>
<name>A. Maitland Bottoms</name>
<email>bottoms@debian.org</email>
</author>
<published>2023-05-29T12:28:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=668451def296afeb0c358a7d80ff39dc546defab'/>
<id>urn:sha1:668451def296afeb0c358a7d80ff39dc546defab</id>
<content type='text'>
Initialize using gcrypt's GCRYCTL_NO_FIPS_MODE, available since
gcrypt version 1.10.0, otherwise apt aborts on FIPS enabled systems.
</content>
</entry>
<entry>
<title>since base-passwd 3.6.1 the _apt user is in the default /etc/passwd</title>
<updated>2022-09-23T21:00:57Z</updated>
<author>
<name>Johannes Schauer Marin Rodrigues</name>
<email>josch@debian.org</email>
</author>
<published>2022-09-18T12:26:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f6954267f5df0a8a7f8c3f97033f121297d869a5'/>
<id>urn:sha1:f6954267f5df0a8a7f8c3f97033f121297d869a5</id>
<content type='text'>
 - so do not call adduser if the _apt user already exists
 - make adduser dependency optional if base-passwd &gt;= 3.6.1
 - do not call adduser if $DPKG_ROOT is non-empty as adduser doesn't
   support working on a custom root directory
</content>
</entry>
<entry>
<title>Remove unused public zlib include from libapt fileutl.h</title>
<updated>2022-05-07T08:45:44Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2022-04-21T01:01:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8fd65748589bb1e0b671d4a291521bfba1664c5c'/>
<id>urn:sha1:8fd65748589bb1e0b671d4a291521bfba1664c5c</id>
<content type='text'>
Our public interface doesn't use zlib for quite a while now so lets drop
the last remnants as hopefully nobody depends on us bringing it in…
Unlike our own private lib for transitive provision of unistd.h.

References: 680b916ce7203a40ebd0a3882b9a71ca77278a67
</content>
</entry>
<entry>
<title>Add pkg.apt.nodoxygen build profile</title>
<updated>2022-05-07T08:45:44Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2022-04-20T11:18:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c5b22c3dabd0cc8d0ce87576cded2594c2cd7ca1'/>
<id>urn:sha1:c5b22c3dabd0cc8d0ce87576cded2594c2cd7ca1</id>
<content type='text'>
The documentation generated by doxygen is currently not reproducible,
but as fixing this seems hard we can at least provide a way to check
more automatically if the rest of src:apt is reproducible or not.
</content>
</entry>
<entry>
<title>Avoid building all docs in nodoc build profile</title>
<updated>2022-05-07T08:45:44Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2022-04-19T11:06:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cd92098caa64b7fd30cdc6b5d56bf7e9e17a449e'/>
<id>urn:sha1:cd92098caa64b7fd30cdc6b5d56bf7e9e17a449e</id>
<content type='text'>
Differentiating between different types of documentation we build helps
in better expressing what needs to be done for our arch:any and arch:all
packages currently as well.
</content>
</entry>
<entry>
<title>Add support for "nodoc" build profile</title>
<updated>2022-05-07T08:45:44Z</updated>
<author>
<name>Vagrant Cascadian</name>
<email>vagrant@reproducible-builds.org</email>
</author>
<published>2022-04-17T22:11:12Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=725fef5ebf45d03fea75866e9795717bf576d26a'/>
<id>urn:sha1:725fef5ebf45d03fea75866e9795717bf576d26a</id>
<content type='text'>
References: https://wiki.debian.org/BuildProfileSpec#Registered_profile_names
Closes: #1009797

[@donkult: reworded commit message slightly &amp; changed variable name]
</content>
</entry>
<entry>
<title>Require dpkg &gt;= 1.20.8</title>
<updated>2021-04-21T09:49:50Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2021-04-14T08:42:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=30f47dc8d67be28c7c17db3bd5153d76a1e079bc'/>
<id>urn:sha1:30f47dc8d67be28c7c17db3bd5153d76a1e079bc</id>
<content type='text'>
We use a Breaks for the binary package instead of adding
a versioned depends, as Breaks will cause apt solver to upgrade dpkg,
while depends would make apt try to remove apt as first choice.
</content>
</entry>
</feed>
