Author: frankie
Date: 2010-01-20 10:59:25 +0000 (Wed, 20 Jan 2010)
New Revision: 2663
Modified:
packages/gdal/trunk/debian/changelog
packages/gdal/trunk/debian/rules
Log:
A little change to manage current doxygen problems.
Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog 2010-01-19 14:17:48 UTC (rev
2662)
+++ packages/gdal/trunk/debian/changelog 2010-01-20 10:59:25 UTC (rev
2663)
@@ -4,6 +4,8 @@
* Fixed gdal-grass tarball name.
(closes: #560019)
* Fixed ecw-grass patch to remove an already provided init function.
+ * Added a simple workaround for manpages generated with a redundant _
character
+ by current version of Doxygen. It fixes a FTBS caused by missing manpages.
-- Francesco Paolo Lovergine <[email protected]> Wed, 23 Dec 2009 15:21:21
+0100
Modified: packages/gdal/trunk/debian/rules
===================================================================
--- packages/gdal/trunk/debian/rules 2010-01-19 14:17:48 UTC (rev 2662)
+++ packages/gdal/trunk/debian/rules 2010-01-20 10:59:25 UTC (rev 2663)
@@ -139,7 +139,9 @@
endif
$(MAKE) docs
$(MAKE) man
-
+ # a temporary workaround for doxygen problem #564243
+ cd man/man1 && \
+ for i in `find . -name "*_*"`; do basename=`basename
$$i`; mv $$basename `echo $$basename|sed -e 's/__/_/'`; done
touch $@
clean: clean-unpatched unpatch
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel