summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: df09a55)
raw | patch | inline | side by side (parent: df09a55)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 1 Aug 2010 20:06:27 +0000 (20:06 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 1 Aug 2010 20:38:42 +0000 (20:38 +0000) |
… with something meaningful (using sed).
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index a648427fe8d8574f232bdd1fece20e0d7d45631f..73a15aa866e70a05a7f22542ac4d0aea7f6d3d04 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Let enblend/enfuse use the Boost filesystem library -- I suppose, this
is more stable and, possibly, better optimized than the shipped
fallback implementation.
+ - Replace the whatis entry in the enblend/enfuse manpages with something
+ meaningful (using sed).
* debian/control:
- Build-depend on libboost-filesystem-dev.
- Updated Standards-Version to 3.9.1 -- no changes.
- Build-depend on help2man, required to build the manpages.
- -- Sebastian Harl <tokkee@debian.org> Sat, 31 Jul 2010 17:38:47 +0000
+ -- Sebastian Harl <tokkee@debian.org> Sun, 01 Aug 2010 20:05:12 +0000
enblend-enfuse (3.2+dfsg-3) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 7c382ef303781acd580077b2401f40577b3571f5..05e8b7db0edd139164720c504704fdf388dac98e 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
cd build-tree-mp && $(MAKE)
$(MAKE)
+
+ sed -e "s/manual page for enblend.*/combine images using a multiresolution spline/" \
+ src/enblend.1 > src/enblend.1.tmp
+ mv src/enblend.1.tmp src/enblend.1
+ sed -e "s/manual page for enfuse.*/poor man's HDR/" \
+ src/enfuse.1 > src/enfuse.1.tmp
+ mv src/enfuse.1.tmp src/enfuse.1
touch build-stamp