summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-05-06 01:34:40 +0200
committerGuillem Jover <guillem@debian.org>2015-12-28 01:17:59 +0100
commit04c342b3cc12b626725183480d8487f33e827398 (patch)
treef2aa449265542c21d8aa9989b0020660b20a722a /TODO
parent38ac205718000f455113269eb835db3d6312ce20 (diff)
downloaddpkg-04c342b3cc12b626725183480d8487f33e827398.tar.gz
man: Add new dsc(5), deb-changelog(5) and deb-changes(5) man pages
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 69a7dfb28..53880f21f 100644
--- a/TODO
+++ b/TODO
@@ -16,13 +16,6 @@ TODO
* Triage as much bugs as possible to get the bug count below 300 ;) and
merge as much patches as possible.
- * Create dedicated manual pages for .changes and .dsc documenting the
- format of the files. (deb-foo might not be apprioriate as those are
- not inside of the .deb file, but changes(5) seems too generic.)
- Explain that backwards incompatible change involve a major version bump
- (1.x => 2.x) while minor version bump will be used for backwards
- compatible extension (e.g. new fields).
-
* Code cleanup / bug fixes:
- Get rid of static variables inside functions.
- Coalesce hash and checksum functions.