The following commit has been merged in the master branch:
commit 9f6671925f3403900bb3a2f74cd4b6683a189052
Author: Guillem Jover <guil...@debian.org>
Date:   Tue May 12 20:21:55 2009 +0200

    Remove obsolete --force-auto-select dpkg option

diff --git a/README.feature-removal-schedule b/README.feature-removal-schedule
index e40a860..cda910c 100644
--- a/README.feature-removal-schedule
+++ b/README.feature-removal-schedule
@@ -33,16 +33,6 @@ 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: --no-auto-select (dpkg option)
-Status: deprecated
-When: lenny+1
-Warning: none
-
 What: -u, --udeb (dpkg-scanpackages option)
 Status: deprecated
 When: lenny+1
@@ -104,3 +94,10 @@ When: 1.15.1
 Why:
  These options have been no-ops for a long time.
 
+What: --force-auto-select (dpkg option)
+Status: removed
+When: 1.15.1
+Why:
+ This option has been a no-op for so long, that there's no traces on git
+ history of its usage.
+
diff --git a/debian/changelog b/debian/changelog
index 95e87b4..64d39e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -107,6 +107,7 @@ dpkg (1.15.1) UNRELEASED; urgency=low
   * Print a warning when using obsolete '--print-installation-architecture'.
     Closes: #528171
   * Remove obsolete --largemem and --smallmem dpkg options.
+  * Remove obsolete --force-auto-select dpkg option.
 
   [ Frank Lichtenheld ]
   * Dpkg::Version: Remove unnecessary function next_elem which just
diff --git a/src/main.c b/src/main.c
index 385d179..88c4b67 100644
--- a/src/main.c
+++ b/src/main.c
@@ -203,8 +203,6 @@ static const struct forceinfo {
   { "overwrite-dir",       &fc_overwritedir             },
   { "architecture",        &fc_architecture             },
   { "bad-verify",          &fc_badverify                },
-  /* FIXME: obsolete options, remove in the future. */
-  { "auto-select",         NULL                         },
   {  NULL                                               }
 };
 

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to