Author: lkajan-guest Date: 2012-09-28 20:03:44 +0000 (Fri, 28 Sep 2012) New Revision: 12295
Modified: trunk/packages/concavity/trunk/debian/patches/CFLAGSasf trunk/packages/concavity/trunk/debian/patches/compiler_errors trunk/packages/concavity/trunk/debian/patches/default_target_all trunk/packages/concavity/trunk/debian/patches/freeglut trunk/packages/concavity/trunk/debian/patches/noopengllink trunk/packages/concavity/trunk/debian/patches/safe_recursive_make trunk/packages/concavity/trunk/debian/patches/spelling Log: annotated patches Modified: trunk/packages/concavity/trunk/debian/patches/CFLAGSasf =================================================================== --- trunk/packages/concavity/trunk/debian/patches/CFLAGSasf 2012-09-28 19:47:13 UTC (rev 12294) +++ trunk/packages/concavity/trunk/debian/patches/CFLAGSasf 2012-09-28 20:03:44 UTC (rev 12295) @@ -1,3 +1,6 @@ +Author: Laszlo Kajan <[email protected]> +Description: respect CFLAGS and alike from environment + CFLAGS CPPFLAGS LDFLAGS, to allow hardening flags to be passed --- a/scripts/Makefile.apps +++ b/scripts/Makefile.apps @@ -42,7 +42,7 @@ Modified: trunk/packages/concavity/trunk/debian/patches/compiler_errors =================================================================== --- trunk/packages/concavity/trunk/debian/patches/compiler_errors 2012-09-28 19:47:13 UTC (rev 12294) +++ trunk/packages/concavity/trunk/debian/patches/compiler_errors 2012-09-28 20:03:44 UTC (rev 12295) @@ -1,3 +1,5 @@ +Author: Laszlo Kajan <[email protected]> +Description: fix compiler errors and warnings --- a/pkgs/PDB/PDBFile.C +++ b/pkgs/PDB/PDBFile.C @@ -396,7 +396,7 @@ Modified: trunk/packages/concavity/trunk/debian/patches/default_target_all =================================================================== --- trunk/packages/concavity/trunk/debian/patches/default_target_all 2012-09-28 19:47:13 UTC (rev 12294) +++ trunk/packages/concavity/trunk/debian/patches/default_target_all 2012-09-28 20:03:44 UTC (rev 12295) @@ -1,3 +1,5 @@ +Author: Laszlo Kajan <[email protected]> +Description: make default target 'all' --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ Modified: trunk/packages/concavity/trunk/debian/patches/freeglut =================================================================== --- trunk/packages/concavity/trunk/debian/patches/freeglut 2012-09-28 19:47:13 UTC (rev 12294) +++ trunk/packages/concavity/trunk/debian/patches/freeglut 2012-09-28 20:03:44 UTC (rev 12295) @@ -1,3 +1,5 @@ +Author: Laszlo Kajan <[email protected]> +Description: do not make freeglut, this is packaged separately --- a/pkgs/Makefile +++ b/pkgs/Makefile @@ -33,7 +33,7 @@ Modified: trunk/packages/concavity/trunk/debian/patches/noopengllink =================================================================== --- trunk/packages/concavity/trunk/debian/patches/noopengllink 2012-09-28 19:47:13 UTC (rev 12294) +++ trunk/packages/concavity/trunk/debian/patches/noopengllink 2012-09-28 20:03:44 UTC (rev 12295) @@ -1,3 +1,6 @@ +Author: Laszlo Kajan <[email protected]> +Description: do not require linking with opengl + None of the affected methods are used by the application. --- a/scripts/Makefile.apps +++ b/scripts/Makefile.apps @@ -58,7 +58,7 @@ Modified: trunk/packages/concavity/trunk/debian/patches/safe_recursive_make =================================================================== --- trunk/packages/concavity/trunk/debian/patches/safe_recursive_make 2012-09-28 19:47:13 UTC (rev 12294) +++ trunk/packages/concavity/trunk/debian/patches/safe_recursive_make 2012-09-28 20:03:44 UTC (rev 12295) @@ -1,3 +1,5 @@ +Author: Laszlo Kajan <[email protected]> +Description: safer recursive make calls --- a/apps/Makefile +++ b/apps/Makefile @@ -17,7 +17,7 @@ Modified: trunk/packages/concavity/trunk/debian/patches/spelling =================================================================== --- trunk/packages/concavity/trunk/debian/patches/spelling 2012-09-28 19:47:13 UTC (rev 12294) +++ trunk/packages/concavity/trunk/debian/patches/spelling 2012-09-28 20:03:44 UTC (rev 12295) @@ -1,3 +1,5 @@ +Author: Laszlo Kajan <[email protected]> +Description: fix spelling error --- a/apps/concavity/pocket_extraction.C +++ b/apps/concavity/pocket_extraction.C @@ -1028,7 +1028,7 @@ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
