Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}: | David Kalnischkies | 2012-03-22 | 2 | -112/+4 |
| | | | | | | | - drop instead of fix as it is only needed if you want to reimplement dpkg and comes straight from the beginning of last decade (Closes: #663372) * apt-inst/deb/debfile.cc: - {Extract,Merge}Control() is another instance of "lets reimplement dpkg" so shot of this code before someone ends up using this… | ||||
* | for these helpers we don't need too much checks, | David Kalnischkies | 2012-03-20 | 2 | -3/+3 |
| | | | | but no warnings from gcc helps | ||||
* | use forward declaration in headers if possible instead of includes | David Kalnischkies | 2011-09-19 | 3 | -0/+4 |
| | |||||
* | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 2011-09-19 | 1 | -1/+3 |
| | |||||
* | fix 'comparison between signed and unsigned integer expressions' warning | David Kalnischkies | 2011-08-17 | 1 | -2/+1 |
| | | | | in the udevcdrom testcase | ||||
* | move the networkless test to the interactive helpers as it needs | David Kalnischkies | 2011-08-17 | 3 | -0/+55 |
| | | | | | root rights for operation (ifup/down, iptables) so it is better run under supervision | ||||
* | move the interactive helper to a subdirectory of test | David Kalnischkies | 2011-08-17 | 7 | -0/+381 |