[med-svn] r7486 - trunk/packages/pixelmed/trunk/debian/patches

Mathieu Malaterre malat-guest at alioth.debian.org
Fri Aug 19 15:03:43 UTC 2011


Author: malat-guest
Date: 2011-08-19 15:03:42 +0000 (Fri, 19 Aug 2011)
New Revision: 7486

Added:
   trunk/packages/pixelmed/trunk/debian/patches/ioexception.patch
Modified:
   trunk/packages/pixelmed/trunk/debian/patches/series
Log:
Fix comp error

Added: trunk/packages/pixelmed/trunk/debian/patches/ioexception.patch
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/ioexception.patch	                        (rev 0)
+++ trunk/packages/pixelmed/trunk/debian/patches/ioexception.patch	2011-08-19 15:03:42 UTC (rev 7486)
@@ -0,0 +1,13 @@
+Index: pixelmed-20110717/com/pixelmed/network/NetworkConfigurationFromMulticastDNS.java
+===================================================================
+--- pixelmed-20110717.orig/com/pixelmed/network/NetworkConfigurationFromMulticastDNS.java	2011-08-19 17:03:11.000000000 +0200
++++ pixelmed-20110717/com/pixelmed/network/NetworkConfigurationFromMulticastDNS.java	2011-08-19 17:03:23.000000000 +0200
+@@ -204,7 +204,7 @@
+ 	/**
+ 	 * <p>Stop DNS Self-Discovery.</p>
+ 	 */
+-	public void deActivateDiscovery() {
++	public void deActivateDiscovery() throws IOException {
+ if (debugLevel > 1) System.err.println("NetworkConfigurationFromMulticastDNS.deActivateDiscovery():");
+ 		if (jmDNS != null) {
+ 			jmDNS.unregisterAllServices();

Modified: trunk/packages/pixelmed/trunk/debian/patches/series
===================================================================
--- trunk/packages/pixelmed/trunk/debian/patches/series	2011-08-19 14:54:48 UTC (rev 7485)
+++ trunk/packages/pixelmed/trunk/debian/patches/series	2011-08-19 15:03:42 UTC (rev 7486)
@@ -1,3 +1,4 @@
+ioexception.patch
 Makefile.common.mk.patch
 dicomimageviewer.patch
 ecgviewer.patch




More information about the debian-med-commit mailing list