Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-26 | handle pkgnames shorter than modifiers | David Kalnischkies | |
The bugreport highlights the problem with an empty package name. We fix this by 'ignoring' these so that it behaves just like "apt-get install". The deeper problem is that modifier strings can be longer than a package name in which case the comparison doesn't make sense, so don't compare then. Was not noticed so far as all modifiers are of length 1, so the only package name shorter than this is in fact the empty package name. Closes: 744940 | |||
2011-02-15 | test/integration/: remove a bunch of "local" statements from the ↵ | Michael Vogt | |
shellscript, keep tests running even on failure but log failures | |||
2011-02-07 | * apt-pkg/contrib/error.cc: | David Kalnischkies | |
- remove 400 char size limit of error messages (LP: #365611) |