1. 02 Aug, 2017 2 commits
  2. 01 Aug, 2017 16 commits
  3. 14 Jul, 2017 1 commit
  4. 07 Jul, 2017 2 commits
  5. 03 Jul, 2017 7 commits
  6. 02 Jul, 2017 6 commits
  7. 26 Jun, 2017 3 commits
    • Russ Allbery's avatar
      Finalize changes for 4.0.0.4 · 416bc7f2
      Russ Allbery authored
      416bc7f2
    • Russ Allbery's avatar
      Fix the URLs in the Menu Policy and Perl Policy · 12986c88
      Russ Allbery authored
      The same change as for the main Policy document: change the anchor
      text to be the full URL instead of a Debian mirror path (which may be
      out of date).
      12986c88
    • Russ Allbery's avatar
      Formatting fixes for verbatim blocks · 9917df76
      Russ Allbery authored
      * Convert many of the <screen> tags in Policy to </programlisting> since
        the semantics are slightly more correct.
      * Remove the newline before </screen> or </programlisting> end tags,
        since it produces an extraneous and distracting blank line in both
        text and HTML output.
      * Change the mapping of Perl module names to Debian package names in
        the Perl Policy from a verbatim block to a table.
      * Change the list of cron directories from a verbatim block to a list.
      9917df76
  8. 25 Jun, 2017 3 commits
    • Russ Allbery's avatar
      Relax priority requirements, deprecate extra · 4b3e61ac
      Russ Allbery authored
      Clarify that priorities are used only for determining the contents
      of a Debian installation, and the majority of packages should have
      a priority of optional.
      
      Deprecated extra in favor of using optional, and allow optional
      packages to conflict with each other.
      
      Require that packages with a priority of standard or higher not
      conflict with each other.
      
      Remove the requirement that packages not depend on a packag with a
      lower priority, and instead state that priorities are based solely
      on the directly-provided functionality.  Carve out an exception for
      installer maintainers to mess with priorities to fix installer issues.
      4b3e61ac
    • Russ Allbery's avatar
      Improve environment variable restrictions for programs · 35c5ed00
      Russ Allbery authored
      The restrictions on not using environment variables refers to custom
      environment variables (not, say, a sensible PATH), and only applies to
      programs installed on the system PATH.
      
      Also update the wording to reflect that /etc/profile.d is now available,
      but still cannot be used for this purpose.  Remove the paragraph
      explaining that /etc/profile is a base-files configuration file, since
      /etc/profile.d solves that problem and it's not the point.
      35c5ed00
    • Russ Allbery's avatar
      Use <literal> for field names in 2.2.1 · 84ea4733
      Russ Allbery authored
      The DocBook conversion set these field names off in quotes, but
      we use <literal> everywhere else in Policy.  Be consistent.
      84ea4733