[med-svn] r20256 - trunk/packages/gdcm/prepare-2.6/debian/patches
Gert Wollny
gert-guest at moszumanska.debian.org
Fri Oct 16 21:09:07 UTC 2015
Author: gert-guest
Date: 2015-10-16 21:09:07 +0000 (Fri, 16 Oct 2015)
New Revision: 20256
Modified:
trunk/packages/gdcm/prepare-2.6/debian/patches/add-csharp-keyfile-from-commandline.patch
Log:
Disable delayed siging again
Modified: trunk/packages/gdcm/prepare-2.6/debian/patches/add-csharp-keyfile-from-commandline.patch
===================================================================
--- trunk/packages/gdcm/prepare-2.6/debian/patches/add-csharp-keyfile-from-commandline.patch 2015-10-16 20:36:22 UTC (rev 20255)
+++ trunk/packages/gdcm/prepare-2.6/debian/patches/add-csharp-keyfile-from-commandline.patch 2015-10-16 21:09:07 UTC (rev 20256)
@@ -6,7 +6,7 @@
// .NET Framework documentation for more information about signing.
// This is not required, if you don't want signing let these attributes like they're.
-[assembly: AssemblyDelaySign(false)]
-+[assembly: AssemblyDelaySign(true)]
++[assembly: AssemblyDelaySign(false)]
// http://msdn.microsoft.com/en-us/library/6f05ezxy(VS.80).aspx
-[assembly: AssemblyKeyFile("key.snk")]
+//[assembly: AssemblyKeyFile("key.snk")]
More information about the debian-med-commit
mailing list