Просмотр исходного кода

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
Родитель
Сommit
f09acc9d38
2 измененных файлов с 14 добавлено и 20 удалено
  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)
 Status: obsolete
-When: lenny+1
+When: 1.16.x
 Warning: lintian (substvar-source-version-is-deprecated)
 Why:
  The semantics of Source-Version are missleading when applied to binNMUs.
@@ -12,7 +12,7 @@ Why:
 What: Revision, Package-Revision, Package_Revision, Class, Recommended,
       Optional (field)
 Status: obsolete
-When: lenny+1
+When: 1.15.x
 Warning: program
 Why:
  These fields have been superseded by either other fields with better names
@@ -20,14 +20,14 @@ Why:
 
 What: -u, --udeb (dpkg-scanpackages option)
 Status: deprecated
-When: lenny+1
+When: 1.16.x
 Warning: program
 Why:
  This option has been superseded by -tudeb.
 
 What: support of custom changelog parsers understanding only -v
 Status: obsolete
-When: lenny+1
+When: 1.15.x
 Warning: none
 Why:
  The debian changelog parser has been enhanced. It supports new options
@@ -39,7 +39,7 @@ Why:
 
 What: support of PGP
 Status: deprecated
-When: lenny+1
+When: 1.15.x
 Warning: program
 Why:
  PGP is not part of Debian and GnuPG has been the standard tool for digital

+ 9 - 15
TODO

@@ -1,8 +1,8 @@
 ROADMAP
 =======
 
-squeeze
-~~~~~~~
+1.15.x (squeeze)
+~~~~~~
 
  * 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
    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.
 
-1.14.y
-------
-
  * Code cleanup:
    - Get rid of static variables inside functions.
    - Coalesce admindir / infodir / foodir generation.
@@ -128,6 +115,13 @@ squeeze + 1
 
  * 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
 ====