summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-03-26 05:47:43 +0200
committerGuillem Jover <guillem@debian.org>2012-04-09 16:32:10 +0200
commitc13a013fd8778f9f558bedfb532c011dcb304394 (patch)
tree2cf1d7568773866a3ec473a14c42a3c31e6c5a20 /TODO
parenta44743e16e53c3ec812d48e0579344f447cf72dd (diff)
downloaddpkg-c13a013fd8778f9f558bedfb532c011dcb304394.tar.gz
Switch deb format version handling to use the new deb-version module
This simplifies the parsing and checking and avoids having to treat the format versions as floats, which can cause parse errors depending on the locale (this only affected the old deb format).
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 419e2cb5d..38b82dcb2 100644
--- a/TODO
+++ b/TODO
@@ -40,7 +40,6 @@ TODO
- Add needed includes to all header files.
- Get rid of unuseful "unsigned" modifiers.
- Use internerr instead of assert, and print more meaninful messages.
- - Make deb build version a version instead of doing checks over a string.
- Use enums for currently hardcoded literals (replacingfilesandsaid,
saidread, rok, filetriggers_edited, etc).
- Do not use nfmalloc (and friends) for non in-core db memory.