From f1afdc9ceaab2dcb9fb89e8528b1847da0d00c07 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 27 Apr 2008 16:40:41 -0700 Subject: [PATCH] Remove more temporary files created by the build body.tmp, head.tmp, and policy.tpt are now generated by the build process and should be removed. --- debian/changelog | 1 + debian/rules | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ba08482..cfcdd39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -41,6 +41,7 @@ debian-policy (3.7.4.0) unstable; urgency=low * Add an md5sums control file. * Add Vcs-Browser and Vcs-Git control fields. * Remove build system support for FHS 2.1 and FSSTND, mostly commented out. + * Remove more temporary files created by the build. * Remove the FSSTND license from debian/copyright; no FSSTND files are currently part of policy. * Update FHS copyright dates in debian/copyright. diff --git a/debian/rules b/debian/rules index 1e31ad4..b17a442 100755 --- a/debian/rules +++ b/debian/rules @@ -71,7 +71,8 @@ FILES_TO_CLEAN = debian/files debian/buildinfo debian/substvars \ $(SGML_FILES:=.txt.gz) $(SGML_FILES:=.html.tar.gz) \ policy.pdf.gz policy.ps.gz \ debconf_specification.xml.tar.gz \ - policy.pdf policy.ps policy.txt policy. + policy.pdf policy.ps policy.txt policy. \ + body.tmp head.tmp policy.tpt STAMPS_TO_CLEAN := stamp-policy stamp-build DIRS_TO_CLEAN := debian/tmp fhs $(SGML_FILES:=.html) -- 2.39.2