[med-svn] r15036 - trunk/packages/papyrus/trunk/debian/patches
Mathieu Malaterre
malat at alioth.debian.org
Mon Oct 28 17:12:20 UTC 2013
Author: malat
Date: 2013-10-28 17:12:20 +0000 (Mon, 28 Oct 2013)
New Revision: 15036
Added:
trunk/packages/papyrus/trunk/debian/patches/fixcomment.patch
Modified:
trunk/packages/papyrus/trunk/debian/patches/series
Log:
Remove annoying warning from header
Added: trunk/packages/papyrus/trunk/debian/patches/fixcomment.patch
===================================================================
--- trunk/packages/papyrus/trunk/debian/patches/fixcomment.patch (rev 0)
+++ trunk/packages/papyrus/trunk/debian/patches/fixcomment.patch 2013-10-28 17:12:20 UTC (rev 15036)
@@ -0,0 +1,33 @@
+Index: Papyrus3/PapyFileSystem3.h
+===================================================================
+--- Papyrus3.orig/PapyFileSystem3.h 2013-10-28 18:11:31.000000000 +0100
++++ Papyrus3/PapyFileSystem3.h 2013-10-28 18:11:54.000000000 +0100
+@@ -59,7 +59,7 @@
+
+ /* ------------------------- includes ------------------------------------------*/
+
+-/*#ifndef FILENAME83 /* this is for the normal machines ... */
++#ifndef FILENAME83 /* this is for the normal machines ... */
+
+ #ifndef PapyTypeDef3H
+ #include "PapyTypeDef3.h"
+@@ -68,8 +68,8 @@
+ #include "PapyError3.h"
+ #endif
+
+-/*#else /* FILENAME83 defined for the DOS machines */
+-/*
++#else /* FILENAME83 defined for the DOS machines */
++
+ #ifndef PapyTypeDef3H
+ #include "PAPYDEF3.h"
+ #endif
+@@ -78,7 +78,7 @@
+ #endif
+
+ #endif
+-*/
++
+
+ /* ------------------------- functions definition ------------------------------*/
+
Modified: trunk/packages/papyrus/trunk/debian/patches/series
===================================================================
--- trunk/packages/papyrus/trunk/debian/patches/series 2013-10-28 17:01:17 UTC (rev 15035)
+++ trunk/packages/papyrus/trunk/debian/patches/series 2013-10-28 17:12:20 UTC (rev 15036)
@@ -3,3 +3,4 @@
hardening.patch
#fixcxx.patch
addcmake.patch
+fixcomment.patch
More information about the debian-med-commit
mailing list