1. 01 Apr, 2021 1 commit
    • Russ Allbery's avatar
      Document editor and default-editor virtual packages · b69d352e
      Russ Allbery authored
      Introduce a default-editor virtual package and recommend the use
      of editor and default-editor.
      
      Also explicitly require a dependency on sensible-utils if one uses
      sensible-editor or sensible-pager, and state explicitly that packages
      do not need to declare a dependency on the pager package.
      b69d352e
  2. 28 Feb, 2021 1 commit
  3. 17 Nov, 2020 2 commits
  4. 16 Nov, 2020 5 commits
  5. 09 Nov, 2020 1 commit
  6. 31 Oct, 2020 1 commit
  7. 19 Aug, 2020 3 commits
  8. 16 Jun, 2020 1 commit
  9. 20 May, 2020 1 commit
  10. 07 May, 2020 1 commit
  11. 28 Apr, 2020 1 commit
  12. 15 Apr, 2020 2 commits
  13. 10 Apr, 2020 3 commits
  14. 08 Apr, 2020 1 commit
  15. 27 Mar, 2020 3 commits
  16. 21 Jan, 2020 1 commit
  17. 20 Jan, 2020 8 commits
  18. 16 Jan, 2020 1 commit
  19. 04 Jan, 2020 3 commits
    • Russ Allbery's avatar
      Downgrade the status command to encouraged · 93d768da
      Russ Allbery authored
      93d768da
    • Sean Whitton's avatar
      fix 'day-of week' · bcba0933
      Sean Whitton authored
      bcba0933
    • Russ Allbery's avatar
      Revise init script policy · d9cfe276
      Russ Allbery authored
      Move the recommendation to include a systemd unit up to the
      introduction and change the title and anchors of the section on
      init scripts to indicate that they're now about starting system
      services.  (The anchors weren't used for links inside Policy.)
      
      Add a recommended naming convention for service units following
      the recommendation for init scripts.
      
      Including an init script is encouraged if there is no systemd
      unit and optional if there is.  If one is included, it should have
      the same name as the systemd unit.
      
      Remove or move some material in the introduction that belongs
      more naturally in other sections.  Remove the recommendation that
      packages include init scripts in the "Writing the scripts" section.
      Be consistent about saying that use of update-rc.d is required if
      the package includes an init script (it was required in one place
      and recommended in another).
      
      Use "init script" rather than "initscript" consistently.  Make some
      other minor wording tweaks.
      
      Remove the section on alternate init systems, which no longer says
      anything relevant.
      d9cfe276