Author: gert-guest Date: 2016-07-04 10:06:02 +0000 (Mon, 04 Jul 2016) New Revision: 22328
Added: trunk/packages/adun.app/trunk/debian/patches/gcc-6.patch Modified: trunk/packages/adun.app/trunk/debian/changelog trunk/packages/adun.app/trunk/debian/patches/series Log: Fix compilation with gcc-6 Modified: trunk/packages/adun.app/trunk/debian/changelog =================================================================== --- trunk/packages/adun.app/trunk/debian/changelog 2016-07-04 09:14:07 UTC (rev 22327) +++ trunk/packages/adun.app/trunk/debian/changelog 2016-07-04 10:06:02 UTC (rev 22328) @@ -1,3 +1,10 @@ +adun.app (0.81-9) UNRELEASED; urgency=medium + + * Team upload. + * d/p/gcc-6: Add patch to fix compilation with gcc-6, Closes: #811709 + + -- Gert Wollny <[email protected]> Mon, 04 Jul 2016 10:00:50 +0000 + adun.app (0.81-8) unstable; urgency=medium [ Bas Couwenberg ] Added: trunk/packages/adun.app/trunk/debian/patches/gcc-6.patch =================================================================== --- trunk/packages/adun.app/trunk/debian/patches/gcc-6.patch (rev 0) +++ trunk/packages/adun.app/trunk/debian/patches/gcc-6.patch 2016-07-04 10:06:02 UTC (rev 22328) @@ -0,0 +1,16 @@ +Description: Fix compilation with gcc-6 +Author: Gert Wollny <[email protected]> +Forwarded: No +Debian-Bug: https://bugs.debian.org/811709 + +--- a/MolTalk/MTResidue.m ++++ b/MolTalk/MTResidue.m +@@ -650,7 +650,7 @@ + } + + /* then add all but backbone atoms from other residue */ +- MTResidue *res2 = [p_res copy]; ++ struct MTResidue *res2 = [p_res copy]; + l = [res2->atomarr count]; + [res2 translateBy: tr1]; // to origin + //[atm rotateBy: allrot]; Modified: trunk/packages/adun.app/trunk/debian/patches/series =================================================================== --- trunk/packages/adun.app/trunk/debian/patches/series 2016-07-04 09:14:07 UTC (rev 22327) +++ trunk/packages/adun.app/trunk/debian/patches/series 2016-07-04 10:06:02 UTC (rev 22328) @@ -5,3 +5,4 @@ gcc-warnings.patch enable-scripting-extension.patch enable-sql-extension.patch +gcc-6.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
