From 52d859b134000966c9372ba8ffa7b43bcfe2db23 Mon Sep 17 00:00:00 2001 From: Bill Allombert Date: Tue, 26 Jan 2010 13:44:11 +0100 Subject: [PATCH] Brace filenames with ~...~ This avoids /.../ to be intepreted as italic. --- upgrading-checklist.html | 145 +++++++++++++++++++------------------- upgrading-checklist.org | 146 +++++++++++++++++++-------------------- upgrading-checklist.txt | 144 +++++++++++++++++++------------------- 3 files changed, 218 insertions(+), 217 deletions(-) diff --git a/upgrading-checklist.html b/upgrading-checklist.html index d20179f..755c3f3 100644 --- a/upgrading-checklist.html +++ b/upgrading-checklist.html @@ -7,7 +7,7 @@ lang="en" xml:lang="en"> Policy checklist for upgrading your packages - + @@ -182,7 +182,7 @@ Permitting files to instead be installed to /lib/triplet and should instead create them in postinst and remove them in prerm or postrm.
  • -9.1.1 : /sys and /selinux directories are explicitly allowed as an +9.1.1 : /sys and /selinux directories are explicitly allowed as an exception to the FHS.
  • @@ -211,7 +211,7 @@ may be used in different versions of the field.
  • 5.6.14 : The Debian archive software does not support uploading -to multiple distributions with one \*.changes file. +to multiple distributions with one *.changes file.
  • 5.6.19 : The Binary field may span multiple lines. @@ -225,7 +225,7 @@ or packages using them should be built with RPATH.
  • 11.8.7 : Clarify installation directories for X programs and remove the requirement to pre-depend on x11-common before installing -into /usr/include/X11 and /usr/lib/X11. +into /usr/include/X11 and /usr/lib/X11.
  • 12.1 : Remove the requirement that all characters in a manual @@ -280,11 +280,11 @@ spelled out.
  • 9.1: Legacy XFree86 servers no longer get a special exception from the -FHS permitting /etc/X11/XF86Config-4. +FHS permitting /etc/X11/XF86Config-4.
  • 9.1.3: Removed obsolete dependency requirements for packages that use -/var/mail. +/var/mail.
  • 11.8.5: Speedo fonts are now deprecated. The X backend was disabled @@ -333,12 +333,12 @@ test suite provided by the package should not be run. 5.1: All control files must be encoded in UTF-8.
  • -5.2: debian/control allows comment lines starting with # with no +5.2: debian/control allows comment lines starting with # with no preceding whitespace.
  • 9.3: Init scripts ending in .sh are not handled specially. They are not -sourced and are not guaranteed to be run by /bin/sh regardless of +sourced and are not guaranteed to be run by /bin/sh regardless of the #! line. This brings Policy in line with the long-standing behavior of the init system in Debian.
  • @@ -347,12 +347,12 @@ behavior of the init system in Debian. start the daemon again if it's already running.
  • -9.3.2: /var/run and /var/lock may be mounted as temporary filesystems, and -init scripts must therefore create any necessary subdirectories +9.3.2: /var/run and /var/lock may be mounted as temporary filesystems, +and init scripts must therefore create any necessary subdirectories dynamically.
  • -10.4: /bin/sh scripts may assume that local can take multiple variable +10.4: /bin/sh scripts may assume that local can take multiple variable arguments and supports assignment.
  • @@ -403,14 +403,14 @@ used that way.
  • 4.14: If dpkg-source -x doesn't produce source ready for editing and building with dpkg-buildpackage, packages should include a -debian/README.source file explaining how to generate the patched +debian/README.source file explaining how to generate the patched source, add a new modification, and remove an existing modification. This file may also be used to document packaging a new upstream release and any other complexity of the Debian build process.
  • -5.6.3: The Uploaders field in debian/control may be wrapped. +5.6.3: The Uploaders field in debian/control may be wrapped.
  • 5.6.12: An empty Debian revision is equivalent to a Debian revision of 0 in @@ -432,13 +432,13 @@ of -runtime for runtime support programs, since that naming is more common in Debian.
  • -9.5: Files in /etc/cron.{hourly,daily,weekly,monthly} must be +9.5: Files in /etc/cron.{hourly,daily,weekly,monthly} must be configuration files (upgraded from should). Mention the hourly directory.
  • -11.8.6: Packages providing /etc/X11/Xresources files need not conflict with -xbase (<< 3.3.2.3a-2), which is long-obsolete. +11.8.6: Packages providing /etc/X11/Xresources files need not conflict +with xbase (<< 3.3.2.3a-2), which is long-obsolete.
  • 12.1: Manual pages in locale-specific directories should use either the @@ -451,7 +451,7 @@ UTF-8.
  • 12.5: The Apache 2.0 license is now in common-licenses and should be -referenced rather than quoted in debian/copyright. +referenced rather than quoted in debian/copyright.
  • 12.5: Packages in contrib and non-free should state in the copyright file @@ -481,7 +481,7 @@ Released Dec 2007. anything, even the end of a part.
  • -10.4: Scripts may assume that /bin/sh supports local (at a basic level) +10.4: Scripts may assume that /bin/sh supports local (at a basic level) and that its test builtin (if any) supports -a and -o binary logical operators.
  • @@ -517,7 +517,7 @@ a gettext-based system such as po-debconf.
  • 12.5: GFDL 1.2, GPL 3, and LGPL 3 are now in common-licenses and should -be referenced rather than quoted in debian/copyright. +be referenced rather than quoted in debian/copyright.
  • @@ -582,7 +582,7 @@ of the process.
  • 11.8.7: Packages should install any relevant files into the directories -usr/include/X11/and /usr/lib/X11, but if they do so, they +/usr/include/X11/ and /usr/lib/X11/, but if they do so, they must pre-depend on x11-common (>= 1:7.0.0)
  • @@ -602,17 +602,17 @@ Released Apr 2006.