[pkg-java] r16361 - trunk/pirl/debian

Mathieu Malaterre malat at alioth.debian.org
Tue Nov 20 14:36:18 UTC 2012


Author: malat
Date: 2012-11-20 14:36:17 +0000 (Tue, 20 Nov 2012)
New Revision: 16361

Added:
   trunk/pirl/debian/jp2info.1.in
Modified:
   trunk/pirl/debian/changelog
   trunk/pirl/debian/jp2info.1
   trunk/pirl/debian/rules
Log:
Update to 2.3.8

Modified: trunk/pirl/debian/changelog
===================================================================
--- trunk/pirl/debian/changelog	2012-11-19 09:48:42 UTC (rev 16360)
+++ trunk/pirl/debian/changelog	2012-11-20 14:36:17 UTC (rev 16361)
@@ -1,8 +1,9 @@
-pirl (2.3.7-2) UNRELEASED; urgency=low
+pirl (2.3.8-1) unstable; urgency=low
 
+  * New upstream: 2.3.8. Fixes issues with JPX.
   * Missing Depends on java-wrappers.
 
- -- Mathieu Malaterre <malat at debian.org>  Wed, 01 Aug 2012 11:10:50 +0200
+ -- Mathieu Malaterre <malat at debian.org>  Tue, 20 Nov 2012 15:35:37 +0100
 
 pirl (2.3.7-1) unstable; urgency=low
 

Modified: trunk/pirl/debian/jp2info.1
===================================================================
--- trunk/pirl/debian/jp2info.1	2012-11-19 09:48:42 UTC (rev 16360)
+++ trunk/pirl/debian/jp2info.1	2012-11-20 14:36:17 UTC (rev 16361)
@@ -1,15 +1,17 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.7.
-.TH JP2INFO "1" "April 2012" "jp2info 2.3.4" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.12.
+.TH JP2INFO "1" "November 2012" "jp2info 2.3.8" "User Commands"
 .SH NAME
 jp2info \- dump meta information of JPEG 2000 Codestream / JP2 file
 .SH SYNOPSIS
 .B JP2_Info
 [\fI<Options>\fR] \fI<source>\fR
 .SH DESCRIPTION
-PIRL.Image_Tools.JP2_Info (1.32 2009/09/26 03:16:17)
+Dump meta information of JPEG 2000 Codestream / JP2 file
+.PP
+PIRL.Image_Tools.JP2_Info (1.39 2012/11/19 00:13:25)
 .IP
 The contents of the specified file are scanned
-for JP2 file format boxes and/or JPEG2000 codestream segments.
+for JP2 file format boxes and JPEG2000 codestream segments.
 The information found is reported in the form of
 PVL parameters containing all the data element values.
 .PP
@@ -23,7 +25,7 @@
 \fB\-[No_]EOC_search\fR
 .IP
 Search a final tile\-part of unknown length for the EOC marker.
-The default is not to search; the EOC will be reported as missing.
+The default is not to search.
 .HP
 \fB\-Gui\fR
 .IP
@@ -43,3 +45,15 @@
 \fB\-Help\fR
 .IP
 Print this usage description and exit.
+.PP
+Exit Status \-
+.IP
+0 \- Success
+1 \- Command line syntax problem
+2 \- I/O Exception while attemping to read the source file
+3 \- No information was found
+4 \- An error occurred in assembing the PVL parameters for the JP2 information
+5 \- The source file does not have the required JP2 contents
+.SH AUTHOR
+This  manual  page was written by Mathieu Malaterre <malat at debian.org> for
+the Debian GNU/Linux system, but may be used by others.

Added: trunk/pirl/debian/jp2info.1.in
===================================================================
--- trunk/pirl/debian/jp2info.1.in	                        (rev 0)
+++ trunk/pirl/debian/jp2info.1.in	2012-11-20 14:36:17 UTC (rev 16361)
@@ -0,0 +1,7 @@
+[DESCRIPTION]
+Dump meta information of JPEG 2000 Codestream / JP2 file
+
+[AUTHOR]
+This  manual  page was written by Mathieu Malaterre <malat at debian.org> for
+the Debian GNU/Linux system, but may be used by others.
+

Modified: trunk/pirl/debian/rules
===================================================================
--- trunk/pirl/debian/rules	2012-11-19 09:48:42 UTC (rev 16360)
+++ trunk/pirl/debian/rules	2012-11-20 14:36:17 UTC (rev 16361)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+VERSION=$(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)
+
 export JAVA_HOME=/usr/lib/jvm/default-java
 export CLASSPATH=/usr/share/java/jcm.jar:/usr/share/java/gnumail.jar:/usr/share/java/swingx1.jar:/usr/share/java/commons-cli.jar
 
@@ -10,9 +12,9 @@
 	-rm PIRL/Conductor/Notify-simple.java
 	dh_auto_configure
 
-debian/jp2info.1:
-	help2man -n "dump meta information of JPEG 2000 Codestream / JP2 file" \
-		--output=debian/jp2info.1 --version-string=2.3.4 --help-option=-h --no-info jp2info
+debian/jp2info.1: debian/jp2info.1.in
+	help2man --include=$< -n "dump meta information of JPEG 2000 Codestream / JP2 file" \
+		--output=$@ --version-string=$(VERSION) --help-option=-h --no-info jp2info
 
 get-orig-source:
 	uscan --verbose --force-download --rename




More information about the pkg-java-commits mailing list