[med-svn] r21712 - in trunk/packages/orthanc-imagej/trunk/debian: . patches

Sebastien Jodogne jodogne-guest at moszumanska.debian.org
Fri Apr 15 10:25:52 UTC 2016


Author: jodogne-guest
Date: 2016-04-15 10:25:52 +0000 (Fri, 15 Apr 2016)
New Revision: 21712

Modified:
   trunk/packages/orthanc-imagej/trunk/debian/changelog
   trunk/packages/orthanc-imagej/trunk/debian/control
   trunk/packages/orthanc-imagej/trunk/debian/copyright
   trunk/packages/orthanc-imagej/trunk/debian/patches/json-simple
   trunk/packages/orthanc-imagej/trunk/debian/watch
Log:
Orthanc ImageJ 1.1

Modified: trunk/packages/orthanc-imagej/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/changelog	2016-04-15 10:20:04 UTC (rev 21711)
+++ trunk/packages/orthanc-imagej/trunk/debian/changelog	2016-04-15 10:25:52 UTC (rev 21712)
@@ -1,8 +1,9 @@
-orthanc-imagej (1.0.0+dfsg-2) UNRELEASED; urgency=medium
+orthanc-imagej (1.1+dfsg-1) UNRELEASED; urgency=medium
 
-  * Updated URLs to the project, the code repository and the downloads
+  * New upstream version.
+  * Updated URLs to the project, the code repository and the downloads.
 
- -- Sebastien Jodogne <s.jodogne at gmail.com>  Thu, 30 Jul 2015 10:19:28 +0200
+ -- Sebastien Jodogne <s.jodogne at gmail.com>  Fri, 15 Apr 2016 11:44:54 +0200
 
 orthanc-imagej (1.0.0+dfsg-1) unstable; urgency=low
 

Modified: trunk/packages/orthanc-imagej/trunk/debian/control
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/control	2016-04-15 10:20:04 UTC (rev 21711)
+++ trunk/packages/orthanc-imagej/trunk/debian/control	2016-04-15 10:25:52 UTC (rev 21712)
@@ -4,13 +4,13 @@
            Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Build-Depends: cmake (>= 2.8),
                default-jdk,
                debhelper (>= 9),
                imagej,
                libjson-simple-java
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/orthanc-imagej/trunk/
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/orthanc-imagej/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/orthanc-imagej/trunk/
 Homepage: http://www.orthanc-server.com/static.php?page=imagej
 
@@ -27,9 +27,9 @@
  Orthanc is a lightweight, RESTful DICOM server for healthcare and
  medical research.
  .
- This plugin hopefully greatly simplifies the indexation of DICOM
- images when dealing with ImageJ (e.g. for quality control of DICOM
- modalities, or for pedagogical use). There is also no need to carry
- on any complex network configuration, since the plugin directly uses
- the REST API of Orthanc. This makes its installation and its use
+ This plugin simplifies the indexation of DICOM images if using
+ ImageJ (e.g. for quality control of DICOM modalities, or for
+ pedagogical use). There is also no need to carry on any complex
+ network configuration, since the plugin directly uses the REST
+ API of Orthanc. This makes its installation and its use
  quite straightforward.

Modified: trunk/packages/orthanc-imagej/trunk/debian/copyright
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/copyright	2016-04-15 10:20:04 UTC (rev 21711)
+++ trunk/packages/orthanc-imagej/trunk/debian/copyright	2016-04-15 10:25:52 UTC (rev 21712)
@@ -5,7 +5,7 @@
 Files-Excluded: org/*
 
 Files: *
-Copyright: 2012-2014 CHU of Liege (Belgium), and Sebastien Jodogne <s.jodogne at gmail.com>
+Copyright: 2012-2016 CHU of Liege (Belgium), and Sebastien Jodogne <s.jodogne at gmail.com>
 License: GPL-3
 
 

Modified: trunk/packages/orthanc-imagej/trunk/debian/patches/json-simple
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/patches/json-simple	2016-04-15 10:20:04 UTC (rev 21711)
+++ trunk/packages/orthanc-imagej/trunk/debian/patches/json-simple	2016-04-15 10:25:52 UTC (rev 21712)
@@ -2,10 +2,10 @@
 Author: Sebastien Jodogne <s.jodogne at gmail.com>
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: OrthancImageJ.2/CMakeLists.txt
+Index: OrthancImageJ-1.1/CMakeLists.txt
 ===================================================================
---- OrthancImageJ.2.orig/CMakeLists.txt
-+++ OrthancImageJ.2/CMakeLists.txt
+--- OrthancImageJ-1.1.orig/CMakeLists.txt
++++ OrthancImageJ-1.1/CMakeLists.txt
 @@ -6,7 +6,7 @@ find_package(Java REQUIRED)
  include(UseJava)
  
@@ -15,10 +15,10 @@
  
  # The name of an ImageJ plugin must contain an underscore
  # http://imagejdocu.tudor.lu/doku.php?id=howto:plugins:howto_create_an_imagej_plugin_jar_file
-@@ -18,20 +18,6 @@ add_jar(Orthanc_Import
-   ${CMAKE_SOURCE_DIR}/com/orthancserver/OrthancConnection.java
+@@ -19,20 +19,6 @@ add_jar(Orthanc_Import
    ${CMAKE_SOURCE_DIR}/com/orthancserver/PreviewPanel.java
    ${CMAKE_SOURCE_DIR}/com/orthancserver/SelectImageDialog.java
+   ${CMAKE_SOURCE_DIR}/com/orthancserver/HttpsTrustModifier.java
 -
 -  # Sources of the "json-simple" toolkit
 -  ${CMAKE_SOURCE_DIR}/org/json/simple/ItemList.java

Modified: trunk/packages/orthanc-imagej/trunk/debian/watch
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/watch	2016-04-15 10:20:04 UTC (rev 21711)
+++ trunk/packages/orthanc-imagej/trunk/debian/watch	2016-04-15 10:25:52 UTC (rev 21712)
@@ -1,3 +1,3 @@
 version=3
-opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,downloadurlmangle=s/\/browse\.php\?path=//g" \
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,downloadurlmangle=s/\/browse\.php\?path=//g,repack,compression=xz" \
 http://www.orthanc-server.com/browse.php?path=/imagej downloads/get\.php\?path=/imagej/OrthancImageJ-(\d\S*)\.tar\.gz




More information about the debian-med-commit mailing list