summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)AuthorFilesLines
2009-10-30Update TODO listGuillem Jover1-40/+18
Remove done items. Remove items moved to the RoadMap in the wiki, and add a link to it. Move items around were they better fit. Separate old TODOs with a straight line.
2009-08-13Use MD5HASHLEN instead of literalsGuillem Jover1-1/+0
2009-07-14Remove TODO itemGuillem Jover1-1/+0
2009-07-12Update TODO listGuillem Jover1-2/+12
2009-07-12Reschedule roadmap and feature removals in relation to versionsGuillem Jover1-15/+9
Use versions instead of Debian specific releases, although we map minor versions to Debian releases.
2009-07-03Add changelog entry for the install-info transitionRaphael Hertzog1-0/+1
2009-07-03Replace install-info by a simple wrapper (or no-op command)Raphael Hertzog1-2/+0
In order to properly transition to GNU's install-info, dpkg's install-info is modified to be a simple wrapper around /usr/bin/install-info. That wrapper warns when the user explicitely calls /usr/sbin/install-info since the new install-info is in /usr/bin/. This wrapper is meant to be removed at some point when all references to /usr/sbin/install-info have gone (most probably in squeeze+1). Also remove the manual page since there's nothing to document any more and add a lintian override until the wrapper is removed. Reference: http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo
2009-07-02libdpkg: Refactor parsedb_state into a new structureGuillem Jover1-1/+0
Move state variables into a new struct and pass that instead of each of them to the error, warning and field parsing functions. This is cleaner, and should be “marginally” faster.
2009-04-13Detect the curses headers to use instead of hardcoding themGuillem Jover1-1/+0
Wrap the curses headers to use and select them through the config.h macros detected at configure time. This way we can also cleanly detect the path needed by mkcurkeys.pl w/o duplicating the selection logic.
2009-02-11Move update-alternatives, dpkg-divert and dpkg-statoverride to /usr/binRaphael Hertzog1-2/+8
* scripts/Makefile.am: Move update-alternatives, dpkg-divert and dpkg-statoverride to /usr/bin as they can be useful to users since they have --display or --list options that do not require administrative rights. * Makefile.am (EXTRA_DIST): Add debian/dpkg.links
2008-12-09TODO: Add new itemsGuillem Jover1-0/+12
2008-09-14libdpkg: Move compat.c to libcompatGuillem Jover1-1/+0
2008-08-04dpkg: Use blankpackageperfile instead of manually blanking the membersGuillem Jover1-1/+0
2008-08-04TODO: Add new itemsGuillem Jover1-0/+4
2008-08-04Unify usage of FIXME in commentsGuillem Jover1-0/+2
2008-05-12Use sizeof_array() instead of ad-hoc calculationsGuillem Jover1-1/+0
2008-05-11Add a --query option to update-alternatives. Closes: #336091, #441904Pierre Habouzit1-2/+0
* scripts/update-alternatives.pl: add a --query option that works like --display but outputs a machine parseable rfc822-like output. * man/update-alternatives.8: document that new option, and the associated format.
2008-04-29Update TODO listGuillem Jover1-2/+0
2008-04-13Update TODO listGuillem Jover1-21/+36
2008-04-11Update TODO file by merging my own list into itRaphael Hertzog1-3/+14
2008-03-25Refactor status-fd duplicate output code into a new functionGuillem Jover1-1/+0
Based on a patch by Ian Jackson <ian@davenant.greenend.org.uk>.
2008-03-23libcompat: Add strnlenGuillem Jover1-1/+0
2008-02-04TODO: UpdateGuillem Jover1-17/+32
2008-01-22Move dpkg Breaks on dpkg-dev (= 1.14.13) and (= 1.14.14) to ConflictsGuillem Jover1-0/+2
So that users from etch can upgrade to sid (or lenny once dpkg has migrated). Those Conflicts should be removed before lenny's release.
2008-01-17Update TODO listGuillem Jover1-7/+1
2007-11-19Release 1.14.8Guillem Jover1-6/+0
2007-11-19Add initial udeb supportGuillem Jover1-4/+0
Support new fields fields Package-Type, Subarchitecture, Kernel-Version and Installer-Menu-Item. New '--type' option for dpkg-scanpackages.
2007-11-16dpkg-architecture: Move host and build arch detection code to Dpkg::ArchGuillem Jover1-1/+1
2007-08-31Implement support for Tag fieldGuillem Jover1-2/+0
2007-08-14Update TODO list.Guillem Jover1-8/+0
Remove obsolete and finished entries.
2007-07-03Fix 'make distcheck' by adding uninstall-local target toFrank Lichtenheld1-2/+0
man/Makefile.am that removes the translated man pages.
2007-07-02Add 'make dist' item.Guillem Jover1-2/+4
2007-05-08Release 1.14.1.Guillem Jover1-1/+1
2007-05-08Release 1.14.0.Guillem Jover1-1/+3
2007-05-07Add armel support to ostable and triplettable. Closes: #414087Guillem Jover1-4/+0
2007-04-11Make all perl scripts use strict and warnings, to ease catching errors.Guillem Jover1-3/+0
2007-04-09Sent a bug report for debian-policy to replace Source-Version withGuillem Jover1-2/+0
binary:Version substvar usage.
2007-03-29The PAM support has been decided as wontfix, removing.Guillem Jover1-2/+0
2007-03-22Switch from pseudo-tags to usertags, and update the documentation.Guillem Jover1-2/+0
2007-03-22Update TODO list.Guillem Jover1-1/+22
2007-03-13Support building binary packages with the member data.tar.lzma compressedGuillem Jover1-2/+2
with lzma.
2007-03-12Split dpkg-source(1) into independent man pages, namelyGuillem Jover1-2/+0
dpkg-buildpackage(1), dpkg-distaddfile(1), dpkg-genchanges(1), dpkg-gencontrol(1), dpkg-parsechangelog(1), dpkg-shlibdeps(1), deb-shlibs(5) and deb-substvars(5).
2007-03-08Add a new item.Guillem Jover1-0/+2
2007-03-06Remove done items.Guillem Jover1-20/+19
Add new ones.
2007-03-06Update the TODO file.Guillem Jover1-21/+64
2002-05-23Add items for --reconfigure and --call-maint-script.Adam Heath1-0/+8
2002-02-01Add some ssd thingsWichert Akkerman1-0/+2
2002-01-31updatedWichert Akkerman1-1/+6
2001-07-31Removed some TODO items that are implemented nowWichert Akkerman1-3/+0
2000-11-30add new --import option to import settings from /etc/suid.confWichert Akkerman1-0/+6