Bladeren bron

Reschedule roadmap and feature removals in relation to versions

Use versions instead of Debian specific releases, although we map minor
versions to Debian releases.
Guillem Jover 17 jaren geleden
bovenliggende
commit
f09acc9d38
2 gewijzigde bestanden met toevoegingen van 14 en 20 verwijderingen
  1. 5 5
      README.feature-removal-schedule
  2. 9 15
      TODO

+ 5 - 5
README.feature-removal-schedule

@@ -3,7 +3,7 @@ This is a list of features that are scheduled to be removed from dpkg.
 
 
 What: Source-Version (substvar)
 What: Source-Version (substvar)
 Status: obsolete
 Status: obsolete
-When: lenny+1
+When: 1.16.x
 Warning: lintian (substvar-source-version-is-deprecated)
 Warning: lintian (substvar-source-version-is-deprecated)
 Why:
 Why:
  The semantics of Source-Version are missleading when applied to binNMUs.
  The semantics of Source-Version are missleading when applied to binNMUs.
@@ -12,7 +12,7 @@ Why:
 What: Revision, Package-Revision, Package_Revision, Class, Recommended,
 What: Revision, Package-Revision, Package_Revision, Class, Recommended,
       Optional (field)
       Optional (field)
 Status: obsolete
 Status: obsolete
-When: lenny+1
+When: 1.15.x
 Warning: program
 Warning: program
 Why:
 Why:
  These fields have been superseded by either other fields with better names
  These fields have been superseded by either other fields with better names
@@ -20,14 +20,14 @@ Why:
 
 
 What: -u, --udeb (dpkg-scanpackages option)
 What: -u, --udeb (dpkg-scanpackages option)
 Status: deprecated
 Status: deprecated
-When: lenny+1
+When: 1.16.x
 Warning: program
 Warning: program
 Why:
 Why:
  This option has been superseded by -tudeb.
  This option has been superseded by -tudeb.
 
 
 What: support of custom changelog parsers understanding only -v
 What: support of custom changelog parsers understanding only -v
 Status: obsolete
 Status: obsolete
-When: lenny+1
+When: 1.15.x
 Warning: none
 Warning: none
 Why:
 Why:
  The debian changelog parser has been enhanced. It supports new options
  The debian changelog parser has been enhanced. It supports new options
@@ -39,7 +39,7 @@ Why:
 
 
 What: support of PGP
 What: support of PGP
 Status: deprecated
 Status: deprecated
-When: lenny+1
+When: 1.15.x
 Warning: program
 Warning: program
 Why:
 Why:
  PGP is not part of Debian and GnuPG has been the standard tool for digital
  PGP is not part of Debian and GnuPG has been the standard tool for digital

+ 9 - 15
TODO

@@ -1,8 +1,8 @@
 ROADMAP
 ROADMAP
 =======
 =======
 
 
-squeeze
-~~~~~~~
+1.15.x (squeeze)
+~~~~~~
 
 
  * Review this file and remove or update the old entries.
  * Review this file and remove or update the old entries.
 
 
@@ -18,21 +18,8 @@ squeeze
    (1.x => 2.x) while minor version bump will be used for backwards
    (1.x => 2.x) while minor version bump will be used for backwards
    compatible extension (e.g. new fields).
    compatible extension (e.g. new fields).
 
 
-squeeze + 1
-~~~~~~~~~~~
-
- * Remove compatibility symlinks
-   /usr/sbin/{update-alternatives,dpkg-divert,dpkg-statoverride}.
- * Remove install-info wrapper.
-
-1.14.x
-------
-
  * Make dpkg bootstrappable.
  * Make dpkg bootstrappable.
 
 
-1.14.y
-------
-
  * Code cleanup:
  * Code cleanup:
    - Get rid of static variables inside functions.
    - Get rid of static variables inside functions.
    - Coalesce admindir / infodir / foodir generation.
    - Coalesce admindir / infodir / foodir generation.
@@ -128,6 +115,13 @@ squeeze + 1
 
 
  * Fix quotes? <http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html>
  * Fix quotes? <http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html>
 
 
+1.16.x (squeeze + 1)
+~~~~~~
+
+ * Remove compatibility symlinks
+   /usr/sbin/{update-alternatives,dpkg-divert,dpkg-statoverride}.
+ * Remove install-info wrapper.
+
 
 
 TODO
 TODO
 ====
 ====