[neon/forks/jasper/Neon/unstable] /: update package from old version

Jonathan Riddell null at kde.org
Tue Aug 31 10:53:22 BST 2021


Git commit adfe7529f50e4bbe547a77f4f12880f9b1ecc2de by Jonathan Riddell.
Committed on 31/08/2021 at 09:53.
Pushed by jriddell into branch 'Neon/unstable'.

update package from old version

D  +0    -3    README.md
A  +351  -0    debian/changelog
A  +2    -0    debian/clean
A  +46   -0    debian/control
A  +62   -0    debian/copyright
A  +24   -0    debian/imgcmp.1
A  +23   -0    debian/imginfo.1
A  +19   -0    debian/jasper.1
A  +24   -0    debian/jiv.1
A  +3    -0    debian/libjasper-dev.docs
A  +3    -0    debian/libjasper-dev.install
A  +6    -0    debian/libjasper-runtime.install
A  +4    -0    debian/libjasper-runtime.manpages
A  +2    -0    debian/libjasper4.install
A  +7    -0    debian/rules
A  +1    -0    debian/source/format
A  +2    -0    debian/watch

https://invent.kde.org/neon/forks/jasper/commit/adfe7529f50e4bbe547a77f4f12880f9b1ecc2de

diff --git a/README.md b/README.md
deleted file mode 100644
index 1ccfaa6..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# jasper
-
-jasper
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b298ffb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,351 @@
+jasper (2.0.33-0neon) UNRELEASED; urgency=medium
+
+  * New release
+
+ -- Jonathan Riddell <jr at jriddell.org>  Tue, 31 Aug 2021 10:30:33 +0100
+
+jasper (1.900.1-debian1-2.4ubuntu1.3) xenial-security; urgency=medium
+
+  * SECURITY UPDATE: NULL pointer dereference
+    - debian/patches/CVE-2018-18873.patch: check components for RGB,
+      fixes NULL pointer deference in src/libjasper/ras/ras_enc.c.
+    - CVE-2018-18873
+  * SECURITY UPDATE: Null pointer dereference
+    - debian/patches/CVE-2018-19542-and-CVE-2017-9782.patch: fix numchans mixup,
+      NULL dereference in src/libjasper/jp2/jp2_dec.c.
+    - CVE-2018-19542
+    - CVE-2017-9782
+  * SECURITY UPDATE: Out of bounds write
+    - debian/patches/CVE-2020-27828.patch: avoid maxrlvls more
+      than upper bound to cause heap-buffer-overflow in
+      src/libjasper/jpc/jpc_enc.c.
+    - CVE-2020-27828
+
+ -- Leonidas Da Silva Barbosa <leo.barbosa at canonical.com>  Fri, 08 Jan 2021 11:19:23 -0300
+
+jasper (1.900.1-debian1-2.4ubuntu1.2) xenial-security; urgency=medium
+
+  * SECURITY UPDATE: double-free in jasper_image_stop_load
+    - debian/patches/CVE-2015-5203-CVE-2016-9262.patch: fix overflow and
+      double free in src/libjasper/base/jas_image.c,
+      src/libjasper/include/jasper/jas_math.h.
+      (Thanks to Red Hat for the patch!)
+    - CVE-2015-5203
+  * SECURITY UPDATE: use-after-free in mif_process_cmpt
+    - debian/patches/CVE-2015-5221.patch: fix use-after-free in
+      src/libjasper/mif/mif_cod.c.
+    - CVE-2015-5221
+  * SECURITY UPDATE: denial of service in jpc_tsfb_synthesize
+    - debian/patches/CVE-2016-10248.patch: fix type promotion and prevent
+      null pointer dereference in src/libjasper/include/jasper/jas_seq.h,
+      src/libjasper/jpc/jpc_dec.c, src/libjasper/jpc/jpc_tsfb.c.
+    - CVE-2016-10248
+  * SECURITY UPDATE: denial of service in jp2_colr_destroy
+    - debian/patches/CVE-2016-10250.patch: fix cleanup in
+      src/libjasper/jp2/jp2_cod.c.
+    - CVE-2016-10250
+  * SECURITY UPDATE: denial of service in jpc_dec_tiledecode
+    - debian/patches/CVE-2016-8883.patch: remove asserts in
+      src/libjasper/jpc/jpc_dec.c.
+    - CVE-2016-8883
+  * SECURITY UPDATE: denial of service in jp2_colr_destroy
+    - debian/patches/CVE-2016-8887.patch: don't destroy box that doesn't
+      exist in src/libjasper/jp2/jp2_cod.c, src/libjasper/jp2/jp2_dec.c.
+    - CVE-2016-8887
+  * SECURITY UPDATE: integer overflow in jpc_dec_process_siz
+    - debian/patches/CVE-2016-9387-1.patch: fix overflow in
+      src/libjasper/jpc/jpc_dec.c.
+    - debian/patches/CVE-2016-9387-2.patch: add more checks to
+      src/libjasper/jpc/jpc_dec.c.
+    - CVE-2016-9387
+  * SECURITY UPDATE: denial of service in ras_getcmap
+    - debian/patches/CVE-2016-9388.patch: remove assertions in
+      src/libjasper/ras/ras_dec.c, src/libjasper/ras/ras_enc.c.
+    - CVE-2016-9388
+  * SECURITY UPDATE: denial of service in jpc_irct and jpc_iict functions
+    - debian/patches/CVE-2016-9389.patch: add check to
+      src/libjasper/base/jas_image.c, src/libjasper/jpc/jpc_dec.c,
+      src/libjasper/include/jasper/jas_image.h.
+    - CVE-2016-9389
+  * SECURITY UPDATE: denial of service in jas_seq2d_create
+    - debian/patches/CVE-2016-9390.patch: check tiles in
+      src/libjasper/jpc/jpc_cs.c.
+    - CVE-2016-9390
+  * SECURITY UPDATE: denial of service in jpc_bitstream_getbits
+    - debian/patches/CVE-2016-9391.patch: add tests to
+      src/libjasper/jpc/jpc_bs.c, src/libjasper/jpc/jpc_cs.c.
+    - CVE-2016-9391
+  * SECURITY UPDATE: multiple denial of service issues
+    - debian/patches/CVE-2016-9392-3-4.patch: add more checks to
+      src/libjasper/jpc/jpc_cs.c.
+    - CVE-2016-9392
+    - CVE-2016-9393
+    - CVE-2016-9394
+  * SECURITY UPDATE: denial of service in JPC_NOMINALGAIN
+    - debian/patches/CVE-2016-9396.patch: add check to
+      src/libjasper/jpc/jpc_cs.c.
+    - CVE-2016-9396
+  * SECURITY UPDATE: denial of service via crafted image
+    - debian/patches/CVE-2016-9600.patch: add more checks to
+      src/libjasper/jp2/jp2_enc.c.
+    - CVE-2016-9600
+  * SECURITY UPDATE: NULL pointer exception in jp2_encode
+    - debian/patches/CVE-2017-1000050.patch: check number of components in
+      src/libjasper/jp2/jp2_enc.c.
+    - CVE-2017-1000050
+  * SECURITY UPDATE: denial of service in jp2_cdef_destroy
+    - debian/patches/CVE-2017-6850.patch: initialize data in
+      src/libjasper/base/jas_stream.c, src/libjasper/jp2/jp2_cod.c.
+    - CVE-2017-6850
+
+ -- Marc Deslauriers <marc.deslauriers at ubuntu.com>  Wed, 27 Jun 2018 07:48:44 -0400
+
+jasper (1.900.1-debian1-2.4ubuntu1.1) xenial-security; urgency=medium
+
+  * SECURITY UPDATE: multiple security issues
+    - debian/patches/*: synchronize security fixes with Debian's
+      1.900.1-debian1-2.4+deb8u3 release. Thanks!
+    - CVE-2016-1867, CVE-2016-2089, CVE-2016-8654, CVE-2016-8691,
+      CVE-2016-8692, CVE-2016-8693, CVE-2016-8882, CVE-2016-9560,
+      CVE-2016-9591, CVE-2016-10249, CVE-2016-10251
+
+ -- Marc Deslauriers <marc.deslauriers at ubuntu.com>  Thu, 18 May 2017 10:37:26 -0400
+
+jasper (1.900.1-debian1-2.4ubuntu1) xenial; urgency=medium
+
+  * SECURITY UPDATE: Denial of service or possible code execution via crafted
+    ICC color profile (LP: #1547865)
+    - debian/patches/09-CVE-2016-1577.patch: Prevent double-free in
+      src/libjasper/base/jas_icc.c
+    - CVE-2016-1577
+  * SECURITY UPDATE: Denial of service via resource exhaustion via crafted ICC
+    color profile
+    - debian/patches/10-CVE-2016-2116.patch: Prevent memory leak in
+      src/libjasper/base/jas_icc.c
+    - CVE-2016-2116
+
+ -- Tyler Hicks <tyhicks at canonical.com>  Wed, 02 Mar 2016 15:30:54 -0600
+
+jasper (1.900.1-debian1-2.4) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Add 07-CVE-2014-8157.patch patch.
+    CVE-2014-8157: dec->numtiles off-by-one check in jpc_dec_process_sot().
+    (Closes: #775970)
+  * Add 08-CVE-2014-8158.patch patch.
+    CVE-2014-8158: unrestricted stack memory use in jpc_qmfb.c (Closes: #775970)
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Thu, 22 Jan 2015 17:09:24 +0100
+
+jasper (1.900.1-debian1-2.3) unstable; urgency=high
+
+  * Non-maintainer upload by the Security Team.
+  * Add 05-CVE-2014-8137.patch patch.
+    CVE-2014-8137: double-free in in jas_iccattrval_destroy(). (Closes: #773463)
+  * Add 06-CVE-2014-8138.patch patch.
+    CVE-2014-8138: heap overflow in jp2_decode(). (Closes: #773463)
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 20 Dec 2014 08:42:19 +0100
+
+jasper (1.900.1-debian1-2.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Add 04-CVE-2014-9029.patch patch.
+    CVE-2014-9029: incorrect component number check in COC, RGN and QCC
+    marker segment decoders. (Closes: #772036)
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 05 Dec 2014 08:39:16 +0100
+
+jasper (1.900.1-debian1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload (acked by maintainer)
+  * Change B-D to libjpeg-dev to finish the transition to libjpeg-turbo
+    (Closes: #763475)
+
+ -- Ondřej Surý <ondrej at debian.org>  Mon, 29 Sep 2014 15:25:32 +0200
+
+jasper (1.900.1-debian1-2) unstable; urgency=medium
+
+  * debian/rules: Changed from dh $@ --with autotools_dev to autoreconf
+    to fix build issue on new architectures (Closes: #747507)
+
+ -- Roland Stigge <stigge at antcom.de>  Sun, 18 May 2014 19:46:12 +0200
+
+jasper (1.900.1-debian1-1) unstable; urgency=medium
+
+  * Re-packaged upstream tarball without srgb.icm (Closes: #736805)
+  * debian/control:
+    - Build-Depends: debhelper (>= 9)
+    - Standards-Version: 3.9.5
+
+ -- Roland Stigge <stigge at antcom.de>  Sat, 12 Apr 2014 22:38:23 +0200
+
+jasper (1.900.1-14) unstable; urgency=low
+
+  * Fix FTBFS on Hurd by defining PATH_MAX (Closes: #690298)
+    Thanks to Pino Toscano!
+
+ -- Roland Stigge <stigge at antcom.de>  Sat, 13 Oct 2012 18:06:57 +0200
+
+jasper (1.900.1-13) unstable; urgency=high
+
+  * Fix CVE-2011-4516 and CVE-2011-4517: Two buffer overflow issues possibly
+    exploitable via specially crafted input files (Closes: #652649)
+    Thanks to Red Hat and Michael Gilbert
+
+ -- Roland Stigge <stigge at antcom.de>  Wed, 04 Jan 2012 19:14:40 +0100
+
+jasper (1.900.1-12) unstable; urgency=low
+
+  * Added patch to fix filename buffer overflow, thanks to Jonas Smedegard
+    and Alex Cherepanov from ghostscript (Closes: #649833)
+
+ -- Roland Stigge <stigge at antcom.de>  Sun, 27 Nov 2011 19:56:01 +0100
+
+jasper (1.900.1-11) unstable; urgency=low
+
+  * Added Multiarch support, thanks to Colin Watson (Closes: #645118)
+
+ -- Roland Stigge <stigge at antcom.de>  Wed, 02 Nov 2011 17:16:10 +0100
+
+jasper (1.900.1-10) unstable; urgency=low
+
+  * Added debian/watch
+  * debian/patches/01-misc-fixes.patch:
+    - Separated out config.{guess,sub}
+
+ -- Roland Stigge <stigge at antcom.de>  Mon, 15 Aug 2011 19:09:29 +0200
+
+jasper (1.900.1-9) unstable; urgency=low
+
+  * Switch to dpkg-source 3.0 (quilt) format
+  * Using new dh 7 build system
+
+ -- Roland Stigge <stigge at antcom.de>  Tue, 12 Jul 2011 20:21:21 +0200
+
+jasper (1.900.1-8) unstable; urgency=low
+
+  * Removed unneeded .la file (Closes: #633162)
+  * debian/control:
+    - Standards-Version: 3.9.2
+    - use libjpeg8-dev instead of libjpeg62-dev
+
+ -- Roland Stigge <stigge at antcom.de>  Mon, 11 Jul 2011 21:27:24 +0200
+
+jasper (1.900.1-7) unstable; urgency=low
+
+  * Acknowledge NMU
+  * Added patch to fix Debian patch for CVE-2008-3521 (Closes: #506739)
+  * debian/control: Standards-Version: 3.8.4
+
+ -- Roland Stigge <stigge at antcom.de>  Sun, 21 Feb 2010 16:09:45 +0100
+
+jasper (1.900.1-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * This is a fix for the GeoJP2 patch introduced in 1.900.1-5 which caused 
+    GDAL faulting. Thanks Even Rouault. (Closes: #553429)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 28 Oct 2009 09:39:28 +0100
+
+jasper (1.900.1-6) unstable; urgency=low
+
+  * Reverted to jasper 1.900.1-6 because 1.900.1-5.1 messed up (see #528543)
+    but 1.900.1-5 wasn't available anymore. (Closes: #514296, #528543)
+  * Re-applied patch from #275619 as in 1.900.1-5
+  * debian/control: Standards-Version: 3.8.2
+  * Applied patch by Nico Golde (Closes: #501021)
+     - CVE-2008-3522[0]: Buffer overflow.
+     - CVE-2008-3521[1]: unsecure temporary files handling.
+     - CVE-2008-3520[2]: Multiple integer overflows.
+
+ -- Roland Stigge <stigge at antcom.de>  Sat, 20 Jun 2009 15:21:16 +0200
+
+jasper (1.900.1-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * add patches/02_security.dpatch to fix various CVEs (Closes: #501021):
+     + CVE-2008-3522[0]: Buffer overflow.
+     + CVE-2008-3521[1]: unsecure temporary files handling.
+     + CVE-2008-3520[2]: Multiple integer overflows.
+
+ -- Pierre Habouzit <madcoder at debian.org>  Sun, 12 Oct 2008 21:40:59 +0200
+
+jasper (1.900.1-5) unstable; urgency=low
+
+  * Added GeoJP2 patch by Sven Geggus <sven.geggus at iitb.fraunhofer.de>
+    (Closes: #275619)
+  * debian/control: Standards-Version: 3.8.0
+
+ -- Roland Stigge <stigge at antcom.de>  Sun, 08 Jun 2008 13:14:24 +0200
+
+jasper (1.900.1-4) unstable; urgency=low
+
+  * src/libjasper/jpc/jpc_dec.c: Extended assert() to accept 4 color
+    components (Closes: #469786)
+  * debian/rules: improve "make distclean", thanks to lintian
+  * debian/control:
+    - Standards-Version: 3.7.3
+    - ${Source-Version} -> ${binary:Version}
+    - Removed self-dependencies of libjasper-dev
+
+ -- Roland Stigge <stigge at antcom.de>  Sun, 09 Mar 2008 11:53:44 +0100
+
+jasper (1.900.1-3) unstable; urgency=low
+
+  * Fixed segfaults on broken images (Closes: #413041)
+
+ -- Roland Stigge <stigge at antcom.de>  Tue, 10 Apr 2007 10:05:10 +0200
+
+jasper (1.900.1-2) experimental; urgency=low
+
+  * Added jas_tmr.h to -dev package (Closes: #414705)
+
+ -- Roland Stigge <stigge at antcom.de>  Tue, 13 Mar 2007 14:23:58 +0100
+
+jasper (1.900.1-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/control:
+    - Standards-Version: 3.7.2
+    - Build-Depends: freeglut3-dev instead of libglut3-dev (Closes: #394496)
+  * Renamed packages to libjasper1, libjasper-dev, libjasper-runtime according
+    to upstream shared library naming change
+
+ -- Roland Stigge <stigge at antcom.de>  Fri, 26 Jan 2007 14:22:18 +0100
+
+jasper (1.701.0-2) unstable; urgency=low
+
+  * Prevent compression of pdf documents in binary packages
+  * Added man pages for the executables (Closes: #250077)
+  * Again renamed binary packages to reflect Policy:
+      - libjasper-1.701-1
+      - libjasper-1.701-dev (Provides, Replaces and Conflicts: libjasper-dev)
+      - libjasper-runtime
+
+ -- Roland Stigge <stigge at antcom.de>  Sun, 20 Jun 2004 13:54:10 +0200
+
+jasper (1.701.0-1) unstable; urgency=low
+
+  * New maintainer (Closes: #217099)
+  * New upstream release (Closes: #217570)
+      - new DFSG-compliant license (Closes: #218999, #245075)
+      - includes newer libtool related files (Closes: #210383)
+  * debian/control:
+      - Standards-Version: 3.6.1
+      - Changed binary package names, fixed interdependencies (Closes: #211592)
+          libjasper-1.700-2 => libjasper1
+          libjasper-1.700-2-dev => libjasper-dev
+          libjasper-progs => libjasper-runtime
+        (new packages conflicting and replacing the old ones)
+      - Added libxi-dev, libxmu-dev, libxt-dev to Build-Depends
+        (Closes: #250481)
+
+ -- Roland Stigge <stigge at antcom.de>  Sat, 19 Jun 2004 23:19:32 +0200
+
+jasper (1.700.2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Christopher L Cheney <ccheney at debian.org>  Fri, 22 Aug 2003 01:30:00 -0500
+
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..3b93b74
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+config.guess
+config.sub
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..df4cd5c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: jasper
+Priority: optional
+Section: graphics
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Roland Stigge <stigge at antcom.de>
+Build-Depends: debhelper-compat (= 13), freeglut3-dev, libjpeg-dev, libxi-dev, libxmu-dev, libxt-dev, dh-autoreconf
+Standards-Version: 3.9.5
+
+Package: libjasper4
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: libjasper-runtime
+Description: JasPer JPEG-2000 runtime library
+ JasPer is a collection of software (i.e., a library and application programs)
+ for the coding and manipulation of images.  This software can handle image
+ data in a variety of formats.  One such format supported by JasPer is the
+ JPEG-2000 format defined in ISO/IEC 15444-1:2000.
+ .
+ This package contains the shared library. 
+
+Package: libjasper-dev
+Section: libdevel
+Architecture: any
+Depends: libjasper4 (= ${binary:Version}), ${misc:Depends}
+Description: Development files for the JasPer JPEG-2000 library
+ JasPer is a collection of software (i.e., a library and application programs)
+ for the coding and manipulation of images.  This software can handle image
+ data in a variety of formats.  One such format supported by JasPer is the
+ JPEG-2000 format defined in ISO/IEC 15444-1:2000.
+ .
+ This package contains the static library and headers.
+
+Package: libjasper-runtime
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Programs for manipulating JPEG-2000 files
+ JasPer is a collection of software (i.e., a library and application programs)
+ for the coding and manipulation of images.  This software can handle image
+ data in a variety of formats.  One such format supported by JasPer is the
+ JPEG-2000 format defined in ISO/IEC 15444-1:2000.
+ .
+ This package contains programs for manipulating JPEG-2000 files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..88a55ab
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,62 @@
+This package was debianized by Christopher L Cheney <ccheney at debian.org> on
+Fri, 22 Aug 2003 01:33:34 -0500.
+
+The current maintainer is Roland Stigge <stigge at antcom.de>
+
+It was downloaded from http://www.ece.uvic.ca/~mdadams/jasper/
+
+Upstream Author: Michael Adams <mdadams at ece.uvic.ca>
+
+License:
+
+JasPer License Version 2.0
+
+Copyright (c) 1999-2000 Image Power, Inc.
+Copyright (c) 1999-2000 The University of British Columbia
+Copyright (c) 2001-2003 Michael David Adams
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person (the
+"User") obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, and/or sell copies of the Software, and to permit
+persons to whom the Software is furnished to do so, subject to the
+following conditions:
+
+1.  The above copyright notices and this permission notice (which
+includes the disclaimer below) shall be included in all copies or
+substantial portions of the Software.
+
+2.  The name of a copyright holder shall not be used to endorse or
+promote products derived from the Software without specific prior
+written permission.
+
+THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
+LICENSE.  NO USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER
+THIS DISCLAIMER.  THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
+"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.  IN NO
+EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
+INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
+FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  NO ASSURANCES ARE
+PROVIDED BY THE COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE
+THE PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY.
+EACH COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS
+BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL
+PROPERTY RIGHTS OR OTHERWISE.  AS A CONDITION TO EXERCISING THE RIGHTS
+GRANTED HEREUNDER, EACH USER HEREBY ASSUMES SOLE RESPONSIBILITY TO SECURE
+ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF ANY.  THE SOFTWARE
+IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL
+SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES,
+AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL
+SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH
+THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
+PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH
+RISK ACTIVITIES").  THE COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY
+EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
+
diff --git a/debian/imgcmp.1 b/debian/imgcmp.1
new file mode 100644
index 0000000..efc65d4
--- /dev/null
+++ b/debian/imgcmp.1
@@ -0,0 +1,24 @@
+.TH imgcmp 1 "20 June 2004" "Version 1.701.0" "JasPer Manual"
+
+.SH NAME
+imgcmp \- Image comparison utility
+
+.SH SYNOPSIS
+.B imgcmp
+.RI [ options ]
+
+.SH DESCRIPTION
+The
+.B imgcmp
+command compares two images of the same geometry with respect to a given
+metric.
+Please use the \-\-help command
+line switch and the JasPer Software Reference Manual for more information.
+
+.SH SEE ALSO
+.IR jasper (1)
+
+.SH AUTHOR
+Michael D. Adams <mdadams at ieee.org>
+This manpage was initially written by Roland Stigge <stigge at antcom.de> for
+the Debian Project.
diff --git a/debian/imginfo.1 b/debian/imginfo.1
new file mode 100644
index 0000000..34ae656
--- /dev/null
+++ b/debian/imginfo.1
@@ -0,0 +1,23 @@
+.TH imginfo 1 "20 June 2004" "Version 1.701.0" "JasPer Manual"
+
+.SH NAME
+imginfo \- Image information utility
+
+.SH SYNOPSIS
+.B imginfo
+.RI [ options ]
+
+.SH DESCRIPTION
+The
+.B imginfo
+command displays information about an image.
+Please use the \-\-help command
+line switch and the JasPer Software Reference Manual for more information.
+
+.SH SEE ALSO
+.IR jasper (1)
+
+.SH AUTHOR
+Michael D. Adams <mdadams at ieee.org>
+This manpage was initially written by Roland Stigge <stigge at antcom.de> for
+the Debian Project.
diff --git a/debian/jasper.1 b/debian/jasper.1
new file mode 100644
index 0000000..f0f74a1
--- /dev/null
+++ b/debian/jasper.1
@@ -0,0 +1,19 @@
+.TH jasper 1 "20 June 2004" "Version 1.701.0" "JasPer Manual"
+
+.SH NAME
+jasper \- File format converter specialized in JPEG-2000 encoding
+
+.SH SYNOPSIS
+.B jasper
+.RI [ options ]
+
+.SH DESCRIPTION
+The
+.B jasper
+command converts to and from JPEG-2000 files. Please use the \-\-help command
+line switch and the JasPer Software Reference Manual for more information.
+
+.SH AUTHOR
+Michael D. Adams <mdadams at ieee.org>
+This manpage was initially written by Roland Stigge <stigge at antcom.de> for
+the Debian Project.
diff --git a/debian/jiv.1 b/debian/jiv.1
new file mode 100644
index 0000000..2c067f5
--- /dev/null
+++ b/debian/jiv.1
@@ -0,0 +1,24 @@
+.TH jiv 1 "20 June 2004" "Version 1.701.0" "JasPer Manual"
+
+.SH NAME
+jiv \- Image display utility
+
+.SH SYNOPSIS
+.B jiv
+.RI [ options ]
+.RI [ file ... ]
+
+.SH DESCRIPTION
+The
+.B jiv
+command displays a JPEG-2000 image on an X display. Use the arrow keys for
+scrolling and < and > for zooming.  Please use the \-\-help command line switch
+and the JasPer Software Reference Manual for more information.
+
+.SH SEE ALSO
+.IR jasper (1)
+
+.SH AUTHOR
+Michael D. Adams <mdadams at ieee.org>
+This manpage was initially written by Roland Stigge <stigge at antcom.de> for
+the Debian Project.
diff --git a/debian/libjasper-dev.docs b/debian/libjasper-dev.docs
new file mode 100644
index 0000000..927d14a
--- /dev/null
+++ b/debian/libjasper-dev.docs
@@ -0,0 +1,3 @@
+doc/jasper.pdf
+doc/jpeg2000.pdf
+NEWS
diff --git a/debian/libjasper-dev.install b/debian/libjasper-dev.install
new file mode 100644
index 0000000..178cb8d
--- /dev/null
+++ b/debian/libjasper-dev.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/include/jasper/
+debian/tmp/usr/lib/*/libjasper.so
+debian/tmp/usr/lib/*/pkgconfig/jasper.pc
diff --git a/debian/libjasper-runtime.install b/debian/libjasper-runtime.install
new file mode 100644
index 0000000..db85a16
--- /dev/null
+++ b/debian/libjasper-runtime.install
@@ -0,0 +1,6 @@
+debian/tmp/usr/bin/imgcmp
+debian/tmp/usr/bin/imginfo
+debian/tmp/usr/bin/jasper
+debian/tmp/usr/bin/jiv
+debian/tmp/usr/share/doc/
+debian/tmp/usr/share/man/
diff --git a/debian/libjasper-runtime.manpages b/debian/libjasper-runtime.manpages
new file mode 100644
index 0000000..2f9b22f
--- /dev/null
+++ b/debian/libjasper-runtime.manpages
@@ -0,0 +1,4 @@
+debian/jasper.1
+debian/jiv.1
+debian/imgcmp.1
+debian/imginfo.1
diff --git a/debian/libjasper4.install b/debian/libjasper4.install
new file mode 100644
index 0000000..1c01ec7
--- /dev/null
+++ b/debian/libjasper4.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/*/libjasper.so.4.*
+debian/tmp/usr/lib/*/libjasper.so.4
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..657234c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5db7709
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://github.com/jasper-software/jasper/releases /jasper-software/jasper/releases/download/version-[\d.]+/jasper- at ANY_VERSION@.tar.gz


More information about the Neon-commits mailing list