<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/.gitignore, branch 1.2.4</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.2.4</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.2.4'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-01-14T16:33:58Z</updated>
<entry>
<title>ensure built en-manpages are ignored by git</title>
<updated>2016-01-14T16:33:58Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-01-12T10:15:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d1da489f0107b59b9eb104bc6c7617265e338770'/>
<id>urn:sha1:d1da489f0107b59b9eb104bc6c7617265e338770</id>
<content type='text'>
Seems like the interaction between wildcards and exemptions has changed
slightly, so be positively more explicit about our ignoring of en.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>be able to run abicheck from any directory</title>
<updated>2014-04-11T06:58:36Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-23T13:09:12Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e6d282e450191b1f03b0aed73f7d97115e094e90'/>
<id>urn:sha1:e6d282e450191b1f03b0aed73f7d97115e094e90</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>add debian/apt.install to gitignore</title>
<updated>2014-03-14T08:42:41Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-03-14T08:42:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e4215120275e5c8766f58bc87ce828142e2f96f1'/>
<id>urn:sha1:e4215120275e5c8766f58bc87ce828142e2f96f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>autogenerate makefile for vendor system</title>
<updated>2014-03-13T12:57:34Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-02-23T23:25:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=fa19cc9573aac19cfbf43364d4b5660c9ab645bc'/>
<id>urn:sha1:fa19cc9573aac19cfbf43364d4b5660c9ab645bc</id>
<content type='text'>
It can be useful to have a whole makefile available for vendor setup,
but by providing a basic one we can deal with the simple cases more
easily (and changes to the system are presumably easier).
</content>
</entry>
<entry>
<title>add "apt full-upgrade" and tweak "apt upgrade"</title>
<updated>2014-01-24T19:33:02Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-01-24T19:33:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=59e81cec3e2277e367f14f113168421909c42035'/>
<id>urn:sha1:59e81cec3e2277e367f14f113168421909c42035</id>
<content type='text'>
There is a new "apt full-upgrade" that performs a apt-get dist-upgrade.
"apt dist-upgrade" is still supported as a alias. The "apt upgrade" code
is changed so that it mirrors the behavior of
"apt-get upgrade --with-new-pkgs" and also honors
"apt uprade --no-new-pkgs".
</content>
</entry>
<entry>
<title>generate apt-key script with vendor info about keys</title>
<updated>2013-12-01T14:51:33Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-11-30T22:11:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5b2c6ddcc0e45c92c544032ad2bb91bdf7222d7c'/>
<id>urn:sha1:5b2c6ddcc0e45c92c544032ad2bb91bdf7222d7c</id>
<content type='text'>
The apt-key script uses quiet a few keyring files for operation which
are specific to the distribution it is build on and is hence one of the
most patched parts – even if it is not that often used anymore now that
a fragment directory for trusted.gpg exists.
</content>
</entry>
<entry>
<title>add a vendor specific file to have configurable entities</title>
<updated>2013-11-30T22:34:15Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-11-30T18:15:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=694ef56e802bbab94595fc491fdc6ef8b4f525c1'/>
<id>urn:sha1:694ef56e802bbab94595fc491fdc6ef8b4f525c1</id>
<content type='text'>
manpages sometimes refer to distro-specific things like the name of the
package providing the achive-keyring. Having a central place to
configure this helps in having it consistent in the manpages and allows
to load this info from other places in the buildsystem as well later.
</content>
</entry>
<entry>
<title>introduce a vendor system to change sources.list</title>
<updated>2013-11-30T21:15:31Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-11-30T13:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=eef71f11a5836eb82df133cb4e24cb4806642188'/>
<id>urn:sha1:eef71f11a5836eb82df133cb4e24cb4806642188</id>
<content type='text'>
Many derivatives make quiet a few simple changes to apt introducing
silly diffs just to change examples and co making it harder for
them to update apt and harder for us to merge real changes back.

First stop: doc/examples/sources.list
</content>
</entry>
<entry>
<title>build the en manpages in subdirectory doc/en</title>
<updated>2013-06-09T13:08:05Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-05-19T13:49:24Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ac62eb38b0bca7a45835903eb421c19f4f78aca3'/>
<id>urn:sha1:ac62eb38b0bca7a45835903eb421c19f4f78aca3</id>
<content type='text'>
Building manpages becames more consistent this way and
it is simpler to ignore build artefacts, too.
</content>
</entry>
<entry>
<title>streamline .gitignore further</title>
<updated>2013-06-09T13:06:02Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-05-19T09:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4630a6ecd8f0cc21348f432b966e2bcb15f6859d'/>
<id>urn:sha1:4630a6ecd8f0cc21348f432b966e2bcb15f6859d</id>
<content type='text'>
adding some comments, regrouping files and use some patterns to avoid
updating the ignore file for new translations or abi changes

Git-Dch: Ignore
</content>
</entry>
</feed>
