This patch contains all the Debian-specific changes mixed together. To review
them separately, please inspect the GIT history as described in the Vcs-git
field.
--- opencsg-1.4.0.orig/doc/index.html
+++ opencsg-1.4.0/doc/index.html
@@ -8,7 +8,6 @@
   <meta name="KeyWords" content="OpenCSG, CSG, image-based, image-based CSG, rendering, SCS, Goldfeather, OpenGL">
 
   <title>OpenCSG - The CSG rendering library</title>
-  <link rel="shortcut icon" href="http://www.opencsg.org/favicon.ico" type="image/ico">
 </head>
 
 <body style="font-family: verdana,arial,sans-serif">
@@ -463,7 +462,7 @@ Currently, I know of the following appli
 </td>
 </tr>
 <tr>
-<td valign="top" style="text-align: center;"><a href="http://www.ayam3d.org"><img src="http://ayam.sourceforge.net/gp/ayam-splash-icon.jpg" alt="Ayam-Icon" /></a></td>
+<td valign="top" style="text-align: center;"><a href="http://www.ayam3d.org">Ayam</a></td>
 <td>
 	<a href="http://www.ayam3d.org">Ayam</a> is a 3D modelling environment for the RenderMan interface, 
 	running on Unix, Win32, and Mac OS X. Since version 1.8, Ayam provides the plugin aycsg for 
@@ -472,7 +471,7 @@ Currently, I know of the following appli
 </td>
 </tr>
 <tr>
-<td valign="top" style="text-align: center;"><a href="http://neuron-ai.tuke.sk/~wagner/projects-csg.php"><img src="http://neuron-ai.tuke.sk/~wagner/smallimages/csg01.jpg" alt="Icon for KoraX CSG-Editor" /></a></td>
+<td valign="top" style="text-align: center;"><a href="http://neuron-ai.tuke.sk/~wagner/projects-csg.php">KoraX CSG-Editor</a></td>
 <td>
 	<a href="http://neuron-ai.tuke.sk/~wagner/projects-csg.php">koraX's CSG Editor</a>. This editor for
 	MS Windows allows to compose textured CSG shapes from a set of predefined primitives. The application
--- opencsg-1.4.0.orig/doc/news.html
+++ opencsg-1.4.0/doc/news.html
@@ -8,7 +8,6 @@
   <meta name="KeyWords" content="OpenCSG, CSG, image-based, image-based CSG, rendering, SCS, Goldfeather, OpenGL">
 
   <title>OpenCSG - News</title>
-  <link rel="shortcut icon" href="http://www.opencsg.org/favicon.ico" type="image/ico">
 </head>
 
 <body style="font-family: verdana,arial,sans-serif">
--- opencsg-1.4.0.orig/doc/publications.html
+++ opencsg-1.4.0/doc/publications.html
@@ -8,7 +8,6 @@
   <meta name="KeyWords" content="OpenCSG, CSG, image-based, image-based CSG, rendering, SCS, Goldfeather, OpenGL">
 
   <title>Publications related to OpenCSG</title>
-  <link rel="shortcut icon" href="http://www.opencsg.org/favicon.ico" type="image/ico">
 </head>
 
 <body style="font-family: verdana,arial,sans-serif">
--- opencsg-1.4.0.orig/include/opencsg.h
+++ opencsg-1.4.0/include/opencsg.h
@@ -33,6 +33,8 @@
 #define OPENCSG_VERSION 0x0140
 #define OPENCSG_VERSION_STRING "OpenCSG 1.4.0"
 
+#pragma GCC visibility push(default)
+
 namespace OpenCSG {
 
     enum Operation { Intersection, Subtraction };
@@ -266,4 +268,6 @@ namespace OpenCSG {
 
 } // namespace OpenCSG
 
+#pragma GCC visibility pop
+
 #endif // __OpenCSG__opencsg_h__
