]> git.saurik.com Git - apt.git/commit - apt-pkg/tagfile.cc
sync TFRewrite*Order arrays with dpkg and dak
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 9 May 2015 16:55:41 +0000 (18:55 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 11 May 2015 15:22:32 +0000 (17:22 +0200)
commite8fb1cdfdd13e45f2b3abbd57a28b57ae6137f14
tree5b32d156d47a99921fedcdaad66471bf0a0293fa
parent5f4fcd88bdabee993dd07244d2f0f8f3658c40f2
sync TFRewrite*Order arrays with dpkg and dak

dpkg and dak know various field names and order them in their output,
while we have yet another order and have to play catch up with them as
we are sitting between chairs here and neither order is ideal for us,
too.

A little testcase is from now on supposed to help ensureing that we do
not derivate to far away from which fields dpkg knows and orders.
apt-pkg/tagfile-order.c [new file with mode: 0644]
apt-pkg/tagfile.cc
debian/tests/run-tests
test/integration/framework
test/integration/test-apt-ftparchive-cachedb
test/integration/test-apt-ftparchive-cachedb-lp1274466
test/integration/test-apt-ftparchive-src-cachedb
test/integration/test-apt-tagfile-fields-order [new file with mode: 0755]