diff options
author | Guillem Jover <guillem@debian.org> | 2014-05-06 01:34:40 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-12-28 01:17:59 +0100 |
commit | 04c342b3cc12b626725183480d8487f33e827398 (patch) | |
tree | f2aa449265542c21d8aa9989b0020660b20a722a /TODO | |
parent | 38ac205718000f455113269eb835db3d6312ce20 (diff) | |
download | dpkg-04c342b3cc12b626725183480d8487f33e827398.tar.gz |
man: Add new dsc(5), deb-changelog(5) and deb-changes(5) man pages
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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. |