<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/cmdline/apt.cc, branch 1.1.exp11</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1.exp11</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1.exp11'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2015-08-14T18:37:50Z</updated>
<entry>
<title>apt: Add autoremove and auto-remove commands</title>
<updated>2015-08-14T18:37:50Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-08-14T18:35:18Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=825220b5aef6db9dfb8a34c41a3ac7c3ce477be2'/>
<id>urn:sha1:825220b5aef6db9dfb8a34c41a3ac7c3ce477be2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stop displaying time of build in online help</title>
<updated>2015-03-16T17:02:08Z</updated>
<author>
<name>Jérémy Bobbio</name>
<email>lunar@debian.org</email>
</author>
<published>2015-03-10T09:09:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=249aec3b7397662a678ea0014f94392085477b09'/>
<id>urn:sha1:249aec3b7397662a678ea0014f94392085477b09</id>
<content type='text'>
As part of the “reproducible builds” effort [1], we have noticed that
apt could not be built reproducibly.

One issue is that it uses the __DATE__ and __TIME__ macros of the C
preprocessor to display the time of build in the online help. We believe
this information not to be really useful to users as they can always
look at the package data and metadata to figure it out.

The attached patch simply removes this information. All
non-documentation packages can then be built reproducibly with our
current experimental framework.

[David: changed the string slightly to be untranslateable as well]

Closes: 774342
</content>
</entry>
<entry>
<title>streamline display of --help in all tools</title>
<updated>2014-11-09T00:26:07Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-11-08T17:14:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ad7e0941b376d792911f240377094a2e78ca8756'/>
<id>urn:sha1:ad7e0941b376d792911f240377094a2e78ca8756</id>
<content type='text'>
By convention, if I run a tool with --help or --version I expect it to
exit successfully with the usage, while if I do call it wrong (like
without any parameters) I expect the usage message shown with a non-zero
exit.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sid</title>
<updated>2014-06-10T12:49:58Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-06-10T12:49:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=59d6e5b06c25acdd6583ea801740c36acabc19ac'/>
<id>urn:sha1:59d6e5b06c25acdd6583ea801740c36acabc19ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>show upgradable packages after apt update</title>
<updated>2014-05-22T06:39:44Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-04-22T14:07:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8f418981337503ff7abedd872f788b51bcdbc886'/>
<id>urn:sha1:8f418981337503ff7abedd872f788b51bcdbc886</id>
<content type='text'>
Closes: 748389
</content>
</entry>
<entry>
<title>Fix missing ScreenWidth check in apt.cc</title>
<updated>2014-04-28T11:41:33Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-04-28T11:41:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3163087b04ca5c297a7c98c018ba5c30e850a11e'/>
<id>urn:sha1:3163087b04ca5c297a7c98c018ba5c30e850a11e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash in "apt list" when a sources.list file is unreable</title>
<updated>2014-04-04T10:16:22Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-04-04T10:16:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ec4371acb7bf586b4ed274b47813e5785da6b424'/>
<id>urn:sha1:ec4371acb7bf586b4ed274b47813e5785da6b424</id>
<content type='text'>
Closes: 743413
</content>
</entry>
<entry>
<title>enable DPkg::Progress-Fancy by default</title>
<updated>2014-04-01T10:21:34Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-04-01T10:21:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8bc31a93c391eaa31864534553348870901d2dd9'/>
<id>urn:sha1:8bc31a93c391eaa31864534553348870901d2dd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup headers and especially #includes everywhere</title>
<updated>2014-03-13T12:58:45Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-05T21:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=453b82a388013e522b3a1b9fcd6ed0810dab1f4f'/>
<id>urn:sha1:453b82a388013e522b3a1b9fcd6ed0810dab1f4f</id>
<content type='text'>
Beside being a bit cleaner it hopefully also resolves oddball problems
I have with high levels of parallel jobs.

Git-Dch: Ignore
Reported-By: iwyu (include-what-you-use)
</content>
</entry>
<entry>
<title>warning: unused parameter ‘foo’ [-Wunused-parameter]</title>
<updated>2014-03-13T12:58:45Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-01T14:11:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=655122418d714f342b5d9789f45f8035f3fe8b9a'/>
<id>urn:sha1:655122418d714f342b5d9789f45f8035f3fe8b9a</id>
<content type='text'>
Reported-By: gcc -Wunused-parameter
Git-Dch: Ignore
</content>
</entry>
</feed>
