[med-svn] r17982 - in trunk/packages/dicompyler/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Wed Sep 10 21:26:45 UTC 2014


Author: tille
Date: 2014-09-10 21:26:45 +0000 (Wed, 10 Sep 2014)
New Revision: 17982

Added:
   trunk/packages/dicompyler/trunk/debian/patches/enable_pydicom_0.9.8.patch
Modified:
   trunk/packages/dicompyler/trunk/debian/changelog
Log:
Hopefully dicompyler can also cope with the current version of python-dicom.  This needs to be clarified with upstream but for the moment we need the patch to let it start at all.



Modified: trunk/packages/dicompyler/trunk/debian/changelog
===================================================================
--- trunk/packages/dicompyler/trunk/debian/changelog	2014-09-10 21:25:39 UTC (rev 17981)
+++ trunk/packages/dicompyler/trunk/debian/changelog	2014-09-10 21:26:45 UTC (rev 17982)
@@ -7,6 +7,10 @@
   * Install modules in correct dir and replace wrapper by symlink
   * Provide properly sized icon in proper dir
   * debian/copyright: Fixed several DEP5 issues uncovered by lintian
+  * debian/patches/enable_pydicom_0.9.8.patch: Hopefully dicompyler can
+    also cope with the current version of python-dicom.  This needs to
+    be clarified with upstream but for the moment we need the patch to
+    let it start at all.
 
  -- Andreas Tille <tille at debian.org>  Wed, 10 Sep 2014 23:21:42 +0200
 

Added: trunk/packages/dicompyler/trunk/debian/patches/enable_pydicom_0.9.8.patch
===================================================================
--- trunk/packages/dicompyler/trunk/debian/patches/enable_pydicom_0.9.8.patch	                        (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/patches/enable_pydicom_0.9.8.patch	2014-09-10 21:26:45 UTC (rev 17982)
@@ -0,0 +1,24 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 10 Sep 2014 23:21:42 +0200
+Description: Hopefully dicompyler can also cope with the current
+ version of python-dicom.  This needs to be clarified with upstream
+ but for the moment we need the patch to let it start at all.
+
+--- dicompyler-0.4.2.orig/setup.py
++++ dicompyler-0.4.2/setup.py
+@@ -17,7 +17,7 @@
+     'matplotlib>=0.99, <=1.1.0',
+     'numpy>=1.2.1',
+     'pil>=1.1.7',
+-    'pydicom>=0.9.5, <0.9.7']
++    'pydicom>=0.9.5, <=0.9.8']
+ 
+ if sys.version_info[0] == 2 and sys.version_info[1] < 6:
+     requires.append('simplejson')
+@@ -91,4 +91,4 @@
+     - PIL 1.1.7 or any version of Pillow
+     - pydicom 0.9.5 or 0.9.6
+     - simplejson (only for Python 2.5, Python 2.6+ includes JSON support)""",
+-)
+\ No newline at end of file
++)




More information about the debian-med-commit mailing list