Author: tille Date: 2011-05-02 15:22:16 +0000 (Mon, 02 May 2011) New Revision: 6748
Added: trunk/packages/probcons/trunk/debian/patches/fix-gcc-4.6.patch Modified: trunk/packages/probcons/trunk/debian/changelog trunk/packages/probcons/trunk/debian/control trunk/packages/probcons/trunk/debian/patches/series Log: Fix gcc-4.6 issue Modified: trunk/packages/probcons/trunk/debian/changelog =================================================================== --- trunk/packages/probcons/trunk/debian/changelog 2011-05-02 15:14:09 UTC (rev 6747) +++ trunk/packages/probcons/trunk/debian/changelog 2011-05-02 15:22:16 UTC (rev 6748) @@ -1,3 +1,11 @@ +probcons (1.12-8) unstable; urgency=low + + * Standards-Version: 3.9.2 (no changes needed) + * debian/patches/fix-gcc-4.6.patch: Fix gcc-4.6 build issue + Closes: #625036 + + -- Andreas Tille <[email protected]> Mon, 02 May 2011 17:18:09 +0200 + probcons (1.12-7) unstable; urgency=low * Use dh for debian/rules, which will also switch off parallel building Modified: trunk/packages/probcons/trunk/debian/control =================================================================== --- trunk/packages/probcons/trunk/debian/control 2011-05-02 15:14:09 UTC (rev 6747) +++ trunk/packages/probcons/trunk/debian/control 2011-05-02 15:22:16 UTC (rev 6748) @@ -5,7 +5,7 @@ DM-Upload-Allowed: yes Uploaders: Charles Plessy <[email protected]>, Andreas Tille <[email protected]> Build-Depends: debhelper (>= 8), quilt -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/probcons/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/probcons/trunk/ Homepage: http://probcons.stanford.edu/ Added: trunk/packages/probcons/trunk/debian/patches/fix-gcc-4.6.patch =================================================================== --- trunk/packages/probcons/trunk/debian/patches/fix-gcc-4.6.patch (rev 0) +++ trunk/packages/probcons/trunk/debian/patches/fix-gcc-4.6.patch 2011-05-02 15:22:16 UTC (rev 6748) @@ -0,0 +1,10 @@ +--- probcons.orig/SafeVector.h ++++ probcons/SafeVector.h +@@ -10,6 +10,7 @@ + + #include <cassert> + #include <vector> ++#include <cstddef> + + ///////////////////////////////////////////////////////////////// + // SafeVector Modified: trunk/packages/probcons/trunk/debian/patches/series =================================================================== --- trunk/packages/probcons/trunk/debian/patches/series 2011-05-02 15:14:09 UTC (rev 6747) +++ trunk/packages/probcons/trunk/debian/patches/series 2011-05-02 15:22:16 UTC (rev 6748) @@ -1,3 +1,4 @@ 10_add-RNA-in-Makefile.diff 11-Rename-programs-in-Makefile.diff fix-gcc-4.5-headers +fix-gcc-4.6.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
