[med-svn] r21742 - in trunk/packages/charls/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Wed Apr 27 13:57:47 UTC 2016


Author: tille
Date: 2016-04-27 13:57:46 +0000 (Wed, 27 Apr 2016)
New Revision: 21742

Modified:
   trunk/packages/charls/trunk/debian/changelog
   trunk/packages/charls/trunk/debian/control
   trunk/packages/charls/trunk/debian/patches/series
Log:
Fix EncoderStrategy


Modified: trunk/packages/charls/trunk/debian/changelog
===================================================================
--- trunk/packages/charls/trunk/debian/changelog	2016-04-27 06:52:21 UTC (rev 21741)
+++ trunk/packages/charls/trunk/debian/changelog	2016-04-27 13:57:46 UTC (rev 21742)
@@ -1,3 +1,13 @@
+charls (1.0-7) unstable; urgency=medium
+
+  * Fix EncoderStrategy (Thanks for the patch to Victor Derks
+    <vbaderks at gmail.com>)
+    Closes: #816607
+  * Add myself to Uploaders
+  * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org>  Wed, 27 Apr 2016 15:52:42 +0200
+
 charls (1.0-6) unstable; urgency=low
 
   * Really make the package multiarch capable. Closes: #768404

Modified: trunk/packages/charls/trunk/debian/control
===================================================================
--- trunk/packages/charls/trunk/debian/control	2016-04-27 06:52:21 UTC (rev 21741)
+++ trunk/packages/charls/trunk/debian/control	2016-04-27 13:57:46 UTC (rev 21742)
@@ -1,19 +1,20 @@
 Source: charls
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Mathieu Malaterre <malat at debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>,
+           Andreas Tille <tille at debian.org>
 Section: libs
 Priority: optional
 Build-Depends: debhelper (>= 9),
                cmake
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/charls/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/charls/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/charls/trunk/
 Homepage: http://charls.codeplex.com
 
 Package: libcharls-dev
 Architecture: any
+Multi-Arch: same
 Section: libdevel
-Multi-Arch: same
 Depends: libcharls1 (= ${binary:Version}),
          ${misc:Depends}
 Description: Implementation of the JPEG-LS standard (development libraries)

Modified: trunk/packages/charls/trunk/debian/patches/series
===================================================================
--- trunk/packages/charls/trunk/debian/patches/series	2016-04-27 06:52:21 UTC (rev 21741)
+++ trunk/packages/charls/trunk/debian/patches/series	2016-04-27 13:57:46 UTC (rev 21742)
@@ -4,3 +4,4 @@
 charls_fix_clang_compilation_issue.patch
 add_visibility.patch
 stl_symbols_hack.patch
+fix_EncoderStrategy.patch




More information about the debian-med-commit mailing list