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

Mathieu Malaterre malat-guest at alioth.debian.org
Wed Apr 27 19:15:37 UTC 2011


Author: malat-guest
Date: 2011-04-27 19:15:26 +0000 (Wed, 27 Apr 2011)
New Revision: 6685

Added:
   trunk/packages/charls/trunk/debian/libcharls-dev.install
   trunk/packages/charls/trunk/debian/libcharls1.install
Removed:
   trunk/packages/charls/trunk/debian/charls-doc.install
Modified:
   trunk/packages/charls/trunk/debian/control
Log:
update control

Deleted: trunk/packages/charls/trunk/debian/charls-doc.install
===================================================================
--- trunk/packages/charls/trunk/debian/charls-doc.install	2011-04-27 19:07:43 UTC (rev 6684)
+++ trunk/packages/charls/trunk/debian/charls-doc.install	2011-04-27 19:15:26 UTC (rev 6685)
@@ -1 +0,0 @@
-#DOCS#

Modified: trunk/packages/charls/trunk/debian/control
===================================================================
--- trunk/packages/charls/trunk/debian/control	2011-04-27 19:07:43 UTC (rev 6684)
+++ trunk/packages/charls/trunk/debian/control	2011-04-27 19:15:26 UTC (rev 6685)
@@ -1,20 +1,38 @@
 Source: charls
-Section: unknown
-Priority: extra
-Maintainer: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Section: libs
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), cmake, quilt
-Standards-Version: 3.8.4
-Homepage: <insert the upstream URL, if relevant>
-#Vcs-Git: git://git.debian.org/collab-maint/charls.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/charls.git;a=summary
+Standards-Version: 3.9.1
+Homepage: http://charls.codeplex.com
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/charls/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/charls/trunk/
 
-Package: charls
+Package: libcharls-dev
+Section: libdevel
 Architecture: any
+Depends: libcharls1 (= ${binary:Version}), ${shlibs:Depends}, ${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
+ .
+ JPEG-LS (ISO-14495-1/ITU-T.87) is a standard derived from the Hewlett Packard
+ LOCO algorithm. JPEG LS has low complexity (meaning fast compression) and high
+ compression ratios, similar to JPEG 2000. JPEG-LS is more similar to the old
+ Lossless JPEG than to JPEG 2000, but interestingly the two different techniques
+ result in vastly different performance characteristics. 
+
+Package: libcharls1
+Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
-
-Package: charls-doc
-Architecture: all
-Description: documentation for charls
- <insert long description, indented with spaces>
+Description: Implementation of the JPEG-LS standard
+ CharLS is an optimized implementation of the JPEG-LS standard for lossless and
+ near-lossless image compression
+ .
+ JPEG-LS (ISO-14495-1/ITU-T.87) is a standard derived from the Hewlett Packard
+ LOCO algorithm. JPEG LS has low complexity (meaning fast compression) and high
+ compression ratios, similar to JPEG 2000. JPEG-LS is more similar to the old
+ Lossless JPEG than to JPEG 2000, but interestingly the two different techniques
+ result in vastly different performance characteristics. 

Added: trunk/packages/charls/trunk/debian/libcharls-dev.install
===================================================================
--- trunk/packages/charls/trunk/debian/libcharls-dev.install	                        (rev 0)
+++ trunk/packages/charls/trunk/debian/libcharls-dev.install	2011-04-27 19:15:26 UTC (rev 6685)
@@ -0,0 +1,2 @@
+usr/include/CharLS/*.h
+usr/lib/libCharLS.so

Added: trunk/packages/charls/trunk/debian/libcharls1.install
===================================================================
--- trunk/packages/charls/trunk/debian/libcharls1.install	                        (rev 0)
+++ trunk/packages/charls/trunk/debian/libcharls1.install	2011-04-27 19:15:26 UTC (rev 6685)
@@ -0,0 +1,2 @@
+usr/lib/libCharLS.so.1.0
+usr/lib/libCharLS.so.1




More information about the debian-med-commit mailing list