]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
* No longer install fsstnd
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:10:41 +0000 (05:10 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:10:41 +0000 (05:10 +0000)
Author: jdg
Date: 2001/03/31 22:20:51
* No longer install fsstnd
* Remove unnecessary comments from debconf_spec source file

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

debconf_spec/debconf_specification.xml
debian/changelog
debian/rules

index f74791ae62010e59b987b365c09470fca4653c61..ce90d050465fcf8cd248d475c98fb64d1216e919 100644 (file)
@@ -9,7 +9,6 @@
 <article>
 
   <articleinfo>
-    <!-- one of (indexterm contrib authorblurb affiliation othername lineage surname firstname honorific citetitle volumenum titleabbrev title subtitle seriesvolnums revhistory releaseinfo pubsnumber publishername publisher pubdate productnumber productname printhistory pagenums othercredit orgname issuenum issn isbn invpartnumber editor edition date corpname corpauthor copyright contractsponsor contractnum confgroup collab biblioset bibliomisc authorinitials authorgroup author artpagenums address abstract abbrev itermset keywordset subjectset modespec legalnotice mediaobject graphic) -->
     <title>Configuration management</title>
     <subtitle>revision 7.0</subtitle>
     <author>
index 7b3aa29b60948bdc1c00447b067090693179ad81..8a8f288ab05842c65377bdc13ed168c2c8f61b0b 100644 (file)
@@ -2,6 +2,8 @@ debian-policy (3.5.2.1) unstable; urgency=low
 
   * Removed recommendation on packaging-manual      closes: Bug#86507
   * Also now Conflicts and Replaces packaging-manual
+  * Remove FSSTND from binary package, although retain it in the source
+    package for the time being
 
  --
 
index 4a2d973a39cb945d8939aaaf3310ba8bf6c25a38..91fa056740e884d409aa809f71626f55b1784a9c 100755 (executable)
@@ -68,7 +68,7 @@ LIBDIR          := $(TMPTOP)/usr/share/doc-base
 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
+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 \
              upgrading-checklist.text libc6-migration.text version.ent \
              menu-policy.sgml menu-policy.text.gz \
@@ -152,7 +152,7 @@ stamp-policy:  build
        test -f stamp-build     || $(MAKE) -f        debian/rules build
        -rm -rf                 $(TMPTOP)
        $(make_directory)       $(TMPTOP)/DEBIAN
-       $(make_directory)       $(DOCDIR)/fsstnd
+#      $(make_directory)       $(DOCDIR)/fsstnd
        $(make_directory)       $(DOCDIR)/fhs
        $(make_directory)       $(LIBDIR)
        # create a substvar to reference from debian/control so that
@@ -162,7 +162,7 @@ stamp-policy:  build
        # itself...
        echo "debian-policy:Version=$(version)"      > debian/substvars
        $(install_file)     $(POLICY_FILES)          $(DOCDIR)/
-       $(install_file)     $(FSSTND_FILES)          $(DOCDIR)/fsstnd/
+#      $(install_file)     $(FSSTND_FILES)          $(DOCDIR)/fsstnd/
        $(install_file)     $(FHS_FILES)             $(DOCDIR)/fhs/
        $(install_file)     debian/changelog         $(DOCDIR)/
        -gzip -fqr9         $(DOCDIR)