[med-svn] r15483 - in trunk/packages/pixelmed/trunk/debian: . patches
Mathieu Malaterre
malat at moszumanska.debian.org
Tue Dec 10 17:06:27 UTC 2013
Author: malat
Date: 2013-12-10 17:06:27 +0000 (Tue, 10 Dec 2013)
New Revision: 15483
Removed:
trunk/packages/pixelmed/trunk/debian/patches/encoding_issues.patch
trunk/packages/pixelmed/trunk/debian/patches/target_java_1.7.patch
Modified:
trunk/packages/pixelmed/trunk/debian/changelog
trunk/packages/pixelmed/trunk/debian/get-orig-source
trunk/packages/pixelmed/trunk/debian/patches/Makefile.common.mk.patch
trunk/packages/pixelmed/trunk/debian/patches/add_usage.patch
trunk/packages/pixelmed/trunk/debian/patches/commons-net-ftp.patch
trunk/packages/pixelmed/trunk/debian/patches/fix_xslt.patch
trunk/packages/pixelmed/trunk/debian/patches/fixdoc.patch
trunk/packages/pixelmed/trunk/debian/patches/remove_x_test.patch
trunk/packages/pixelmed/trunk/debian/patches/removetest.patch
trunk/packages/pixelmed/trunk/debian/patches/series
trunk/packages/pixelmed/trunk/debian/watch
Log:
Prepare new upload
Modified: trunk/packages/pixelmed/trunk/debian/changelog
===================================================================
--- trunk/packages/pixelmed/trunk/debian/changelog 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/changelog 2013-12-10 17:06:27 UTC (rev 15483)
@@ -1,3 +1,12 @@
+pixelmed (20131018-1) unstable; urgency=low
+
+ * New upstream. Closes: #728570, #717230
+ * Remove patches applied usptream:
+ - target_java_1.7.patch
+ - encoding_issues.patch
+
+ -- Mathieu Malaterre <malat at debian.org> Tue, 10 Dec 2013 18:02:46 +0100
+
pixelmed (20130426-1) unstable; urgency=low
* New upstream
Modified: trunk/packages/pixelmed/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/pixelmed/trunk/debian/get-orig-source 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/get-orig-source 2013-12-10 17:06:27 UTC (rev 15483)
@@ -20,7 +20,7 @@
FOLDER=${PACKAGE}-${VERSION}
UPSTREAM_SRC=pixelmedjavadicom_sourcerelease.${VERSION}
-wget -c http://www.dclunie.com/pixelmed/software/${VERSION}_current/${UPSTREAM_SRC}.tar.bz2
+wget -c http://www.dclunie.com/pixelmed/software/${VERSION}b_current/${UPSTREAM_SRC}.tar.bz2
mkdir ${FOLDER}
tar xjf ${UPSTREAM_SRC}.tar.bz2 -C ${FOLDER}
# Upstream confirmed this was left over from tests:
@@ -39,7 +39,7 @@
find ${FOLDER} -name ._\* -exec rm {} \;
# download the changelog:
-wget http://www.dclunie.com/pixelmed/software/${VERSION}_current/CHANGES.bz2
+wget http://www.dclunie.com/pixelmed/software/${VERSION}b_current/CHANGES.bz2
bzcat CHANGES.bz2 > ${FOLDER}/CHANGES
rm CHANGES.bz2
Modified: trunk/packages/pixelmed/trunk/debian/patches/Makefile.common.mk.patch
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/Makefile.common.mk.patch 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/patches/Makefile.common.mk.patch 2013-12-10 17:06:27 UTC (rev 15483)
@@ -3,11 +3,11 @@
Author: Mathieu Malaterre <malat at debian.org>
Last-Update: 2012-05-05
-Index: pixelmed-20130220/com/pixelmed/display/Makefile
+Index: pixelmed-20131018/com/pixelmed/display/Makefile
===================================================================
---- pixelmed-20130220.orig/com/pixelmed/display/Makefile 2013-04-24 15:27:52.898585473 +0200
-+++ pixelmed-20130220/com/pixelmed/display/Makefile 2013-04-24 15:27:55.046585446 +0200
-@@ -243,7 +243,7 @@
+--- pixelmed-20131018.orig/com/pixelmed/display/Makefile 2013-10-16 18:16:27.000000000 +0200
++++ pixelmed-20131018/com/pixelmed/display/Makefile 2013-12-10 17:50:13.462149836 +0100
+@@ -246,7 +246,7 @@
com.pixelmed.display.DicomImageViewer ${PATHTOHOME}/Pictures/Medical/NEMA97CD/DICOMDIR
testviewerontestimages:
@@ -16,10 +16,10 @@
testvieweronallmfmrimages:
(for i in ${PATHTOROOT}/../../nemamfmr/DISCIMG/IMAGES/*; do echo "$$i"; java -Xms512m -Xmx512m -cp ${PATHTOROOT}:${VIEWERADDITIONALJARS} com.pixelmed.display.DicomImageViewer "$$i"; done)
-Index: pixelmed-20130220/Makefile.common.mk
+Index: pixelmed-20131018/Makefile.common.mk
===================================================================
---- pixelmed-20130220.orig/Makefile.common.mk 2013-04-24 15:27:52.934585470 +0200
-+++ pixelmed-20130220/Makefile.common.mk 2013-04-24 15:27:55.062585449 +0200
+--- pixelmed-20131018.orig/Makefile.common.mk 2013-07-21 17:47:49.000000000 +0200
++++ pixelmed-20131018/Makefile.common.mk 2013-12-10 17:50:13.462149836 +0100
@@ -4,9 +4,10 @@
PATHTOHOME = /Users/dclunie
@@ -51,10 +51,10 @@
DISPLAYADDITIONALJARS = ${DICOMADDITIONALJARS}:${PATHTOADDITIONAL}/jai_imageio.jar:${PATHTOADDITIONAL}/clibwrapper_jiio.jar
-Index: pixelmed-20130220/com/pixelmed/geometry/Makefile
+Index: pixelmed-20131018/com/pixelmed/geometry/Makefile
===================================================================
---- pixelmed-20130220.orig/com/pixelmed/geometry/Makefile 2013-04-24 15:28:09.838585281 +0200
-+++ pixelmed-20130220/com/pixelmed/geometry/Makefile 2013-04-24 15:28:17.758585190 +0200
+--- pixelmed-20131018.orig/com/pixelmed/geometry/Makefile 2013-01-19 20:09:13.000000000 +0100
++++ pixelmed-20131018/com/pixelmed/geometry/Makefile 2013-12-10 17:50:13.462149836 +0100
@@ -16,7 +16,7 @@
.SUFFIXES: .class .java
Modified: trunk/packages/pixelmed/trunk/debian/patches/add_usage.patch
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/add_usage.patch 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/patches/add_usage.patch 2013-12-10 17:06:27 UTC (rev 15483)
@@ -3,10 +3,10 @@
Forwarded: not-needed
Author: Mathieu Malaterre <malat at debian.org>
-Index: pixelmed-20130426/com/pixelmed/network/VerificationSOPClassSCU.java
+Index: pixelmed-20131018/com/pixelmed/network/VerificationSOPClassSCU.java
===================================================================
---- pixelmed-20130426.orig/com/pixelmed/network/VerificationSOPClassSCU.java 2013-06-03 10:32:16.861206687 +0200
-+++ pixelmed-20130426/com/pixelmed/network/VerificationSOPClassSCU.java 2013-06-03 10:35:33.357204475 +0200
+--- pixelmed-20131018.orig/com/pixelmed/network/VerificationSOPClassSCU.java 2013-04-27 03:23:50.000000000 +0200
++++ pixelmed-20131018/com/pixelmed/network/VerificationSOPClassSCU.java 2013-12-10 17:51:23.734148896 +0100
@@ -148,6 +148,11 @@
* @param arg array of four to seven strings - their hostname, their port, their AE Title, our AE Title, and optionally a string flag valued SECURE or NONSECURE, an optional username and an optional password
*/
@@ -19,12 +19,12 @@
boolean secure = arg.length >= 5 && arg[4].toUpperCase(java.util.Locale.US).equals("SECURE");
String username = arg.length >= 6 ? arg[5] : null;
String password = arg.length >= 7 ? arg[6] : null;
-Index: pixelmed-20130426/com/pixelmed/validate/DicomSRValidator.java
+Index: pixelmed-20131018/com/pixelmed/validate/DicomSRValidator.java
===================================================================
---- pixelmed-20130426.orig/com/pixelmed/validate/DicomSRValidator.java 2013-06-03 10:35:57.509204203 +0200
-+++ pixelmed-20130426/com/pixelmed/validate/DicomSRValidator.java 2013-06-03 10:36:38.605203740 +0200
-@@ -236,6 +236,11 @@
- * @param arg the name of the file containing the DICOM SR instance to be validated
+--- pixelmed-20131018.orig/com/pixelmed/validate/DicomSRValidator.java 2013-07-24 14:35:52.000000000 +0200
++++ pixelmed-20131018/com/pixelmed/validate/DicomSRValidator.java 2013-12-10 17:51:23.734148896 +0100
+@@ -289,6 +289,11 @@
+ * @param arg optionally -describe, optionally -donotmatchcase, then the name of the file containing the DICOM SR instance to be validated
*/
public static void main(String arg[]) {
+ if (arg.length < 1) {
@@ -34,4 +34,4 @@
+ }
try {
DicomSRValidator validator = new DicomSRValidator();
- System.out.print(validator.validate(arg[0]));
+ boolean describe = false;
Modified: trunk/packages/pixelmed/trunk/debian/patches/commons-net-ftp.patch
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/commons-net-ftp.patch 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/patches/commons-net-ftp.patch 2013-12-10 17:06:27 UTC (rev 15483)
@@ -3,10 +3,10 @@
Author: Mathieu Malaterre <malat at debian.org>
Last-Update: 2012-05-05
-Index: pixelmed-20130426/Makefile
+Index: pixelmed-20131018/Makefile
===================================================================
---- pixelmed-20130426.orig/Makefile 2013-06-03 09:31:38.105247656 +0200
-+++ pixelmed-20130426/Makefile 2013-06-03 09:31:41.821247614 +0200
+--- pixelmed-20131018.orig/Makefile 2013-12-10 17:50:21.226149732 +0100
++++ pixelmed-20131018/Makefile 2013-12-10 17:50:22.098149722 +0100
@@ -168,7 +168,7 @@
WEBSTARTFILES = \
webstart/pixelmed.jar \
@@ -61,7 +61,7 @@
mkdir -p DoseUtility.app/Contents/Resources/Java
cp $< $@
-@@ -911,7 +911,7 @@
+@@ -912,7 +912,7 @@
javadoc:
rm -rf docs/javadoc
javadoc \
@@ -70,10 +70,10 @@
-link http://download.oracle.com/javase/1.5.0/docs/api/ \
-link http://jpedal.org/javadoc/ \
-link http://www.hsqldb.org/doc/src/ \
-Index: pixelmed-20130426/Makefile.common.mk
+Index: pixelmed-20131018/Makefile.common.mk
===================================================================
---- pixelmed-20130426.orig/Makefile.common.mk 2013-06-03 09:31:34.653247695 +0200
-+++ pixelmed-20130426/Makefile.common.mk 2013-06-03 09:31:41.821247614 +0200
+--- pixelmed-20131018.orig/Makefile.common.mk 2013-12-10 17:50:13.462149836 +0100
++++ pixelmed-20131018/Makefile.common.mk 2013-12-10 17:50:22.098149722 +0100
@@ -35,7 +35,7 @@
DATABASEADDITIONALJARS = ${PATHTOADDITIONAL}/hsqldb.jar
@@ -83,10 +83,10 @@
VIEWERADDITIONALJARS = ${DISPLAYADDITIONALJARS}:${DATABASEADDITIONALJARS}:${PATHTOADDITIONAL}/jmdns.jar
-Index: pixelmed-20130426/webstart/DoseUtility.jnlp
+Index: pixelmed-20131018/webstart/DoseUtility.jnlp
===================================================================
---- pixelmed-20130426.orig/webstart/DoseUtility.jnlp 2011-12-08 14:10:09.000000000 +0100
-+++ pixelmed-20130426/webstart/DoseUtility.jnlp 2013-06-03 09:31:41.821247614 +0200
+--- pixelmed-20131018.orig/webstart/DoseUtility.jnlp 2011-12-08 14:10:09.000000000 +0100
++++ pixelmed-20131018/webstart/DoseUtility.jnlp 2013-12-10 17:50:22.098149722 +0100
@@ -19,7 +19,7 @@
<j2se version="1.5+" java-vm-args="-Xmx768m -Xss2m"/>
<jar href="pixelmed.jar"/>
Deleted: trunk/packages/pixelmed/trunk/debian/patches/encoding_issues.patch
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/encoding_issues.patch 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/patches/encoding_issues.patch 2013-12-10 17:06:27 UTC (rev 15483)
@@ -1,14 +0,0 @@
-Description: javadoc fails when encoding is not set
-Author: Mathieu Malaterre <malat at debian.org>
-Forwarded: not-needed
-
---- pixelmed-20130426.orig/Makefile
-+++ pixelmed-20130426/Makefile
-@@ -918,6 +918,7 @@ javadoc:
- -link http://www.hsqldb.org/doc/src/ \
- -link http://javasourcecode.org/html/open-source/junit/junit-4.8.1/ \
- -protected -d docs/javadoc \
-+ -encoding "UTF-8" \
- ${SUBPACKAGES}
-
- doxygen:
Modified: trunk/packages/pixelmed/trunk/debian/patches/fix_xslt.patch
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/fix_xslt.patch 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/patches/fix_xslt.patch 2013-12-10 17:06:27 UTC (rev 15483)
@@ -2,16 +2,16 @@
Author: Mathieu Malaterre <malat at debian.org>
Bug-Debian: http://bugs.debian.org/706132
-Index: pixelmed-20130220/com/pixelmed/test/Makefile
+Index: pixelmed-20131018/com/pixelmed/test/Makefile
===================================================================
---- pixelmed-20130220.orig/com/pixelmed/test/Makefile 2013-04-25 11:27:52.873774815 +0200
-+++ pixelmed-20130220/com/pixelmed/test/Makefile 2013-04-25 11:27:58.777774750 +0200
-@@ -100,7 +100,7 @@
+--- pixelmed-20131018.orig/com/pixelmed/test/Makefile 2013-12-10 17:55:29.000000000 +0100
++++ pixelmed-20131018/com/pixelmed/test/Makefile 2013-12-10 17:55:42.122145434 +0100
+@@ -103,7 +103,7 @@
clean:
rm -f *~ *.class core *.bak ${OBJS} testcleanerfile.dcm
--alltests: testsr testdatetime testsuv testfloatformatter testdecimalstring testunkown testctdose testcompositecontext testremoveid testattributelist \
-+alltests: testsr testdatetime testsuv testfloatformatter testdecimalstring testunkown testcompositecontext testremoveid testattributelist \
- testcontentitem testcodingscheme testcharset testanatomy testgeometry testdicomdir testuuid testbase64 testdates testsequence \
- testthread testmultiframe
+-alltests: testcolorconv testsr testdatetime testsuv testfloatformatter testdecimalstring testunkown testctdose testcompositecontext testsafeprivate testremoveid testattributelist \
++alltests: testcolorconv testsr testdatetime testsuv testfloatformatter testdecimalstring testunkown testcompositecontext testsafeprivate testremoveid testattributelist \
+ testcontentitem testcodingscheme testcharset testcleaner testanatomy testgeometry testdicomdir testnetwork testuuid testbase64 testdates testsequence \
+ testthread testdatabase testmultiframe
Modified: trunk/packages/pixelmed/trunk/debian/patches/fixdoc.patch
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/fixdoc.patch 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/patches/fixdoc.patch 2013-12-10 17:06:27 UTC (rev 15483)
@@ -1,11 +1,11 @@
Description: fix doc generation
Author: Mathieu Malaterre <malat at debian.org>
-Index: pixelmed-20130426/Makefile
+Index: pixelmed-20131018/Makefile
===================================================================
---- pixelmed-20130426.orig/Makefile 2013-06-03 09:31:46.057247566 +0200
-+++ pixelmed-20130426/Makefile 2013-06-03 09:31:52.853247490 +0200
-@@ -912,7 +912,7 @@
+--- pixelmed-20131018.orig/Makefile 2013-12-10 17:50:26.138149668 +0100
++++ pixelmed-20131018/Makefile 2013-12-10 17:50:41.330149467 +0100
+@@ -913,7 +913,7 @@
javadoc:
rm -rf docs/javadoc
javadoc \
Modified: trunk/packages/pixelmed/trunk/debian/patches/remove_x_test.patch
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/remove_x_test.patch 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/patches/remove_x_test.patch 2013-12-10 17:06:27 UTC (rev 15483)
@@ -2,16 +2,16 @@
Forwarded: not-needed
Author: Mathieu Malaterre <malat at debian.org>
-Index: pixelmed-20130220/com/pixelmed/test/Makefile
+Index: pixelmed-20131018/com/pixelmed/test/Makefile
===================================================================
---- pixelmed-20130220.orig/com/pixelmed/test/Makefile 2013-04-25 13:22:24.721697448 +0200
-+++ pixelmed-20130220/com/pixelmed/test/Makefile 2013-04-25 13:22:29.445697393 +0200
-@@ -102,7 +102,7 @@
+--- pixelmed-20131018.orig/com/pixelmed/test/Makefile 2013-12-10 17:55:42.122145434 +0100
++++ pixelmed-20131018/com/pixelmed/test/Makefile 2013-12-10 17:55:46.362145374 +0100
+@@ -105,7 +105,7 @@
- alltests: testsr testdatetime testsuv testfloatformatter testdecimalstring testunkown testcompositecontext testremoveid testattributelist \
- testcontentitem testcodingscheme testcharset testanatomy testgeometry testdicomdir testuuid testbase64 testdates testsequence \
-- testthread testmultiframe
-+ testmultiframe
+ alltests: testcolorconv testsr testdatetime testsuv testfloatformatter testdecimalstring testunkown testcompositecontext testsafeprivate testremoveid testattributelist \
+ testcontentitem testcodingscheme testcharset testcleaner testanatomy testgeometry testdicomdir testnetwork testuuid testbase64 testdates testsequence \
+- testthread testdatabase testmultiframe
++ testdatabase testmultiframe
- testmultiframe: ${OBJS}
- java -cp ${PATHTOROOT}:${JUNITJAR} -Djava.awt.headless=true org.junit.runner.JUnitCore com.pixelmed.test.TestMultiFrameImageFactory_AllTests
+ testcolorconv: ${OBJS}
+ java -cp ${PATHTOROOT}:${JUNITJAR} -Djava.awt.headless=true org.junit.runner.JUnitCore com.pixelmed.test.TestColorConversions_AllTests
Modified: trunk/packages/pixelmed/trunk/debian/patches/removetest.patch
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/removetest.patch 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/patches/removetest.patch 2013-12-10 17:06:27 UTC (rev 15483)
@@ -3,24 +3,11 @@
Author: Mathieu Malaterre <malat at debian.org>
Last-Update: 2012-05-05
-Index: pixelmed-20130220/com/pixelmed/test/Makefile
+Index: pixelmed-20131018/com/pixelmed/test/Makefile
===================================================================
---- pixelmed-20130220.orig/com/pixelmed/test/Makefile 2013-04-24 15:37:48.278578770 +0200
-+++ pixelmed-20130220/com/pixelmed/test/Makefile 2013-04-24 15:44:55.274573961 +0200
-@@ -100,9 +100,9 @@
- clean:
- rm -f *~ *.class core *.bak ${OBJS} testcleanerfile.dcm
-
--alltests: testsr testdatetime testsuv testfloatformatter testdecimalstring testunkown testctdose testcompositecontext testsafeprivate testremoveid testattributelist \
-- testcontentitem testcodingscheme testcharset testcleaner testanatomy testgeometry testdicomdir testnetwork testuuid testbase64 testdates testsequence \
-- testthread testdatabase testmultiframe
-+alltests: testsr testdatetime testsuv testfloatformatter testdecimalstring testunkown testctdose testcompositecontext testremoveid testattributelist \
-+ testcontentitem testcodingscheme testcharset testanatomy testgeometry testdicomdir testuuid testbase64 testdates testsequence \
-+ testthread testmultiframe
-
- testmultiframe: ${OBJS}
- java -cp ${PATHTOROOT}:${JUNITJAR} -Djava.awt.headless=true org.junit.runner.JUnitCore com.pixelmed.test.TestMultiFrameImageFactory_AllTests
-@@ -190,7 +190,7 @@
+--- pixelmed-20131018.orig/com/pixelmed/test/Makefile 2013-10-05 16:02:23.000000000 +0200
++++ pixelmed-20131018/com/pixelmed/test/Makefile 2013-12-10 17:50:30.770149604 +0100
+@@ -196,7 +196,7 @@
java -cp ${PATHTOROOT}:${JUNITJAR} -Djava.awt.headless=true org.junit.runner.JUnitCore com.pixelmed.test.TestAnatomy_AllTests
testgeometry: ${OBJS}
Modified: trunk/packages/pixelmed/trunk/debian/patches/series
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/series 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/patches/series 2013-12-10 17:06:27 UTC (rev 15483)
@@ -8,10 +8,8 @@
addmanifest.patch
fixfonts.patch
removetest.patch
-target_java_1.7.patch
fixdoc.patch
fix_xslt.patch
remove_x_test.patch
fix_jnlp.patch
add_usage.patch
-encoding_issues.patch
Deleted: trunk/packages/pixelmed/trunk/debian/patches/target_java_1.7.patch
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/target_java_1.7.patch 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/patches/target_java_1.7.patch 2013-12-10 17:06:27 UTC (rev 15483)
@@ -1,32 +0,0 @@
-Description: Update java to use version 1.7 instead of 1.5.
- This patch updates the Makefiles to use Java 1.7. This fixes some issues
- but causes an issue in com.pixelmed.display.ApplicationFrame. This issue
- is due to a deprecated library to be used when writing and encoding files.
- This has been updated to use the ImageIO library.
-Author: Chris J Arges <chris.j.arges at canonical.com>
-Bug-Debian: http://bugs.debian.org/678383
-Bug-Ubuntu: https://launchpad.net/bugs/888993
-Last-Update: 2012-06-28
-Reviewed-By: Mathieu Malaterre <malat at debian.org>
-
-Index: pixelmed-20130426/com/pixelmed/display/ApplicationFrame.java
-===================================================================
---- pixelmed-20130426.orig/com/pixelmed/display/ApplicationFrame.java 2013-06-03 11:25:12.729170930 +0200
-+++ pixelmed-20130426/com/pixelmed/display/ApplicationFrame.java 2013-06-03 11:25:12.773170929 +0200
-@@ -9,6 +9,7 @@
- import java.awt.event.*;
- import java.util.*;
- import java.io.*;
-+import javax.imageio.*;
- import javax.swing.*;
- import javax.swing.event.*;
-
-@@ -163,7 +164,7 @@
- try {
- snapShotFile = File.createTempFile("snap",".jpg",new File(System.getProperty("user.home")));
- java.awt.image.BufferedImage snapShotImage = new Robot().createScreenCapture(extent);
-- com.sun.image.codec.jpeg.JPEGCodec.createJPEGEncoder(new FileOutputStream(snapShotFile)).encode(snapShotImage);
-+ ImageIO.write(snapShotImage, "jpeg", snapShotFile);
- }
- catch (Exception ex) {
- ex.printStackTrace();
Modified: trunk/packages/pixelmed/trunk/debian/watch
===================================================================
--- trunk/packages/pixelmed/trunk/debian/watch 2013-12-10 14:39:21 UTC (rev 15482)
+++ trunk/packages/pixelmed/trunk/debian/watch 2013-12-10 17:06:27 UTC (rev 15483)
@@ -1,2 +1,2 @@
version=3
-http://www.dclunie.com/pixelmed/software/([\d]+)_current/pixelmedjavadicom_sourcerelease.([\d]+).tar.bz2
+http://www.dclunie.com/pixelmed/software/([b\d]+)_current/pixelmedjavadicom_sourcerelease.([\d]+).tar.bz2
More information about the debian-med-commit
mailing list