Author: jodogne-guest
Date: 2014-12-09 08:32:00 +0000 (Tue, 09 Dec 2014)
New Revision: 18527

Added:
   trunk/packages/orthanc-imagej/
   trunk/packages/orthanc-imagej/trunk/
   trunk/packages/orthanc-imagej/trunk/debian/
   trunk/packages/orthanc-imagej/trunk/debian/README.Debian
   trunk/packages/orthanc-imagej/trunk/debian/changelog
   trunk/packages/orthanc-imagej/trunk/debian/compat
   trunk/packages/orthanc-imagej/trunk/debian/control
   trunk/packages/orthanc-imagej/trunk/debian/copyright
   trunk/packages/orthanc-imagej/trunk/debian/dirs
   trunk/packages/orthanc-imagej/trunk/debian/install
   trunk/packages/orthanc-imagej/trunk/debian/rules
   trunk/packages/orthanc-imagej/trunk/debian/source/
   trunk/packages/orthanc-imagej/trunk/debian/source/format
   trunk/packages/orthanc-imagej/trunk/debian/upstream/
   trunk/packages/orthanc-imagej/trunk/debian/upstream/metadata
   trunk/packages/orthanc-imagej/trunk/debian/watch
Log:
initial commit of the orthanc-imagej package

Added: trunk/packages/orthanc-imagej/trunk/debian/README.Debian
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/README.Debian                    
        (rev 0)
+++ trunk/packages/orthanc-imagej/trunk/debian/README.Debian    2014-12-09 
08:32:00 UTC (rev 18527)
@@ -0,0 +1,7 @@
+This is a plugin for ImageJ to browse and download the content of an
+Orthanc server.
+
+Homepage: https://code.google.com/p/orthanc-imagej/
+
+The plugin is accessible from the "File" -> "Import" -> "Orthanc" menu
+entry in ImageJ.

Added: trunk/packages/orthanc-imagej/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/changelog                        
        (rev 0)
+++ trunk/packages/orthanc-imagej/trunk/debian/changelog        2014-12-09 
08:32:00 UTC (rev 18527)
@@ -0,0 +1,5 @@
+orthanc-imagej (1.0.0) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #772561)
+
+ -- Sebastien Jodogne <[email protected]>  Mon, 08 Dec 2014 16:55:43 +0100

Added: trunk/packages/orthanc-imagej/trunk/debian/compat
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/compat                           
(rev 0)
+++ trunk/packages/orthanc-imagej/trunk/debian/compat   2014-12-09 08:32:00 UTC 
(rev 18527)
@@ -0,0 +1 @@
+9

Added: trunk/packages/orthanc-imagej/trunk/debian/control
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/control                          
(rev 0)
+++ trunk/packages/orthanc-imagej/trunk/debian/control  2014-12-09 08:32:00 UTC 
(rev 18527)
@@ -0,0 +1,34 @@
+Source: orthanc-imagej
+Maintainer: Debian Med Packaging Team 
<[email protected]>
+Uploaders: Sebastien Jodogne <[email protected]>,
+           Andreas Tille <[email protected]>
+Section: science
+Priority: optional
+Standards-Version: 3.9.6
+Build-Depends: cmake (>= 2.8),
+               default-jdk,
+               debhelper (>= 9),
+               imagej
+Vcs-Browser: 
http://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: https://code.google.com/p/orthanc-imagej/
+
+Package: orthanc-imagej
+Architecture: all
+Depends: ${java:Depends},
+         ${misc:Depends},
+         default-jre | openjdk-7-jre,
+         imagej
+Recommends: orthanc
+Description: ImageJ plugin to import images from Orthanc
+ This ImageJ plugin allows ImageJ to browse the content of an Orthanc
+ server, then import 2D/3D DICOM images from Orthanc into ImageJ.
+ 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
+ quite straightforward.

Added: trunk/packages/orthanc-imagej/trunk/debian/copyright
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/copyright                        
        (rev 0)
+++ trunk/packages/orthanc-imagej/trunk/debian/copyright        2014-12-09 
08:32:00 UTC (rev 18527)
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: OrthancImageJ
+Upstream-Contact: Sebastien Jodogne <[email protected]>
+Source: https://code.google.com/p/orthanc-imagej/
+
+Files: *
+Copyright: 2012-2014 CHU of Liege (Belgium), and Sebastien Jodogne 
<[email protected]>
+License: GPL-3
+
+Files: org/*
+Copyright: Yidong Fang, Chris Nokleberg, Dave Hughes
+License: Apache
+
+
+
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or (at
+ your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this package; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.  See the License for the specific language governing
+ permissions and limitations under the License.

Added: trunk/packages/orthanc-imagej/trunk/debian/dirs
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/dirs                             
(rev 0)
+++ trunk/packages/orthanc-imagej/trunk/debian/dirs     2014-12-09 08:32:00 UTC 
(rev 18527)
@@ -0,0 +1 @@
+usr/share/imagej/plugins

Added: trunk/packages/orthanc-imagej/trunk/debian/install
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/install                          
(rev 0)
+++ trunk/packages/orthanc-imagej/trunk/debian/install  2014-12-09 08:32:00 UTC 
(rev 18527)
@@ -0,0 +1 @@
+Build/Orthanc_Import.jar usr/share/imagej/plugins/

Added: trunk/packages/orthanc-imagej/trunk/debian/rules
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/rules                            
(rev 0)
+++ trunk/packages/orthanc-imagej/trunk/debian/rules    2014-12-09 08:32:00 UTC 
(rev 18527)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ --parallel --builddirectory=Build
+
+override_dh_installchangelogs:
+       dh_installchangelogs -k NEWS
+
+get-orig-source:
+       uscan --verbose --force-download --repack --compression xz


Property changes on: trunk/packages/orthanc-imagej/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/orthanc-imagej/trunk/debian/source/format
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/source/format                    
        (rev 0)
+++ trunk/packages/orthanc-imagej/trunk/debian/source/format    2014-12-09 
08:32:00 UTC (rev 18527)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/orthanc-imagej/trunk/debian/upstream/metadata
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/upstream/metadata                
                (rev 0)
+++ trunk/packages/orthanc-imagej/trunk/debian/upstream/metadata        
2014-12-09 08:32:00 UTC (rev 18527)
@@ -0,0 +1,6 @@
+Reference:
+  Author: S. Jodogne and C. Bernard and M. Devillers and E. Lenaerts and P. 
Coucke
+  Title: "Orthanc -- A Lightweight, RESTful DICOM Server for Healthcare and 
Medical Research"
+  Type: book
+  Booktitle: Proc. of the International Symposium on Biomedical Imaging
+  Year: 2013

Added: trunk/packages/orthanc-imagej/trunk/debian/watch
===================================================================
--- trunk/packages/orthanc-imagej/trunk/debian/watch                            
(rev 0)
+++ trunk/packages/orthanc-imagej/trunk/debian/watch    2014-12-09 08:32:00 UTC 
(rev 18527)
@@ -0,0 +1,2 @@
+version=3
+https://github.com/jodogne/Orthanc/releases 
.*/download/[^/]+/OrthancImageJ-(\d\S*)\.tar\.gz


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to