* apt-pkg/deb/debversion.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 13 Mar 2010 13:11:22 +0000 (14:11 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 13 Mar 2010 13:11:22 +0000 (14:11 +0100)
commitea5624c3d04c35f5a269b6f7431c135330c9b9b5
tree2d1e21d2565d67aa75aa3217152f87f2b3000fe7
parent2bb255740bf18b5e0524fe833523303abb5c9051
* apt-pkg/deb/debversion.cc:
  - consider absent of debian revision equivalent to 0 (Closes: #573592)

This moves the existing testcase for version comparison to "my" directory,
adds a few more tests (e.g. the tests used in cupt) and rewrites the
testcases runner: The runner does now call dpkg --compare-versions
to check what dpkg thinks about the comparison - all done in less code ;)
apt-pkg/deb/debversion.cc
debian/changelog
test/libapt/compareversion_test.cc [new file with mode: 0644]
test/libapt/makefile
test/makefile
test/versions.lst
test/versiontest.cc [deleted file]