Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-02 | tests: fix some problems travis encounters | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-08-12 | add chronic-like testsuccess/testfailure helpers | David Kalnischkies | |
For many commands the output isn't stable (like then dpkg is called) but the exitcode is, so this helper enhances the common && msgpass || msgfail by generating automatically a msgtest and showing the output of the command in case of failure instead of discarding it unconditionally, the later being chronic-like behaviour Git-Dch: Ignore | |||
2012-09-19 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | |
- ensure that dependencies for packages:none are always generated | |||
2012-09-09 | handle packages without a mandatory architecture (debian-policy ยง5.3) | David Kalnischkies | |
by introducing a pseudo-architecture 'none' so that the small group of users with these packages can get right of them without introducing too much hassle for other users (Closes: #686346) |