diff options
author | Wichert Akkerman <wakkerma@debian.org> | 2000-04-17 07:40:13 +0000 |
---|---|---|
committer | Wichert Akkerman <wakkerma@debian.org> | 2000-04-17 07:40:13 +0000 |
commit | 018ae78e49533e0223acdb651657b2c2926f5869 (patch) | |
tree | ce24effd011ce3836584baf384d371b275052a50 /TODO | |
parent | ff8ff1cdf269c4ddb20dc11697ef3145b310d22f (diff) | |
download | dpkg-018ae78e49533e0223acdb651657b2c2926f5869.tar.gz |
* TODO: updated
* debian/rules: explicitly strip the setgid bit for debian/tmp-*.
This is needed since the kernel copies it when we create subdirs
and install doesn't strip it even though we explicitly ask for
a mode 755 directory. Updated clean target to run make distclean
to remove generated sourcefiles as well.
* dpkg-deb/build.c: add comments to describe what we are doing.
Add code to get a list of files to be added to the archive, reorder
it and feed it to tar and use this to put symlinks after all other
files.
* scripts/dpkg-gencontrol.pl: add dpkg:Version and dpkg:UpstreamVersion
to list of substvars
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,8 @@ +libdpkg: +* cut compat.c into little pieces and move them to optlib + +optlib: +* add fnmatch, IRIX5 doesn't have it start-stop-daemon * write pidfile before we chroot? @@ -10,6 +15,14 @@ dpkg * allow external program to specify how to handle conffiles * integrate suidmanager * log our actions +* try to remove directories again after removing conffiles +* allow versioned provides +* verify Enhances works (ie don't trigger some assertion) + +dselect: +* support Enhances (GNU/FSF) +* allow versioned provides +* toggle for searching through descriptions dpkg-source * update format to handle multiple patches and tarballs |