<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/prepare-release, branch 1.1.exp1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1.exp1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1.exp1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2014-04-16T20:46:38Z</updated>
<entry>
<title>extract travis installs from build-depends automatically</title>
<updated>2014-04-16T20:46:38Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-04-16T20:06:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d382a0e48d36fe29f0bf8f33f78bad592a792619'/>
<id>urn:sha1:d382a0e48d36fe29f0bf8f33f78bad592a792619</id>
<content type='text'>
I forgot to add libgtest-dev to the list of packages to install on
travis, so this slightly hacky oneliner might prevent us from having
the same problem again if we happen to change dependencies again.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>move defines for version to macros.h</title>
<updated>2014-03-13T12:58:45Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-01T21:27:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=54298f49d71347616df19b8d2f59c907374e07b3'/>
<id>urn:sha1:54298f49d71347616df19b8d2f59c907374e07b3</id>
<content type='text'>
also adds namespaced attributes for good usage

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>add default and override handling for Cnf::FindVector</title>
<updated>2014-03-13T12:57:34Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-02-24T22:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a5414e56403537678d5be87acf59c37a05f55719'/>
<id>urn:sha1:a5414e56403537678d5be87acf59c37a05f55719</id>
<content type='text'>
Automatically handle the override of list options via its parent value
which can even be a comma-separated list of values. It also adds an easy
way of providing a default for the list.
</content>
</entry>
<entry>
<title>update symbols file with hints from the buildlogs</title>
<updated>2014-02-14T21:25:30Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-02-14T21:20:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4c90bc28889b9570096148e18e4433d18ab51a12'/>
<id>urn:sha1:4c90bc28889b9570096148e18e4433d18ab51a12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ensure prepare-release works in the right directory</title>
<updated>2013-12-07T13:29:06Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2013-12-07T13:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=01c790a7f6f57c5afe3e555450b56c7ad1df687b'/>
<id>urn:sha1:01c790a7f6f57c5afe3e555450b56c7ad1df687b</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>update libapt-pkg4.12 symbols file</title>
<updated>2013-12-07T12:48:46Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2013-12-07T12:48:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f1d87437cc6336fb5427d041bac262f9296679ad'/>
<id>urn:sha1:f1d87437cc6336fb5427d041bac262f9296679ad</id>
<content type='text'>
also fixing the release script code to deal with 'set -e' mode while
checking the symbols file.
</content>
</entry>
<entry>
<title>tell the release script that we use git now</title>
<updated>2013-12-07T12:05:19Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2013-12-07T12:05:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3fadd319255fc4bddb498a23a81e4ffe8588c701'/>
<id>urn:sha1:3fadd319255fc4bddb498a23a81e4ffe8588c701</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>fix release script to deal with vendors</title>
<updated>2013-12-07T11:56:26Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2013-12-07T11:56:26Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=0c268997152d3488c79b6e8fb1af6ac1fc87b4c3'/>
<id>urn:sha1:0c268997152d3488c79b6e8fb1af6ac1fc87b4c3</id>
<content type='text'>
Call xmllint with each vendor to check if any vendor specific errors are
present, but check the translations only with one vendor to check for
translation specifics – vendor and translation specific isn't possible.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>prepare-release: declare the packages needed as source build deps.</title>
<updated>2013-12-01T15:08:58Z</updated>
<author>
<name>Steve Langasek</name>
<email>steve.langasek@canonical.com</email>
</author>
<published>2012-06-11T22:36:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=fb83d0ccdda584a5aa9a93d87c6c71a03bc24ed4'/>
<id>urn:sha1:fb83d0ccdda584a5aa9a93d87c6c71a03bc24ed4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make autoconf happy by "mv configure.{in,ac}"</title>
<updated>2013-07-26T12:12:29Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-07-26T12:12:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ed9ba607b47feae1a435126c5fa05ac2a3690099'/>
<id>urn:sha1:ed9ba607b47feae1a435126c5fa05ac2a3690099</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
</feed>
