Prechádzať zdrojové kódy

Remove obsolete --force-auto-select dpkg option

Guillem Jover 17 rokov pred
rodič
commit
9f6671925f
3 zmenil súbory, kde vykonal 8 pridanie a 12 odobranie
  1. 7 10
      README.feature-removal-schedule
  2. 1 0
      debian/changelog
  3. 0 2
      src/main.c

+ 7 - 10
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.
+

+ 1 - 0
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

+ 0 - 2
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                                               }
 };