From 438647f372bc96be1e39481d36ccb49d48f7ad4c Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:39:45 +0000 Subject: [PATCH] Stop attaching tarballs, cf. bug #184082. 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 | 1 + debian/rules | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index f5f91e7..3c7315e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/rules b/debian/rules index 887f866..f8a80e8 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.39.5