[med-svn] r15445 - trunk/packages/charls/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sat Dec 7 08:07:01 UTC 2013


Author: tille
Date: 2013-12-07 08:07:01 +0000 (Sat, 07 Dec 2013)
New Revision: 15445

Modified:
   trunk/packages/charls/trunk/debian/changelog
   trunk/packages/charls/trunk/debian/control
Log:
cme fix dpkg-control


Modified: trunk/packages/charls/trunk/debian/changelog
===================================================================
--- trunk/packages/charls/trunk/debian/changelog	2013-12-07 08:05:05 UTC (rev 15444)
+++ trunk/packages/charls/trunk/debian/changelog	2013-12-07 08:07:01 UTC (rev 15445)
@@ -5,6 +5,7 @@
   * debian/patches/charls_fix_clang_compilation_issue.patch:
     Apply patch from Mathieu Malaterre to enable compilation with clang
     Closes: #730612
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Sat, 07 Dec 2013 08:53:27 +0100
 

Modified: trunk/packages/charls/trunk/debian/control
===================================================================
--- trunk/packages/charls/trunk/debian/control	2013-12-07 08:05:05 UTC (rev 15444)
+++ trunk/packages/charls/trunk/debian/control	2013-12-07 08:07:01 UTC (rev 15445)
@@ -1,18 +1,20 @@
 Source: charls
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>
 Section: libs
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Mathieu Malaterre <malat at debian.org>
-Build-Depends: debhelper (>= 9), cmake
-Standards-Version: 3.9.3
-Homepage: http://charls.codeplex.com
+Build-Depends: debhelper (>= 9),
+               cmake
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/charls/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/charls/trunk/
+Homepage: http://charls.codeplex.com
 
 Package: libcharls-dev
+Architecture: any
 Section: libdevel
-Architecture: any
-Depends: libcharls1 (= ${binary:Version}), ${misc:Depends}
+Depends: libcharls1 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Implementation of the JPEG-LS standard
  CharLS is an optimized implementation of the JPEG-LS standard for lossless and
  near-lossless image compression
@@ -25,7 +27,8 @@
 
 Package: libcharls1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: Implementation of the JPEG-LS standard
  CharLS is an optimized implementation of the JPEG-LS standard for lossless and




More information about the debian-med-commit mailing list