[med-svn] r8879 - in trunk/packages/dicomscope/trunk/debian: . patches

Mathieu Malaterre malat-guest at alioth.debian.org
Fri Dec 9 13:29:27 UTC 2011


Author: malat-guest
Date: 2011-12-09 13:29:27 +0000 (Fri, 09 Dec 2011)
New Revision: 8879

Removed:
   trunk/packages/dicomscope/trunk/debian/README.source
Modified:
   trunk/packages/dicomscope/trunk/debian/changelog
   trunk/packages/dicomscope/trunk/debian/patches/cmakelists.txt.patch
Log:
Fix a bug

Deleted: trunk/packages/dicomscope/trunk/debian/README.source
===================================================================
--- trunk/packages/dicomscope/trunk/debian/README.source	2011-12-09 13:26:54 UTC (rev 8878)
+++ trunk/packages/dicomscope/trunk/debian/README.source	2011-12-09 13:29:27 UTC (rev 8879)
@@ -1,4 +0,0 @@
-This packages uses the quilt patch system. Please read
-/usr/share/doc/quilt/README.source for more information.
-
- -- Mathieu Malaterre (malat) <mathieu.malaterre at gmail.com>  Tue, 08 Sep 2009 09:23:36 +0200

Modified: trunk/packages/dicomscope/trunk/debian/changelog
===================================================================
--- trunk/packages/dicomscope/trunk/debian/changelog	2011-12-09 13:26:54 UTC (rev 8878)
+++ trunk/packages/dicomscope/trunk/debian/changelog	2011-12-09 13:29:27 UTC (rev 8879)
@@ -1,3 +1,9 @@
+dicomscope (3.6.0-8) unstable; urgency=low
+
+  * Fix FTBFS with OpenJDK7. Closes: #651404
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Fri, 09 Dec 2011 14:29:15 +0100
+
 dicomscope (3.6.0-7) unstable; urgency=low
 
   [ Andreas Tille ]

Modified: trunk/packages/dicomscope/trunk/debian/patches/cmakelists.txt.patch
===================================================================
--- trunk/packages/dicomscope/trunk/debian/patches/cmakelists.txt.patch	2011-12-09 13:26:54 UTC (rev 8878)
+++ trunk/packages/dicomscope/trunk/debian/patches/cmakelists.txt.patch	2011-12-09 13:29:27 UTC (rev 8879)
@@ -112,7 +112,7 @@
 +
 +ADD_CUSTOM_COMMAND(
 +  OUTPUT ${DICOMSCOPE_SOURCE_DIR}/DICOMscope/DICOMscope.class
-+  COMMAND ${JAVA_COMPILE} ARGS -d ../DICOMscope -classpath . dicomscope/DICOMscope.java
++  COMMAND ${JAVA_COMPILE} ARGS -d ../DICOMscope -classpath . -source 1.5 -target 1.5 dicomscope/DICOMscope.java
 +  WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
 +  DEPENDS ${javafiles}
 +  COMMENT "javac *.java"




More information about the debian-med-commit mailing list