Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Update changelog
· b30d57e8
Andreas Tille
authored
Jan 03, 2019
b30d57e8
Fix line endings
· 378b9d45
Andreas Tille
authored
Jan 03, 2019
378b9d45
Upload to unstable
· 7c4e42b1
Andreas Tille
authored
Jan 03, 2019
7c4e42b1
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7c4e42b1
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
...
...
debian/patches/noexplicitstd.patch
View file @
7c4e42b1
...
...
@@ -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" )
...
...
debian/patches/stl_symbols_hack.patch
View file @
7c4e42b1
...
...
@@ -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}
...
...