]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Synchronized with patch 82 from Manojs tree
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 08:40:16 +0000 (08:40 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 08:40:16 +0000 (08:40 +0000)
Synchronized with patch 82 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-82
   * Add "links" to Build-Depends list

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-82

debian/changelog
debian/control
debian/rules
fhs-2.1.html.tar.gz [new file with mode: 0644]
policy.sgml

index 0ecd30db4c7d1c1e43110c9c7d33bbdc6d226387..e217fec07c01d15f9de32fd5b447b12d12ed383d 100644 (file)
@@ -18,8 +18,10 @@ debian-policy (3.5.1.0) unstable; urgency=low
   * Add the "main" section of each distribution (got left out by
     accident!)                 (Bug#64304, #75955 from packaging-manual)
   * Clean version numbering string     (Bug#73064 from packaging-manual)
+  * Add "links" to Build-Depends list
+  * Install HTML version of FHS                     closes: Bug#83487
 
- -- Julian Gilbey <jdg@debian.org>  Thu, 15 Feb 2001 10:55:19 +0000
+ -- Julian Gilbey <jdg@debian.org>  Thu, 15 Feb 2001 11:42:31 +0000
 
 debian-policy (3.5.0.0) unstable; urgency=low
 
index 2e32885b5d425601e4a8e987bf4bb2a07ac0316a..a22ba09837bbb1aaceba12c8c1c8d001865ecc5f 100644 (file)
@@ -3,7 +3,7 @@ Section: doc
 Priority: optional
 Maintainer: Debian Policy List <debian-policy@lists.debian.org>
 Standards-Version: ${debian-policy:Version}
-Build-Depends-Indep: links, debiandoc-sgml, sp, liburi-perl, libpaperg, tetex-bin, tetex-extra, latex2html, libi18n-langtags-perl, groff, bsdmainutils, pstoedit, tidy, jade, docbook-xml
+Build-Depends-Indep: links, debiandoc-sgml, sp, liburi-perl, libpaperg, tetex-bin, tetex-extra, latex2html, libi18n-langtags-perl, groff, bsdmainutils, pstoedit, tidy, jade, docbook-xml, links
 
 Package: debian-policy
 Architecture: all
index f6da8698a1afcc6e366f5cbf921a9bae1dcd8ea0..09745a89901be177a156af470edac0171814d731 100755 (executable)
@@ -66,6 +66,7 @@ LIBDIR          := $(TMPTOP)/usr/share/doc-base
 # And with version 2.1, we have to build the text and dvi versions
 # ourselves :-(
 FHS_ARCHIVE  =fhs-2.1-source.tar.gz
+FHS_HTML     =fhs-2.1.html.tar.gz
 FHS_FILES    =fhs/fhs.ps fhs/fhs.txt fhs/fhs.pdf
 FSSTND_FILES =FSSTND-FAQ fsstnd-1.2.dvi.gz fsstnd-1.2.ps.gz fsstnd-1.2.txt.gz
 POLICY_FILES =policy.text.gz policy.sgml virtual-package-names-list.text \
@@ -111,6 +112,7 @@ stamp-build:
        GROFF_TMAC_PATH=. cd fhs && $(MAKE) fhs.ps fhs.pdf fhs.txt
        links -dump fhs-changes-2.1.html | perl -pe 's/[\r\0]//g' > \
                     fhs/fhs-changes-2.1.text
+       cd fhs && tar zfx ../$(FHS_HTML)
        links -dump upgrading-checklist.html | perl -pe 's/[\r\0]//g' > \
                     upgrading-checklist.text
        $(MAKE) -C debconf_spec all
diff --git a/fhs-2.1.html.tar.gz b/fhs-2.1.html.tar.gz
new file mode 100644 (file)
index 0000000..a5de1ab
Binary files /dev/null and b/fhs-2.1.html.tar.gz differ
index b01eb18f5587879ff6400fbadb799621bf6f926b..c585df803693d056013f1ccd02811f2cc2574fcb 100644 (file)
          before (a version of) a package is removed and the
          <prgn>postrm</prgn> afterwards.
        </p>
-       <!--
-       next paragraph by Guy Maor to close bug #2481
-       -->
 
        <p> Programs called from maintainer scripts should not
          normally have a path prepended to them. Before installation
        files itself when building a package.
       </p>
 
-      <!--
-      next Paragraph added to close Bug #5299, Guy Maor
-      -->
-
       <p>
        Thirdly, the development package should contain a symlink for
        the shared library without a version number.  For example, the
        respectively.
       </p>
 
-      <!--
-      next paragraph changed by Christian Schwarz (see policy weekly #6)
-      -->
-
       <p>
        Any package installing shared libraries in a directory that's listed
        in <tt>/etc/ld.so.conf</tt> or in one of the default library
        installation and removes the links!
       </p>
 
-      <!--
-      moved from section 2.2 , DMorris
-      -->
-
       <sect id="shlibs"><heading>The <tt>shlibs</tt> File Format
        </heading>
 
       <sect><heading>Further Technical information on
          <tt>shlibs</tt></heading>
 
-
-       <!--
-       following section mostly provided by Heiko Schlittermann
-       edited by DMorris
-       -->
-
        <sect1><heading><em>What</em> are the <tt>shlibs</tt> files?
          </heading>