From: Russ Allbery Date: Sun, 27 Apr 2008 23:40:41 +0000 (-0700) Subject: Remove more temporary files created by the build X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f1afdc9ceaab2dcb9fb89e8528b1847da0d00c07;p=debian%2Fdebian-policy.git 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. --- 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)