]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Stop attaching tarballs, cf. bug #184082.
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:39:45 +0000 (05:39 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:39:45 +0000 (05:39 +0000)
Author: joy
Date: 2003/05/10 17:34:01
Stop attaching tarballs, cf. bug #184082.

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

debian/changelog
debian/rules

index f5f91e7252d1efef4628933530152edfc86644b1..3c7315e01f3b71637227ea0e90396e134feb95f6 100644 (file)
@@ -8,6 +8,7 @@ debian-policy (3.5.10.0) unstable; urgency=low
   * Fixed various typos, closes: #189274, #187418, #187422, #189654.
   * Removed broken link to csh.whynot on CPAN, closes: #187567.
   * Updated archive section list, closes: #187420.
+  * Stop attaching byhand tarballs, cf. bug #184082.
   Manoj:
   * Clarify x-terminal-emulator virtual package eligibility, in an
     extention to an informative footnote.                    closes: Bug#165063
index 887f866f9e07e01d30f6b882a312f8b747a57cb1..f8a80e800aa817c9a78f5b13c3e728052a1df3f4 100755 (executable)
@@ -55,19 +55,12 @@ DESC_FILES := debian-policy debian-menu-policy debian-perl-policy \
 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
-FHS_BYHAND   := fhs-2.1.html.tar.gz fhs/fhs.txt
 # FSSTND_FILES := FSSTND-FAQ fsstnd-1.2.dvi.gz fsstnd-1.2.ps.gz fsstnd-1.2.txt.gz
 POLICY_FILES = $(SGML_FILES:=.sgml) $(SGML_FILES:=.txt.gz) \
               virtual-package-names-list.txt \
               upgrading-checklist.txt libc6-migration.txt version.ent \
                debconf_spec/debconf_specification.html \
                debconf_spec/debconf_specification.txt.gz
-BYHAND_FILES = $(SGML_FILES:=.txt.gz) $(SGML_FILES:=.html.tar.gz) \
-              debconf_spec/debconf_specification.txt.gz \
-              debconf_spec/debconf_specification.html \
-              libc6-migration.txt virtual-package-names-list.txt \
-              policy.ps.gz policy.pdf.gz upgrading-checklist.txt \
-              $(FHS_BYHAND)
 
 FILES_TO_CLEAN  = debian/files debian/buildinfo  debian/substvars \
                  debian/postinst debian/prerm \
@@ -179,11 +172,6 @@ stamp-policy:  build $(sanitycheck)
        gzip -9f            policy.ps
        debiandoc2latexpdf  policy.sgml
        gzip -9f            policy.pdf
-       set -e; \
-       for i in            $(BYHAND_FILES); do                          \
-         $(install_file)   $$i            ..                          ; \
-         dpkg-distaddfile  -fdebian/files `basename $$i`     byhand - ; \
-       done
        touch               stamp-policy