[med-svn] r13715 - trunk/packages/plastimatch/trunk/debian

Greg Sharp gregsharp-guest at alioth.debian.org
Mon May 27 17:28:23 UTC 2013


Author: gregsharp-guest
Date: 2013-05-27 17:28:23 +0000 (Mon, 27 May 2013)
New Revision: 13715

Modified:
   trunk/packages/plastimatch/trunk/debian/changelog
   trunk/packages/plastimatch/trunk/debian/control
   trunk/packages/plastimatch/trunk/debian/copyright
   trunk/packages/plastimatch/trunk/debian/get-orig-source
   trunk/packages/plastimatch/trunk/debian/rules
Log:
Update plastimatch for new upstream version

Modified: trunk/packages/plastimatch/trunk/debian/changelog
===================================================================
--- trunk/packages/plastimatch/trunk/debian/changelog	2013-05-27 12:46:07 UTC (rev 13714)
+++ trunk/packages/plastimatch/trunk/debian/changelog	2013-05-27 17:28:23 UTC (rev 13715)
@@ -1,10 +1,21 @@
-plastimatch (1.5.11+dfsg1-1) UNRELEASED; urgency=low
+plastimatch (1.5.13+dfsg0-1) unstable; urgency=low
 
+  [ Andreas Tille ]
   * debian/copyright: Add Files-Excluded to document what was removed from
     original source
 
- -- Andreas Tille <tille at debian.org>  Wed, 29 Aug 2012 11:08:32 +0200
+  [ Gregory C. Sharp ]
+  * new upstream release
+  * debian/control: change to unversion libtiff-dev (Closes: #682809)
+  * debian/control: gfortran is no longer required as dependency,
+    bump libinsighttoolkit3-dev version number
+  * debian/copyright: add license information for nkidecompress,
+    specfun library
+  * debian/get-orig-source: update to match new upstream
+  * debian/rules: update to match new upstream
 
+ -- Gregory C. Sharp <gregsharp.geo at yahoo.com>  Thu, 24 Jan 2013 00:22:38 -0500
+
 plastimatch (1.5.11+dfsg0-1) unstable; urgency=low
 
   * new upstream release (Closes: #674373)

Modified: trunk/packages/plastimatch/trunk/debian/control
===================================================================
--- trunk/packages/plastimatch/trunk/debian/control	2013-05-27 12:46:07 UTC (rev 13714)
+++ trunk/packages/plastimatch/trunk/debian/control	2013-05-27 17:28:23 UTC (rev 13715)
@@ -5,13 +5,12 @@
 DM-Upload-Allowed: yes
 Uploaders: Gregory C. Sharp <gregsharp.geo at yahoo.com>, Dominique Belhachemi <domibel at debian.org>
 Build-Depends: debhelper (>= 9), cmake,
-  gfortran, 
   libdcmtk2-dev (>= 3.6.0-10), 
   libfftw3-dev, 
   libgdcm2-dev, 
-  libinsighttoolkit3-dev (>= 3.20.0-15), 
+  libinsighttoolkit3-dev (>= 3.20.1), 
   libpng-dev, 
-  libtiff4-dev, 
+  libtiff-dev, 
   uuid-dev, 
   zlib1g-dev
 Standards-Version: 3.9.3

Modified: trunk/packages/plastimatch/trunk/debian/copyright
===================================================================
--- trunk/packages/plastimatch/trunk/debian/copyright	2013-05-27 12:46:07 UTC (rev 13714)
+++ trunk/packages/plastimatch/trunk/debian/copyright	2013-05-27 17:28:23 UTC (rev 13715)
@@ -23,13 +23,10 @@
     src/reg-2-3
     src/slicer
     src/plastimatch/test/opencl_test.*
-    libs/dlib-17.34
     libs/getopt
     libs/libf2c
     libs/msinttypes
-    libs/specfun
     libs/sqlite-3.6.21
-    libs/win32
 
 Files: *
 Copyright: (c) 2004-2011 Massachusetts General Hospital
@@ -373,3 +370,34 @@
  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: libs/specfun
+Copyright: 1994-2008 Shanjie Zhang, Jianming Jin
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+    (1) Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+    (2) Redistributions in binary form must reproduce the above copyright
+        notice, this list of conditions and the following disclaimer in the
+        documentation and/or other materials provided with the distribution.
+    (3) Neither the name of Georgetown University nor the
+        names of its contributors may be used to endorse or promote products
+        derived from this software without specific prior written permission.
+ . 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: libs/nkidecompress
+Copyright: Marcel van Herk and Lambert Zijp
+License: public-domain
+ This work is available for public use.

Modified: trunk/packages/plastimatch/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/plastimatch/trunk/debian/get-orig-source	2013-05-27 12:46:07 UTC (rev 13714)
+++ trunk/packages/plastimatch/trunk/debian/get-orig-source	2013-05-27 17:28:23 UTC (rev 13715)
@@ -42,13 +42,10 @@
 rm -rf src/reg-2-3
 rm -rf src/slicer
 rm -rf src/plastimatch/test/opencl_test.*
-rm -rf libs/dlib-17.34
 rm -rf libs/getopt
 rm -rf libs/libf2c
 rm -rf libs/msinttypes
-rm -rf libs/specfun
 rm -rf libs/sqlite-3.6.21
-rm -rf libs/win32
 
 cd ..
 GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION".orig.tar.gz "$PKG"-"$VERSION"

Modified: trunk/packages/plastimatch/trunk/debian/rules
===================================================================
--- trunk/packages/plastimatch/trunk/debian/rules	2013-05-27 12:46:07 UTC (rev 13714)
+++ trunk/packages/plastimatch/trunk/debian/rules	2013-05-27 17:28:23 UTC (rev 13715)
@@ -13,7 +13,7 @@
 DEB_CMAKE_EXTRA_FLAGS += \
         -DCMAKE_BUILD_TYPE:STRING=RELEASE \
         -DCMAKE_SKIP_RPATH:BOOL=ON \
-        -DBUILD_DEBIAN:BOOL=ON \
+        -DPLM_CONFIG_DEBIAN_BUILD:BOOL=ON \
         -DBUILD_TESTING:BOOL=ON
 
 override_dh_auto_configure:




More information about the debian-med-commit mailing list