[SCM] Freefoam packaging. Programs and libraries for Computational Fluid Dynamics (CFD) branch, master, updated. debian/0.1.0+dfsg-1

Michael Wild themiwi at users.sourceforge.net
Fri Aug 17 08:57:40 UTC 2012


The following commit has been merged in the master branch:
commit 149cf7e78aabd35ea795feea7b170268dc6c0797
Author: Michael Wild <themiwi at users.sourceforge.net>
Date:   Tue Jul 31 07:27:22 2012 +0200

    Install Doxygen CSS and image resources, update FoamHeader.html
    
    - In d/freefoam-dev-doc.install install the css/ and img/ folders
    - Update doc/Doxygen/FoamHeader.hmtl to Doxygen version 1.8.1.2
    
    Closes: #683369
    Signed-off-by: Michael Wild <themiwi at users.sourceforge.net>

diff --git a/debian/freefoam-dev-doc.install b/debian/freefoam-dev-doc.install
index 38c5f3d..4873cc6 100644
--- a/debian/freefoam-dev-doc.install
+++ b/debian/freefoam-dev-doc.install
@@ -1 +1,3 @@
 debian/tmp/usr/share/doc/freefoam/API/* /usr/share/doc/freefoam-dev-doc/api
+debian/tmp/usr/share/doc/freefoam/css debian/tmp/usr/share/doc/freefoam/img /usr/share/doc/freefoam-dev-doc
+debian/tmp/usr/share/freefoam/DoxyDocIndex /usr/share/freefoam
diff --git a/debian/patches/series b/debian/patches/series
index f77fa2e..d23c78a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ handle-truncated-logs-in-freefoam-log.diff
 correct-output-directory-for-freefoam-log.diff
 escape-meta-chars-for-doxygen-filter.diff
 fix-installation-dirs-for-template-files.diff
+update-doxygen-foamheader.diff
diff --git a/debian/patches/update-doxygen-foamheader.diff b/debian/patches/update-doxygen-foamheader.diff
new file mode 100644
index 0000000..fd35b8b
--- /dev/null
+++ b/debian/patches/update-doxygen-foamheader.diff
@@ -0,0 +1,52 @@
+From 9d32325d6680f30b6f510eeb8e27e562c868c7a8 Mon Sep 17 00:00:00 2001
+From: Michael Wild <themiwi at users.sourceforge.net>
+Date: Tue, 31 Jul 2012 07:31:26 +0200
+Subject: Update doc/Doxygen/FoamHeader.hmtl to Doxygen version 1.8.1.2
+Bug-Debian: #683369
+
+Signed-off-by: Michael Wild <themiwi at users.sourceforge.net>
+---
+ doc/Doxygen/FoamHeader.html.in |   20 ++++++++++++--------
+ 1 file changed, 12 insertions(+), 8 deletions(-)
+
+diff --git a/doc/Doxygen/FoamHeader.html.in b/doc/Doxygen/FoamHeader.html.in
+index efa5b93..322d605 100644
+--- a/doc/Doxygen/FoamHeader.html.in
++++ b/doc/Doxygen/FoamHeader.html.in
+@@ -3,17 +3,20 @@
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+   <head>
+     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+-    <meta name="generator" content="AsciiDoc 8.4.4-dev" />
++    <meta http-equiv="X-UA-Compatible" content="IE=9"/>
+     <meta name="description" content="The Cross-Platform CFD Toolkit" />
+     <meta name="description" content="This is the API-documentation of FreeFOAM, the cross-platform Toolkit for Computational Fluid Dynamics (CFD) based on OpenFOAM (R)." />
+     <meta name="keywords" content="FreeFOAM, Computational Fluid Dynamics, CFD, C++, Open Source" />
+-    <link rel="stylesheet" href="tabs.css" type="text/css"/>
+-    <link rel="stylesheet" href="search/search.css" type="text/css"/>
+-    <script type="text/javaScript" src="search/search.js"></script>
+-    <link rel="stylesheet" href="doxygen.css" type="text/css"/>
+-    <link rel="stylesheet" href="../css/xhtml11.css" type="text/css" />
+-    <link rel="stylesheet" href="../css/layout.css" type="text/css" />
+-    <link rel="stylesheet" href="../css/custom.css" type="text/css" />
++    <link rel="stylesheet" href="$relpath$tabs.css" type="text/css"/>
++    <link rel="stylesheet" href="$relpath$doxygen.css" type="text/css"/>
++    <link rel="stylesheet" href="$relpath$../css/xhtml11.css" type="text/css" />
++    <link rel="stylesheet" href="$relpath$../css/layout.css" type="text/css" />
++    <link rel="stylesheet" href="$relpath$../css/custom.css" type="text/css" />
++    <script type="text/javascript" src="$relpath$jquery.js"></script>
++    <script type="text/javascript" src="$relpath$dynsections.js"></script>
++    $treeview
++    $search
++    $mathjax
+     <title>FreeFOAM programmer's C++ documentation</title>
+   </head>
+   <body>
+@@ -62,3 +65,4 @@
+     </div>
+     <div id="layout-content-box">
+       <div id="layout-content">
++        <div id="top"> <!-- closed by doxygen! -->
+-- 
+1.7.9.5
+

-- 
Freefoam packaging. Programs and libraries for Computational Fluid Dynamics (CFD)



More information about the debian-science-commits mailing list