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.8.2.orig/include/opencsg.h
+++ opencsg-1.8.2/include/opencsg.h
@@ -33,6 +33,8 @@
 #define OPENCSG_VERSION 0x0182
 #define OPENCSG_VERSION_STRING "OpenCSG 1.8.2"
 
+#pragma GCC visibility push(default)
+
 namespace OpenCSG {
 
     enum Operation { Intersection, Subtraction };
@@ -298,4 +300,6 @@ namespace OpenCSG {
 
 } // namespace OpenCSG
 
+#pragma GCC visibility pop
+
 #endif // __OpenCSG__opencsg_h__
--- opencsg-1.8.2.orig/doc/index.html
+++ opencsg-1.8.2/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="https://www.opencsg.org/favicon.ico" type="image/ico">
 </head>
 
 <body style="font-family: verdana,arial,sans-serif; background-color: white;">
--- opencsg-1.8.2.orig/doc/news.html
+++ opencsg-1.8.2/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="https://www.opencsg.org/favicon.ico" type="image/ico">
 </head>
 
 <body style="font-family: verdana,arial,sans-serif; background-color: white;">
--- opencsg-1.8.2.orig/doc/publications.html
+++ opencsg-1.8.2/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="https://www.opencsg.org/favicon.ico" type="image/ico">
 </head>
 
 <body style="font-family: verdana,arial,sans-serif; background-color: white;">
