[med-svn] [Git][med-team/charls][master] 3 commits: Update changelog

Andreas Tille gitlab at salsa.debian.org
Thu Jan 3 14:46:52 GMT 2019


Andreas Tille pushed to branch master at Debian Med / charls


Commits:
b30d57e8 by Andreas Tille at 2019-01-03T14:40:04Z
Update changelog

- - - - -
378b9d45 by Andreas Tille at 2019-01-03T14:44:25Z
Fix line endings

- - - - -
7c4e42b1 by Andreas Tille at 2019-01-03T14:46:04Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/patches/noexplicitstd.patch
- debian/patches/stl_symbols_hack.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,16 @@
-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 at 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 at debian.org>  Thu, 03 Jan 2019 15:40:12 +0100
 
 charls (1.1.0+dfsg-3) unstable; urgency=medium
 


=====================================
debian/patches/noexplicitstd.patch
=====================================
@@ -3,14 +3,14 @@ Author: Mathieu Malaterre <malat at 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" )
- 
-     # Define GNU C++ defines for both Debug and Release
--    set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -Wall -Wextra")
-+    set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
- 
-     # Define specific Debug settings.
-     set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g")
+     # SET(CMAKE_CXX_FLAGS "-D NDEBUG -O3 -Wall -Wextra -pedantic -fvisibility=hidden -fomit-frame-pointer -momit-leaf-frame-pointer -fweb  -ftracer" )
+ 
+     # Define GNU C++ defines for both Debug and Release
+-    set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -Wall -Wextra")
++    set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
+ 
+     # Define specific Debug settings.
+     set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g")


=====================================
debian/patches/stl_symbols_hack.patch
=====================================
@@ -3,10 +3,8 @@ Description: Rework the symbol file to hide stl exported symbols
 Author: Mathieu Malaterre <malat at debian.org>
 Forwarded: no
 
-Index: charls/exports.version
-===================================================================
 --- /dev/null
-+++ charls/exports.version
++++ b/exports.version
 @@ -0,0 +1,9 @@
 +{
 +global:
@@ -17,15 +15,13 @@ 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}
-                              SOVERSION ${CHARLS_LIB_MAJOR_VERSION})
-+set_property(TARGET CharLS PROPERTY LINK_FLAGS "-Wl,--version-script=../exports.version")
- 
- install (TARGETS CharLS RUNTIME DESTINATION bin
-                         LIBRARY DESTINATION lib${LIB_SUFFIX}
+ set_target_properties(CharLS PROPERTIES
+                              VERSION ${CHARLS_LIB_MAJOR_VERSION}.${CHARLS_LIB_MINOR_VERSION}
+                              SOVERSION ${CHARLS_LIB_MAJOR_VERSION})
++set_property(TARGET CharLS PROPERTY LINK_FLAGS "-Wl,--version-script=../exports.version")
+ 
+ install (TARGETS CharLS RUNTIME DESTINATION bin
+                         LIBRARY DESTINATION lib${LIB_SUFFIX}



View it on GitLab: https://salsa.debian.org/med-team/charls/compare/3f15f491eef6d3753453c720e7c20491b995ff69...7c4e42b10c03fc3a89c17cae55b8f41f1cfb3cae

-- 
View it on GitLab: https://salsa.debian.org/med-team/charls/compare/3f15f491eef6d3753453c720e7c20491b995ff69...7c4e42b10c03fc3a89c17cae55b8f41f1cfb3cae
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190103/294e5e69/attachment-0001.html>


More information about the debian-med-commit mailing list