control: tags -1 patch control: tags -1 pending uploaded the attached debdiff.
G.
diff -Nru pcb2gcode-1.1.4-git20120902/debian/changelog pcb2gcode-1.1.4-git20120902/debian/changelog --- pcb2gcode-1.1.4-git20120902/debian/changelog 2014-02-28 11:54:15.000000000 +0100 +++ pcb2gcode-1.1.4-git20120902/debian/changelog 2016-08-11 18:19:41.000000000 +0200 @@ -1,3 +1,11 @@ +pcb2gcode (1.1.4-git20120902-1.1) unstable; urgency=medium + + * Non-maintainer upload. + [ Graham Inggs] + * Fix build with GGC5. (Closes: #805220) + + -- Gianfranco Costamagna <locutusofb...@debian.org> Thu, 11 Aug 2016 18:19:19 +0200 + pcb2gcode (1.1.4-git20120902-1) unstable; urgency=medium * New upstream version / git snapshot (bugfix; closes: #740297) diff -Nru pcb2gcode-1.1.4-git20120902/debian/patches/gcc5.patch pcb2gcode-1.1.4-git20120902/debian/patches/gcc5.patch --- pcb2gcode-1.1.4-git20120902/debian/patches/gcc5.patch 1970-01-01 01:00:00.000000000 +0100 +++ pcb2gcode-1.1.4-git20120902/debian/patches/gcc5.patch 2016-08-11 18:18:42.000000000 +0200 @@ -0,0 +1,68 @@ +Description: Fix build with GCC5 +Origin: upstream, https://github.com/pcb2gcode/pcb2gcode/commit/e6580db4365c9f3ad42cea103382faeaf472800f +Author: Nicola Corna <nic...@corna.info> +Last-Update: 2015-11-09 +--- a/svg_exporter.cpp ++++ b/svg_exporter.cpp +@@ -20,7 +20,6 @@ + + #include <fstream> + #include <iomanip> +-using namespace std; + + + #include "svg_exporter.hpp" +@@ -112,4 +111,4 @@ + SVG_Exporter::copy_page() + { + cr->copy_page(); +-} +\ No newline at end of file ++} +--- a/drill.cpp ++++ b/drill.cpp +@@ -24,7 +24,6 @@ + + #include <fstream> + #include <iomanip> +-using namespace std; + + #include "drill.hpp" + +@@ -34,6 +33,10 @@ + #include <boost/foreach.hpp> + + using std::pair; ++using std::cerr; ++using std::ios_base; ++using std::setw; ++using std::left; + + ExcellonProcessor::ExcellonProcessor( string drillfile, const ivalue_t board_width ) : board_width(board_width) + { +--- a/layer.cpp ++++ b/layer.cpp +@@ -11,7 +11,6 @@ + } + + #include <iostream> +-using namespace std; + + vector< shared_ptr<icoords> > + Layer::get_toolpaths() +--- a/ngc_exporter.cpp ++++ b/ngc_exporter.cpp +@@ -22,8 +22,12 @@ + #include <boost/foreach.hpp> + + #include <iostream> ++using std::cerr; ++using std::ios_base; ++using std::setw; ++using std::left; ++ + #include <iomanip> +-using namespace std; + + NGC_Exporter::NGC_Exporter( shared_ptr<Board> board ) : Exporter(board) + { diff -Nru pcb2gcode-1.1.4-git20120902/debian/patches/series pcb2gcode-1.1.4-git20120902/debian/patches/series --- pcb2gcode-1.1.4-git20120902/debian/patches/series 2014-02-28 11:54:40.000000000 +0100 +++ pcb2gcode-1.1.4-git20120902/debian/patches/series 2016-08-11 18:19:15.000000000 +0200 @@ -1 +1,2 @@ debian-changes +gcc5.patch
signature.asc
Description: OpenPGP digital signature