<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/debian, branch 1.1.9</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1.9</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1.9'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2015-12-27T18:19:11Z</updated>
<entry>
<title>Release 1.1.9</title>
<updated>2015-12-27T18:19:11Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-27T18:17:21Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c3c3bd043b262dd5544594abd5e5bd4377a679d6'/>
<id>urn:sha1:c3c3bd043b262dd5544594abd5e5bd4377a679d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.1.8</title>
<updated>2015-12-26T22:27:15Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-26T22:24:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=333e0f956c811cebee58b53f49952f129f4f860a'/>
<id>urn:sha1:333e0f956c811cebee58b53f49952f129f4f860a</id>
<content type='text'>
This release is made for Niels Thykier and apt-file.
</content>
</entry>
<entry>
<title>Release 1.1.7</title>
<updated>2015-12-26T18:11:10Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-26T18:10:21Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=25203cbbed0b7ebc3eb75fa96ab3ed53be148168'/>
<id>urn:sha1:25203cbbed0b7ebc3eb75fa96ab3ed53be148168</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1.1.6 Christmas release</title>
<updated>2015-12-24T16:03:21Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-24T16:03:21Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3ac050d1ccfa33dbed236a565511fd3fe84b8465'/>
<id>urn:sha1:3ac050d1ccfa33dbed236a565511fd3fe84b8465</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.1.5</title>
<updated>2015-12-14T15:57:32Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-14T15:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=493e032a9dcccb19dca87c542a067d759213f566'/>
<id>urn:sha1:493e032a9dcccb19dca87c542a067d759213f566</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian/apt.auto-removal.sh: Adjust -dbg exclusion for multi-arch</title>
<updated>2015-12-14T13:14:04Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-14T13:12:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d94233d865fd3e418ec4d9100741a1c4ba628533'/>
<id>urn:sha1:d94233d865fd3e418ec4d9100741a1c4ba628533</id>
<content type='text'>
Allow an optional colon followed by anything at the end.
</content>
</entry>
<entry>
<title>tests: Depend on libfile-fcntllock-perl to shut up dpkg-gencontrol</title>
<updated>2015-12-14T09:00:32Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-14T08:58:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=369ddff642effc810129c9b28b3fbbc0976c46e9'/>
<id>urn:sha1:369ddff642effc810129c9b28b3fbbc0976c46e9</id>
<content type='text'>
Ubuntu's autopkgtest server always prints

  dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe

which is somewhat annoying. Work around that by depending on that
perl stuff for the test suite.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>redirect which stderr to /dev/null for consistency</title>
<updated>2015-12-13T23:33:22Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-12-13T23:33:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8deda84ed86bae6bfa83f5c25d15fd4611c637c0'/>
<id>urn:sha1:8deda84ed86bae6bfa83f5c25d15fd4611c637c0</id>
<content type='text'>
The "standard" which (debianutils) has no output whatsoever on stderr,
bash and dash which use this implementation therefore haven't either.
In zsh 'which' is a shell built-in – and has no stderr output either, it
does print an error message on stdout…

So, realistically, a redirection isn't needed at all, but it also can't
hurt (&lt;- I have said that before in this context -&gt;) so why not for
consistency with… well, not with "command -v" as that hasn't an error
message either. Lets say for consistency with my mental image of shell,
as I am still a bit puzzled by zsh's which and now could imagine even
more strange things in other shells.

Closes: 807373
</content>
</entry>
<entry>
<title>update symbols files to 1.1.4 state of affairs</title>
<updated>2015-12-13T16:46:49Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-12-07T15:32:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=548b98f0c9543dd6efaaebcc6f7ca690c68c814a'/>
<id>urn:sha1:548b98f0c9543dd6efaaebcc6f7ca690c68c814a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.1.4</title>
<updated>2015-12-07T14:31:55Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-07T14:31:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b3c63712e4e54e3743c302416528423def4eefbb'/>
<id>urn:sha1:b3c63712e4e54e3743c302416528423def4eefbb</id>
<content type='text'>
</content>
</entry>
</feed>
