]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
* Removed recommendation on packaging-manual
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:11:09 +0000 (05:11 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:11:09 +0000 (05:11 +0000)
Author: srivasta
Date: 2001/04/15 18:40:31
   * Removed recommendation on packaging-manual
closes: Bug#86507, #93620, #93705
* Also now Conflicts and Replaces packaging-manual
* Remove FSSTND from binary package, although retain it in the source
package for the time being
* Get the version.ent non-compression thingy right this time!
* Also install FHS stuff byhand (as requested by webmasters)
* Corrected GPL name and location         closes: Bug#88788, #93047
* Correct bug severities                          closes: Bug#91276
* Correct typos etc. in policy-process
* Rename all .text files as .txt
* Fixed the to to typo in policy.                  closes: Bug#87007
* Changed packaging manual ==> dpkg documentation  closes: Bug#88651
* [ACCEPTED 14/03/2001] Deprecate confusing        closes: Bug#87828
Build-Depends arch syntax
* [AMENDMENT 29/03/2001] Clarification of example  closes: Bug#87711
configuration  files

git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-93

debian/changelog
policy.sgml
upgrading-checklist.html

index 6f776e746004616bb0aef089d8680804a503e04f..9a267b05fb32ac17c6e118e543160fe4b91fd5ee 100644 (file)
@@ -1,4 +1,4 @@
-debian-policy (3.5.2.1) unstable; urgency=low
+debian-policy (3.5.3.0) unstable; urgency=low
 
   * Removed recommendation on packaging-manual
                                     closes: Bug#86507, #93620, #93705
@@ -11,8 +11,14 @@ debian-policy (3.5.2.1) unstable; urgency=low
   * Correct bug severities                          closes: Bug#91276
   * Correct typos etc. in policy-process
   * Rename all .text files as .txt
+  * Fixed the to to typo in policy.                  closes: Bug#87007
+  * Changed packaging manual ==> dpkg documentation  closes: Bug#88651
+  * [ACCEPTED 14/03/2001] Deprecate confusing        closes: Bug#87828
+    Build-Depends arch syntax
+  * [AMENDMENT 29/03/2001] Clarification of example  closes: Bug#87711
+    configuration  files  
 
- --
+ -- Manoj Srivastava <srivasta@debian.org>  Sun, 15 Apr 2001 13:36:19 -0500
 
 debian-policy (3.5.2.0) unstable; urgency=low
 
@@ -45,6 +51,15 @@ debian-policy (3.5.1.0) unstable; urgency=low
 
  -- Julian Gilbey <jdg@debian.org>  Thu, 15 Feb 2001 12:13:00 +0000
 
+debian-policy (3.5.0.1) unstable; urgency=low
+
+  * Richard Braakman and Micheal Dorman have exressed their resignation
+    from policy maintenance duties. 
+  * fixed the date thinko in upgrading checklist. Thanks to Sébastien
+    Montagne <sebastien.montagne@netcourrier.com>        closes: Bug#84236
+
+ -- Manoj Srivastava <srivasta@debian.org>  Sun, 15 Apr 2001 11:24:51 -0500
+
 debian-policy (3.5.0.0) unstable; urgency=low
 
   * There have been numerous changes since the last major change, and
index 795974ed26cd05e83ec22183e5388062427b99b3..85a1926e6f1578a6ea8989ae69aea07ca23e4845 100644 (file)
        that have no editorial powers. At the moment, the list of
        maintainers is:
        <enumlist>
-         <item>
-           <p>Michael Alan Dorman <email>mdorman@debian.org</email></p>
-         </item>
-         <item>
-           <p>Philip Hands <email>phil@hands.com</email></p>
-         </item>
          <item>
            <p>Julian Gilbey <email>jdg@debian.org</email></p>
          </item>
        <p>
          This list here is not supposed to be exhaustive. Most fields
          are dealt with elsewhere in this document and in the
-         packaging manual.
+         dpkg documentation.
        </p>
        <sect1 id="f-Package"><heading><tt>Package</tt>
          </heading>
            <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
 
            * <var>change details</var>
-           <var>more change details</var>
+             <var>more change details</var>
            * <var>even more change details</var>
 
            -- <var>maintainer name and email address</var>  <var>date</var>
          is done in brackets after each individual package name and
          the optional version specification.  The brackets enclose a
          list of Debian architecture names separated by whitespace.
-         An exclamation mark may be prepended to each name. If the
-         current Debian host architecture is not in this list and
-         there are no exclamation marks in the list, or it is in the
-         list with a prepended exclamation mark, the package name and
-         the associated version specification are ignored completely
-         for the purposes of defining the relationships.
+         Exclamation marks may be prepended to each of the names.
+         (It is not permitted for some names to be prepended with
+         exclamation marks and others not.) If the current Debian
+         host architecture is not in this list and there are no
+         exclamation marks in the list, or it is in the list with a
+         prepended exclamation mark, the package name and the
+         associated version specification are ignored completely for
+         the purposes of defining the relationships.
        </p>
 
        <p>
            <footnote>
              <p>
                It used to do this by calling <prgn>ldd</prgn>, but it
-               now calls <prgn>objdump</prgn> to to this. This
+               now calls <prgn>objdump</prgn> to do this. This
                requires a couple of changes in the way that packages
                are built.
              </p>
                upgrading <tt>conffile</tt>s.
              </p>
            </footnote>
+           </p>
 
-         <p>
+           <p>
            The other way to do it is via the maintainer scripts.
            In this case, the configuration file must not be listed as
            a <tt>conffile</tt> and must not be part of the package
            have to do any configuration other than that done
            (semi-)automatically by the <tt>postinst</tt> script.</p>
 
-         <p>
-           A common practice is to create a script called
-           <tt><var>package</var>-configure</tt> and have the
-           package's <tt>postinst</tt> call it if and only if the
-           configuration file does not already exist. In certain
-           cases it is useful for there to be an example or template
-           file which the maintainer scripts use. Such files should
-           be in <tt>/usr/share/doc</tt> if they are examples or
-           <tt>/usr/lib</tt> if they are templates, and should be
-           perfectly ordinary <prgn>dpkg</prgn>-handled files
-           (<em>not</em> <tt>conffiles</tt>).</p>
+           <p>
+               A common practice is to create a script called
+               <tt><var>package</var>-configure</tt> and have the
+               package's <tt>postinst</tt> call it if and only if the
+               configuration file does not already exist. In certain
+               cases it is useful for there to be an example or template
+               file which the maintainer scripts use. Such files should
+               be in <tt>/usr/share/&lt;package&gt;</tt> or
+               <tt>/usr/lib/&lt;package&gt;</tt> with a symbolic link
+               from <tt>/usr/share/doc/&lt;package&gt;/examples</tt>
+               if they are examples, and should be
+               perfectly ordinary <prgn>dpkg</prgn>-handled files
+               (<em>not</em> <tt>conffiles</tt>).
+             </p>
 
          <p>
            These two styles of configuration file handling must
index c17636febf8c43af8040e810a553e108de2da628..ffdec0fbbb7fcfadc75912aa57aff9954e794493 100644 (file)
@@ -44,6 +44,15 @@ Manual.
 <h2>The checklist</h2>
 
 <pre>
+3.5.3.0                    Apr 01
+  Policy Manual:
+     - Build-Depends arch syntax has been changed to be less
+       ambiguous. This should not affect any current packages
+     - Examples and templates should now live in
+       /usr/share/&lt;package&gt; or /usr/lib/&lt;package&gt;, with
+       symbolic links from /usr/share/doc//&lt;package&gt;/examples as
+       needed. 
+      
 3.5.2.0                    Feb 01
   Policy Manual:
      - X app-defaults directory has moved from
@@ -55,7 +64,6 @@ Manual.
        run through dpkg-shlibdeps as well as executables
 
 3.5.0.0                    Jan 01
-
   Policy Manual:
      - If your package had fonts for the X Window System, and you
        converted BDF to PCF formats, the <tt>bdftopcf</tt> utility has