summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d475c10)
raw | patch | inline | side by side (parent: d475c10)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 2 Aug 2010 16:41:29 +0000 (16:41 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 2 Aug 2010 16:41:29 +0000 (16:41 +0000) |
Those files are created when building the PDF documentation.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index f0e28e36ba739698be3c324ea6616927b4cbc6f1..f8f24f6b8adf4feccc6d20c246c0e95159f33880 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Replace the whatis entry in the enblend/enfuse manpages with something
meaningful (using sed).
- Do not compress PDF files.
+ - Clean en{blend,fuse}.tpt files created when building the PDF
+ documentation.
* debian/control:
- Build-depend on libboost-filesystem-dev.
- Updated Standards-Version to 3.9.1 -- no changes.
* Added debian/enblend.doc-base, debian/enfuse.doc-base.
- … pointing to enblend.pdf and enfuse.pdf respectively.
- -- Sebastian Harl <tokkee@debian.org> Sun, 01 Aug 2010 22:06:15 +0000
+ -- Sebastian Harl <tokkee@debian.org> Mon, 02 Aug 2010 16:39:56 +0000
enblend-enfuse (3.2+dfsg-3) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 776cc6982ef3e16306616bbed79657ad2069496f..c9e5c9219b677f3f94da0ae33a5cd24ce8009398 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) distclean
- rm -f doc/*.info
+ rm -f doc/*.info doc/enblend.tpt doc/enfuse.tpt
rm -rf build-tree-mp
dh_clean