r36877 - /packages/libmatio/trunk/debian/patches/doxygen.patch
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Fri Sep 3 09:34:09 UTC 2010
Author: sylvestre
Date: Fri Sep 3 09:34:00 2010
New Revision: 36877
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36877
Log:
* Fix FTBFS regarding latex build. Thanks to Julien Cristau (Closes: #590415)
* Update autotools code to build against recent versions
(autotools-new-version.patch)
* Standards-Version updated to version 3.9.1
Added:
packages/libmatio/trunk/debian/patches/doxygen.patch
Added: packages/libmatio/trunk/debian/patches/doxygen.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/libmatio/trunk/debian/patches/doxygen.patch?rev=36877&op=file
==============================================================================
--- packages/libmatio/trunk/debian/patches/doxygen.patch (added)
+++ packages/libmatio/trunk/debian/patches/doxygen.patch Fri Sep 3 09:34:00 2010
@@ -1,0 +1,10 @@
+--- libmatio-1.3.4./doxygen/format_api.sh 2008-01-01 00:48:29.000000000 +0100
++++ libmatio-1.3.4/doxygen/format_api.sh 2010-09-03 10:30:49.000000000 +0200
+@@ -10,6 +10,7 @@
+ cp refman.tex refman.tex.save
+ cp doxygen.sty doxygen.sty.save
+ cat refman.tex | sed "/File Index/,/input{files}/d" | sed "/File Documentation/,/include/d" | sed "/8c/d" | sed "/8h/d" > refman.sed
++echo "\end{document}" >> refman.sed
+ cat doxygen.sty | sed "s/by Doxygen//g" > doxygen.sed
+ mv refman.sed refman.tex
+ mv doxygen.sed doxygen.sty
More information about the debian-science-commits
mailing list