]> err.no Git - dpkg/commitdiff
Add README.feature-removal-schedule and README.api
authorGuillem Jover <guillem@debian.org>
Mon, 21 Jan 2008 08:00:19 +0000 (10:00 +0200)
committerGuillem Jover <guillem@debian.org>
Mon, 21 Jan 2008 08:00:19 +0000 (10:00 +0200)
ChangeLog
Makefile.am
README.api [new file with mode: 0644]
README.feature-removal-schedule [new file with mode: 0644]
debian/changelog
debian/dpkg.docs

index 7c509be88267175032b1e80bcf22044533a9dff4..e27ce92021c80a6f997e43d7cde0430813776768 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-21  Guillem Jover  <guillem@debian.org>
+
+       * README.api: New file.
+       * README.feature-removal-schedule: Likewise.
+       * Makefile.am (EXTRA_DIST): Add README.feature-removal-schedule and
+       README.api.
+
 2008-01-21  Guillem Jover  <guillem@debian.org>
 
        * configure.ac (AC_CHECK_FUNCS): Escape new lines.
index 38bb1e6281fe5f461ee2c866eb41c53df0b54149..28cd3b06107959849f7af540b46f81a4cd86eb27 100644 (file)
@@ -23,6 +23,8 @@ ACLOCAL_AMFLAGS = -I m4
 dist_pkgdata_DATA = cputable ostable triplettable
 
 EXTRA_DIST = \
+       README.api \
+       README.feature-removal-schedule \
        README.translators \
        debian/archtable \
        debian/changelog \
diff --git a/README.api b/README.api
new file mode 100644 (file)
index 0000000..9eb10dd
--- /dev/null
@@ -0,0 +1,10 @@
+This is an (incomplete) list of currently provided APIs by dpkg, and
+their supported status.
+
+
+What: Dpkg (perl modules)
+Status: testing
+Description:
+ The API provided by these modules is not yet stable, it's only supposed to
+ be used internally by dpkg for now.
+
diff --git a/README.feature-removal-schedule b/README.feature-removal-schedule
new file mode 100644 (file)
index 0000000..c71e1c1
--- /dev/null
@@ -0,0 +1,65 @@
+This is a list of features that are scheduled to be removed from dpkg.
+
+
+What: 822-date (program)
+Status: obsolete
+When: lenny+1
+Warning: program
+Why:
+ Should switch to use 'date -R'.
+
+What: cleanup-info (program)
+Status: deprecated
+When: lenny
+Warning: none
+Why:
+ This program was needed long time ago to fixup broken info dir files
+ generated by buggy install-info programs. Should not be needed anymore.
+
+What: Source-Version (substvar)
+Status: obsolete
+When: lenny+1
+Warning: lintian (substvar-source-version-is-deprecated)
+Why:
+ The semantics of Source-Version are missleading when applied to binNMUs.
+ Should switch to use binary:Version or source:Version substvars.
+
+What: Revision, Package-Revision, Package_Revision, Class, Recommended,
+      Optional (field)
+Status: obsolete
+When: lenny+1
+Warning: program
+Why:
+ These fields have been superseded by either other fields with better names
+ or values in other fields.
+
+What: recommended, contrib, base (priority)
+Status: obsolete
+When: lenny+1
+Warning: none
+Why:
+ These priorities have been superseded by either other fields or values in
+ other fields.
+
+What: --force-auto-install (dpkg option)
+Status: obsolete
+When: lenny+1
+Warning: program
+
+What: --largemem, --smallmem (dpkg option)
+Status: obsolete
+When: lenny+1
+Warning: program
+
+What: --no-auto-select (dpkg option)
+Status: deprecated
+When: lenny+1
+Warning: none
+
+What: -u, --udeb (dpkg-scanpackages option)
+Status: deprecated
+When: lenny+1
+Warning: none
+Why:
+ This option has been superseded by -tudeb.
+
index 424dec10abbc67bdaafe3616901c7e4c5e3a2bce..4318a545c5c159fa1d2c1ff106c941da3fd37683 100644 (file)
@@ -26,6 +26,8 @@ dpkg (1.14.16) UNRELEASED; urgency=low
     quotes in m4 files. Closes: #24514
   * Switch Maintainer address to <debian-dpkg@lists.debian.org> from
     <team@dpkg.org>.
+  * Add README.feature-removal-schedule describing the features to be removed
+    and README.api describing the provided APIs.
 
   [ Frank Lichtenheld ]
   * Make the -L option of dpkg-parsechangelog actually work (it's
index caa7b8bcb5106b36c1704204fcba641bd9c63750..aefc34834759ca28ad65422eb497530f8e2937d9 100644 (file)
@@ -1,3 +1,5 @@
 AUTHORS
 THANKS
 debian/usertags
+README.api
+README.feature-removal-schedule