Skip to content
Commits on Source (3)
charls (2.0.0+dfsg-1) UNRELEASED; urgency=medium
charls (2.0.0+dfsg-1) unstable; urgency=medium
[ Andreas Tille ]
* d/watch: Do not stick to charls 1.x any more
Closes: #886560
* New upstream version
-- Andreas Tille <tille@debian.org> Fri, 21 Dec 2018 11:19:50 +0100
[ Mathieu Malaterre ]
* Refresh patch for v2.0.0
* Use default c++ standard used by gcc when compiling
* Update to match SOVERSION
-- Andreas Tille <tille@debian.org> Thu, 03 Jan 2019 15:40:12 +0100
charls (1.1.0+dfsg-3) unstable; urgency=medium
......
......@@ -3,8 +3,8 @@ Author: Mathieu Malaterre <malat@debian.org>
Forwarded: no
Last-Update: 2019-01-03
--- charls-2.0.0+dfsg.orig/CMakeLists.txt
+++ charls-2.0.0+dfsg/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ if (CMAKE_COMPILER_IS_GNUCC)
# SET(CMAKE_CXX_FLAGS "-D NDEBUG -O3 -Wall -Wextra -pedantic -fvisibility=hidden -fomit-frame-pointer -momit-leaf-frame-pointer -fweb -ftracer" )
......
......@@ -3,10 +3,8 @@ Description: Rework the symbol file to hide stl exported symbols
Author: Mathieu Malaterre <malat@debian.org>
Forwarded: no
Index: charls/exports.version
===================================================================
--- /dev/null
+++ charls/exports.version
+++ b/exports.version
@@ -0,0 +1,9 @@
+{
+global:
......@@ -17,10 +15,8 @@ Index: charls/exports.version
+local:
+ *;
+};
Index: charls/CMakeLists.txt
===================================================================
--- charls.orig/CMakeLists.txt
+++ charls/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,6 +46,7 @@ set (CHARLS_LIB_MINOR_VERSION 0)
set_target_properties(CharLS PROPERTIES
VERSION ${CHARLS_LIB_MAJOR_VERSION}.${CHARLS_LIB_MINOR_VERSION}
......