Author: malat
Date: 2012-04-14 14:25:05 +0000 (Sat, 14 Apr 2012)
New Revision: 15948

Added:
   trunk/pirl/debian/jp2info.1
   trunk/pirl/debian/patches/1.patch
   trunk/pirl/debian/patches/2.patch
   trunk/pirl/debian/patches/3.patch
   trunk/pirl/debian/patches/6.patch
   trunk/pirl/debian/patches/7.patch
   trunk/pirl/debian/pirl-image-tools.manpages
Modified:
   trunk/pirl/debian/changelog
   trunk/pirl/debian/jp2info
   trunk/pirl/debian/orig-tar.sh
   trunk/pirl/debian/patches/series
   trunk/pirl/debian/rules
   trunk/pirl/debian/watch
Log:
redo the source. removing any bogus license file

Modified: trunk/pirl/debian/changelog
===================================================================
--- trunk/pirl/debian/changelog 2012-04-13 11:41:17 UTC (rev 15947)
+++ trunk/pirl/debian/changelog 2012-04-14 14:25:05 UTC (rev 15948)
@@ -1,4 +1,4 @@
-pirl (2.3.4-1) unstable; urgency=low
+pirl (2.3.4.dfsg-1) unstable; urgency=low
 
   * Initial release (Closes: #668603)
 

Modified: trunk/pirl/debian/jp2info
===================================================================
--- trunk/pirl/debian/jp2info   2012-04-13 11:41:17 UTC (rev 15947)
+++ trunk/pirl/debian/jp2info   2012-04-14 14:25:05 UTC (rev 15948)
@@ -30,5 +30,7 @@
       run_java $HEADLESS $LOG_OPTION PIRL.Image_Tools.JPEG2000_Codestream_Info 
"$file";;
     *.jp2)
       run_java $HEADLESS $LOG_OPTION PIRL.Image_Tools.JP2_Info "$file";;
+    *)
+      run_java $HEADLESS $LOG_OPTION PIRL.Image_Tools.JP2_Info "$file";;
   esac
 done

Added: trunk/pirl/debian/jp2info.1
===================================================================
--- trunk/pirl/debian/jp2info.1                         (rev 0)
+++ trunk/pirl/debian/jp2info.1 2012-04-14 14:25:05 UTC (rev 15948)
@@ -0,0 +1,45 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.7.
+.TH JP2INFO "1" "April 2012" "jp2info 2.3.4" "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)
+.IP
+The contents of the specified file are scanned
+for JP2 file format boxes and/or JPEG2000 codestream segments.
+The information found is reported in the form of
+PVL parameters containing all the data element values.
+.PP
+Options \-
+.HP
+\fB\-[No_]Tiles\fR
+.IP
+Tiles segment parameters are to be included (or not).
+The default is not to include tile segment parameters.
+.HP
+\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.
+.HP
+\fB\-Gui\fR
+.IP
+The information PVL is provided in a GUI viewer.
+The default is to provide a terminal listing.
+.HP
+\fB\-Find\fR <parameter>
+.IP
+The named parameter is listed. This option may be repeated
+to obtain a listing of all parameters specified.
+.HP
+\fB\-Pattern\fR <regex>
+.IP
+The parameters with names that match the regular expression
+are listed. This option may also be repeated.
+.HP
+\fB\-Help\fR
+.IP
+Print this usage description and exit.

Modified: trunk/pirl/debian/orig-tar.sh
===================================================================
--- trunk/pirl/debian/orig-tar.sh       2012-04-13 11:41:17 UTC (rev 15947)
+++ trunk/pirl/debian/orig-tar.sh       2012-04-14 14:25:05 UTC (rev 15948)
@@ -1,12 +1,22 @@
 #!/bin/sh -e
 
 # called by uscan with '--upstream-version' <version> <file>
-TAR=pirl_$2.orig.tar.gz
+TAR=pirl_$2.dfsg.orig.tar.gz
 DIR=pirl-$2
 
 # clean up the upstream tarball
 tar -zxf $3
 mv PIRL-* PIRL
+cd PIRL/TreeTable
+rm AbstractCellEditor.java
+wget 
http://java.sun.com/products/jfc/tsc/articles/treetable1/src/AbstractCellEditor.java
+rm AbstractTreeTableModel.java
+wget 
http://java.sun.com/products/jfc/tsc/articles/treetable1/src/AbstractTreeTableModel.java
+rm TreeTableModel.java
+wget 
http://java.sun.com/products/jfc/tsc/articles/treetable1/src/TreeTableModel.java
+rm TreeTableModelAdapter.java
+wget 
http://java.sun.com/products/jfc/tsc/articles/treetable1/src/TreeTableModelAdapter.java
+cd ../..
 mkdir $DIR
 mv PIRL $DIR
 tar -czf $TAR $DIR

Added: trunk/pirl/debian/patches/1.patch
===================================================================
--- trunk/pirl/debian/patches/1.patch                           (rev 0)
+++ trunk/pirl/debian/patches/1.patch   2012-04-14 14:25:05 UTC (rev 15948)
@@ -0,0 +1,41 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ pirl (2.3.4.dfsg-1) unstable; urgency=low
+ .
+   * Initial release (Closes: #668603)
+Author: Mathieu Malaterre <ma...@debian.org>
+Bug-Debian: http://bugs.debian.org/668603
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- pirl-2.3.4.dfsg.orig/PIRL/TreeTable/AbstractTreeTableModel.java
++++ pirl-2.3.4.dfsg/PIRL/TreeTable/AbstractTreeTableModel.java
+@@ -38,8 +38,10 @@
+  * maintenance of any nuclear facility.
+  */
+ 
+-import com.sun.java.swing.tree.*;
+-import com.sun.java.swing.event.*;
++package       PIRL.TreeTable;
++
++import        javax.swing.tree.*;
++import        javax.swing.event.*;
+  
+ /**
+  * An abstract implementation of the TreeTableModel interface, handling 

Added: trunk/pirl/debian/patches/2.patch
===================================================================
--- trunk/pirl/debian/patches/2.patch                           (rev 0)
+++ trunk/pirl/debian/patches/2.patch   2012-04-14 14:25:05 UTC (rev 15948)
@@ -0,0 +1,36 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ pirl (2.3.4.dfsg-1) unstable; urgency=low
+ .
+   * Initial release (Closes: #668603)
+Author: Mathieu Malaterre <ma...@debian.org>
+Bug-Debian: http://bugs.debian.org/668603
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- pirl-2.3.4.dfsg.orig/PIRL/TreeTable/TreeTableModel.java
++++ pirl-2.3.4.dfsg/PIRL/TreeTable/TreeTableModel.java
+@@ -38,7 +38,6 @@
+  * maintenance of any nuclear facility.
+  */
+ 
+-import com.sun.java.swing.tree.TreeModel;
+ 
+ /**
+  * TreeTableModel is the model used by a JTreeTable. It extends TreeModel

Added: trunk/pirl/debian/patches/3.patch
===================================================================
--- trunk/pirl/debian/patches/3.patch                           (rev 0)
+++ trunk/pirl/debian/patches/3.patch   2012-04-14 14:25:05 UTC (rev 15948)
@@ -0,0 +1,38 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ pirl (2.3.4.dfsg-1) unstable; urgency=low
+ .
+   * Initial release (Closes: #668603)
+Author: Mathieu Malaterre <ma...@debian.org>
+Bug-Debian: http://bugs.debian.org/668603
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- pirl-2.3.4.dfsg.orig/PIRL/TreeTable/TreeTableModel.java
++++ pirl-2.3.4.dfsg/PIRL/TreeTable/TreeTableModel.java
+@@ -37,7 +37,9 @@
+  * intended for use in the design, construction, operation or
+  * maintenance of any nuclear facility.
+  */
++package       PIRL.TreeTable;
+ 
++import        javax.swing.tree.TreeModel;
+ 
+ /**
+  * TreeTableModel is the model used by a JTreeTable. It extends TreeModel

Added: trunk/pirl/debian/patches/6.patch
===================================================================
--- trunk/pirl/debian/patches/6.patch                           (rev 0)
+++ trunk/pirl/debian/patches/6.patch   2012-04-14 14:25:05 UTC (rev 15948)
@@ -0,0 +1,50 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ pirl (2.3.4.dfsg-1) unstable; urgency=low
+ .
+   * Initial release (Closes: #668603)
+Author: Mathieu Malaterre <ma...@debian.org>
+Bug-Debian: http://bugs.debian.org/668603
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- pirl-2.3.4.dfsg.orig/PIRL/TreeTable/TreeTableModelAdapter.java
++++ pirl-2.3.4.dfsg/PIRL/TreeTable/TreeTableModelAdapter.java
+@@ -37,12 +37,16 @@
+  * intended for use in the design, construction, operation or
+  * maintenance of any nuclear facility.
+  */
++package       PIRL.TreeTable;
+ 
+-import com.sun.java.swing.table.AbstractTableModel;
+-import com.sun.java.swing.JTree;
+-import com.sun.java.swing.tree.TreePath;
+-import com.sun.java.swing.event.TreeExpansionEvent;
+-import com.sun.java.swing.event.TreeExpansionListener;
++import javax.swing.JTree;
++import javax.swing.SwingUtilities;
++import javax.swing.table.AbstractTableModel;
++import javax.swing.tree.TreePath;
++import javax.swing.event.TreeExpansionEvent;
++import javax.swing.event.TreeExpansionListener;
++import javax.swing.event.TreeModelEvent;
++import javax.swing.event.TreeModelListener;
+ 
+ /**
+  * This is a wrapper class takes a TreeTableModel and implements 

Added: trunk/pirl/debian/patches/7.patch
===================================================================
--- trunk/pirl/debian/patches/7.patch                           (rev 0)
+++ trunk/pirl/debian/patches/7.patch   2012-04-14 14:25:05 UTC (rev 15948)
@@ -0,0 +1,44 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ pirl (2.3.4.dfsg-1) unstable; urgency=low
+ .
+   * Initial release (Closes: #668603)
+Author: Mathieu Malaterre <ma...@debian.org>
+Bug-Debian: http://bugs.debian.org/668603
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- pirl-2.3.4.dfsg.orig/PIRL/TreeTable/AbstractCellEditor.java
++++ pirl-2.3.4.dfsg/PIRL/TreeTable/AbstractCellEditor.java
+@@ -37,12 +37,13 @@
+  * intended for use in the design, construction, operation or
+  * maintenance of any nuclear facility.
+  */
++package       PIRL.TreeTable;
+ 
+ import java.awt.Component;
+ import java.awt.event.*;
+ import java.awt.AWTEvent;
+-import com.sun.java.swing.*;
+-import com.sun.java.swing.event.*;
++import javax.swing.*;
++import javax.swing.event.*;
+ import java.util.EventObject;
+ import java.io.Serializable;
+ 

Modified: trunk/pirl/debian/patches/series
===================================================================
--- trunk/pirl/debian/patches/series    2012-04-13 11:41:17 UTC (rev 15947)
+++ trunk/pirl/debian/patches/series    2012-04-14 14:25:05 UTC (rev 15948)
@@ -0,0 +1,5 @@
+1.patch
+2.patch
+3.patch
+6.patch
+7.patch

Added: trunk/pirl/debian/pirl-image-tools.manpages
===================================================================
--- trunk/pirl/debian/pirl-image-tools.manpages                         (rev 0)
+++ trunk/pirl/debian/pirl-image-tools.manpages 2012-04-14 14:25:05 UTC (rev 
15948)
@@ -0,0 +1 @@
+debian/jp2info.1

Modified: trunk/pirl/debian/rules
===================================================================
--- trunk/pirl/debian/rules     2012-04-13 11:41:17 UTC (rev 15947)
+++ trunk/pirl/debian/rules     2012-04-14 14:25:05 UTC (rev 15948)
@@ -10,5 +10,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
+
 get-orig-source:
        uscan --verbose --force-download --rename

Modified: trunk/pirl/debian/watch
===================================================================
--- trunk/pirl/debian/watch     2012-04-13 11:41:17 UTC (rev 15947)
+++ trunk/pirl/debian/watch     2012-04-14 14:25:05 UTC (rev 15948)
@@ -1,3 +1,4 @@
 version=3
+opts=dversionmangle=s/\.dfsg// \
 ftp://pirlftp.lpl.arizona.edu/pub/Java/PIRL-([\d\.]+).tar.gz \
 debian debian/orig-tar.sh


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to