<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/test/libapt/makefile, branch 1.0.9.5</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.0.9.5</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.0.9.5'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2014-11-10T16:23:29Z</updated>
<entry>
<title>allow options between command and -- on commandline</title>
<updated>2014-11-10T16:23:29Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-09-27T23:25:21Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c505fa33a6441b451971ce6c636cf2ca4dacdc1d'/>
<id>urn:sha1:c505fa33a6441b451971ce6c636cf2ca4dacdc1d</id>
<content type='text'>
This used to work before we implemented a stricter commandline parser
and e.g. the dd-schroot-cmd command constructs commandlines like this.

Reported-By: Helmut Grohne
</content>
</entry>
<entry>
<title>use Google C++ Testing Framework for libapt tests</title>
<updated>2014-04-16T16:36:14Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-04-16T15:09:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f00832cc273e52a47fb88e49849891b771de4e17'/>
<id>urn:sha1:f00832cc273e52a47fb88e49849891b771de4e17</id>
<content type='text'>
My commit 45df0ad2 from 26. Nov 2009 had a little remark:
"The commit also includes a very very simple testapp."
This was never intended to be permanent, but as usually…

The commit adds the needed make magic to compile gtest statically
as it is required and links it against a small runner. All previous
testcase binaries are reimplemented in gtest and combined in this
runner. While most code is a 1:1 translation some had to be rewritten
like compareversion_test.cc, but the coverage remains the same.
</content>
</entry>
<entry>
<title>Add progressbar to "Dpkg::Progress-Fancy"</title>
<updated>2014-03-27T06:56:42Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-03-27T06:56:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=fa211e2d3b0305cfdd184cdba9750259f6d9c98e'/>
<id>urn:sha1:fa211e2d3b0305cfdd184cdba9750259f6d9c98e</id>
<content type='text'>
A text progressbar is now displayed in the Dpkg::Progress-Fancy
mode. It can be turned off via the apt option
Dpkg::Progress-Fancy::Progress-Bar=false
</content>
</entry>
<entry>
<title>support very long mtab entries in mountpoint discovery</title>
<updated>2014-03-13T12:58:46Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-10T00:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=12844170ad33d96cb0c5fa411f4eb62fea6e3d5d'/>
<id>urn:sha1:12844170ad33d96cb0c5fa411f4eb62fea6e3d5d</id>
<content type='text'>
Old code limited lines to 250 characters which is probably enough for
everybody, but who knows… It also takes care of device nodes which start
with the same prefix.
</content>
</entry>
<entry>
<title>add unittest for new sourceslist parser as well</title>
<updated>2013-12-05T14:30:56Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2013-12-02T07:21:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=caeb19b796f7045f489dbce0bf681925d49136a9'/>
<id>urn:sha1:caeb19b796f7045f489dbce0bf681925d49136a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* lp:~mvo/apt/add-glob-function:</title>
<updated>2013-08-15T07:43:43Z</updated>
<author>
<name>Michael Vogt</name>
<email>egon@debian-devbox</email>
</author>
<published>2012-10-17T08:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=488011fa99aee25bedb39ae2cc3115ad1ab000c0'/>
<id>urn:sha1:488011fa99aee25bedb39ae2cc3115ad1ab000c0</id>
<content type='text'>
  -  add Glob() to fileutl.{cc,h}
Conflicts:
	apt-pkg/contrib/fileutl.h
	debian/changelog
</content>
</entry>
<entry>
<title>stop building l10n if strings are unchanged</title>
<updated>2013-06-09T13:12:32Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-05-31T16:19:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=57da1b4bd21aceced30f658993fb811a5232cff7'/>
<id>urn:sha1:57da1b4bd21aceced30f658993fb811a5232cff7</id>
<content type='text'>
The buildsystem tried to build l10n for test applications which never
produced the output it expected causing it to try building it all the
time.
</content>
</entry>
<entry>
<title>fix pkgTagSection::Exists() and add test</title>
<updated>2013-03-18T11:10:35Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2013-03-18T11:10:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c8b860fb8d0f1531f99db4fad74f5892c6806f1b'/>
<id>urn:sha1:c8b860fb8d0f1531f99db4fad74f5892c6806f1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* apt-pkg/cdrom.cc:</title>
<updated>2012-09-02T19:32:40Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-09-02T19:32:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8628c2f7a6a8769a6250280d62791a8429aa71ba'/>
<id>urn:sha1:8628c2f7a6a8769a6250280d62791a8429aa71ba</id>
<content type='text'>
  - handle Components in the reduction for the source.list as multi-arch cds
    otherwise create duplicated source entries (e.g. "wheezy main main")</content>
</entry>
<entry>
<title>* apt-pkg/indexcopy.cc:</title>
<updated>2012-09-02T16:31:07Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-09-02T16:31:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d29a5330af408747363c944767f1af2212658bd1'/>
<id>urn:sha1:d29a5330af408747363c944767f1af2212658bd1</id>
<content type='text'>
  - do not create duplicated flat-archive cdrom sources for foreign
    architectures on multi-arch cdroms</content>
</entry>
</feed>
