]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Remove more temporary files created by the build
authorRuss Allbery <rra@debian.org>
Sun, 27 Apr 2008 23:40:41 +0000 (16:40 -0700)
committerRuss Allbery <rra@debian.org>
Sun, 27 Apr 2008 23:40:41 +0000 (16:40 -0700)
body.tmp, head.tmp, and policy.tpt are now generated by the build
process and should be removed.

debian/changelog
debian/rules

index ba08482ecaef514e5e52fd500b3090e33bd2d5b7..cfcdd39726202b99b7d600d0dac9b2f88446f87c 100644 (file)
@@ -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.
index 1e31ad42664f77226b76326e76606098a9eabab2..b17a4429a0d5efabaa1cbcc09c08e3396f1b3259 100755 (executable)
@@ -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)