* 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
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 \
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