debian-policy (3.7.3.0) UNRELEASED; urgency=low
+ * Bug fix: "FTBFS if built twice in a row" (Closes: #424212).
* Bug fix: "[PROPOSAL] Document ~ behavior in version numbers", thanks
to Nicolas François and Marc Brockschmidt (Closes: #382612).
* Bug fix: "Please add 'local' to list of supra-POSIX features that
$(SGML_FILES:=.html.tar.gz) \
$(SGML_FILES:=.txt.gz) \
policy.ps.gz policy.pdf.gz
- tar -zxf $(FHS_ARCHIVE)
# Need to use a patched tmac.m macro file if we're using a pre-1.16
# groff; version 1.16 is apparently fixed
if dpkg --compare-versions "$(shell dpkg -s groff | sed -n -e 's/Version: //p')" lt 1.16; then \
echo "debian-policy:Version=$(version)" > debian/substvars
$(install_file) $(POLICY_FILES) $(DOCDIR)/
# $(install_file) $(FSSTND_FILES) $(DOCDIR)/fsstnd/
- $(install_file) $(FHS_FILES) $(DOCDIR)/fhs/
$(install_file) debian/changelog $(DOCDIR)/
# Be more specific with file compression
gzip -f9 $(DOCDIR)/*.txt $(DOCDIR)/*.sgml \