Author: tille Date: 2009-10-23 12:35:35 +0000 (Fri, 23 Oct 2009) New Revision: 4242
Removed: trunk/packages/plink/trunk/debian/patches/20_plink-1.06-gcc4.4.patch Modified: trunk/packages/plink/trunk/debian/changelog trunk/packages/plink/trunk/debian/compat trunk/packages/plink/trunk/debian/control trunk/packages/plink/trunk/debian/patches/series Log: New upstream version Modified: trunk/packages/plink/trunk/debian/changelog =================================================================== --- trunk/packages/plink/trunk/debian/changelog 2009-10-22 04:33:28 UTC (rev 4241) +++ trunk/packages/plink/trunk/debian/changelog 2009-10-23 12:35:35 UTC (rev 4242) @@ -1,3 +1,14 @@ +plink (1.07-1) unstable; urgency=low + + * New upstream version + * Removed debian/patches/20_plink-1.06-gcc4.4.patch because it + is applied upstream + * Standards-Version: 3.8.3 (no changes needed) + * Debhelper 7 + * Build-Depends: zlib1g-dev + + -- Andreas Tille <[email protected]> Fri, 23 Oct 2009 13:35:02 +0200 + plink (1.06-4) unstable; urgency=low * debian/rules: Modified: trunk/packages/plink/trunk/debian/compat =================================================================== --- trunk/packages/plink/trunk/debian/compat 2009-10-22 04:33:28 UTC (rev 4241) +++ trunk/packages/plink/trunk/debian/compat 2009-10-23 12:35:35 UTC (rev 4242) @@ -1 +1 @@ -5 +7 Modified: trunk/packages/plink/trunk/debian/control =================================================================== --- trunk/packages/plink/trunk/debian/control 2009-10-22 04:33:28 UTC (rev 4241) +++ trunk/packages/plink/trunk/debian/control 2009-10-23 12:35:35 UTC (rev 4242) @@ -5,8 +5,8 @@ Uploaders: Steffen Moeller <[email protected]>, Andreas Tille <[email protected]>, Charles Plessy <[email protected]> -Build-Depends: debhelper (>= 5), quilt -Standards-Version: 3.8.2 +Build-Depends: debhelper (>= 7), quilt, zlib1g-dev +Standards-Version: 3.8.3 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/plink/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/plink/trunk/ Homepage: http://pngu.mgh.harvard.edu/~purcell/plink/ Deleted: trunk/packages/plink/trunk/debian/patches/20_plink-1.06-gcc4.4.patch =================================================================== --- trunk/packages/plink/trunk/debian/patches/20_plink-1.06-gcc4.4.patch 2009-10-22 04:33:28 UTC (rev 4241) +++ trunk/packages/plink/trunk/debian/patches/20_plink-1.06-gcc4.4.patch 2009-10-23 12:35:35 UTC (rev 4242) @@ -1,14 +0,0 @@ -Author: Andreas Tille -Puropose: Compile with gcc 4.4 -Forwarded: Shaun Purcell <[email protected]> -License: same as plink itself. ---- plink-1.06-src.orig/blox.cpp -+++ plink-1.06-src/blox.cpp -@@ -15,6 +15,7 @@ - #include <iomanip> - #include <string> - #include <cmath> -+#include <cstdlib> - - #include "options.h" - #include "helper.h" Modified: trunk/packages/plink/trunk/debian/patches/series =================================================================== --- trunk/packages/plink/trunk/debian/patches/series 2009-10-22 04:33:28 UTC (rev 4241) +++ trunk/packages/plink/trunk/debian/patches/series 2009-10-23 12:35:35 UTC (rev 4242) @@ -1,2 +1 @@ -20_plink-1.06-gcc4.4.patch 30_endiandetection.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
