summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-10-19 02:33:08 +0200
committerGuillem Jover <guillem@debian.org>2013-07-18 01:41:39 +0200
commit2cac2b9c2c004f7ddf92fd5b39d51022a308b4d6 (patch)
treec2d09b93649d102399ad9902ff97a097d019a5c6 /TODO
parentc24cc696c75c55dd832fc3715ebdf155f0449c0e (diff)
downloaddpkg-2cac2b9c2c004f7ddf92fd5b39d51022a308b4d6.tar.gz
dpkg: Rename processarc.c to unpack.c
This clarifies the purpose of the file related to the dpkg action to perform.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index f6718c7c3..c2351e7a5 100644
--- a/TODO
+++ b/TODO
@@ -33,7 +33,7 @@ TODO
- Move fd function out of mlib.
- Cleanup status chars -> strings hardcoded mappings all over the place.
(Fix tied field enum with its dselect description (pkgdisplay.cc))
- - Refactor src/processarc.c.
+ - Refactor src/unpack.c.
- Split dpkg.h into independent headers.
- Do more unused header include removal.
- Add needed includes to all header files.