Control: tags 818140 + pending

Dear maintainer,

I've prepared an NMU for cura-engine (versioned as 14.01-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
diffstat for cura-engine-14.01 cura-engine-14.01

 changelog         |    9 +++++++++
 control           |    2 +-
 patches/fix-ftbfs |   33 +++++++++++++++++++++++++++++++++
 patches/series    |    1 +
 4 files changed, 44 insertions(+), 1 deletion(-)

diff -Nru cura-engine-14.01/debian/changelog cura-engine-14.01/debian/changelog
--- cura-engine-14.01/debian/changelog	2014-02-07 23:00:00.000000000 +0100
+++ cura-engine-14.01/debian/changelog	2017-03-09 13:43:30.000000000 +0100
@@ -1,3 +1,12 @@
+cura-engine (14.01-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bump Standards-Version to 3.9.8, no changes needed.
+  * Apply patch from Graham Inggs <gin...@debian.org> to fix FTBFS with a
+    recent toolchain.  Closes: #818140
+
+ -- Mattia Rizzolo <mat...@debian.org>  Thu, 09 Mar 2017 13:43:30 +0100
+
 cura-engine (14.01-2) unstable; urgency=medium
 
   * Add pkg-config build dependency. (Closes: #737942)
diff -Nru cura-engine-14.01/debian/control cura-engine-14.01/debian/control
--- cura-engine-14.01/debian/control	2014-02-07 22:47:00.000000000 +0100
+++ cura-engine-14.01/debian/control	2017-03-09 13:38:30.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: 3-D printer team <3dprinter-gene...@lists.alioth.debian.org>
 Uploaders: Bas Wijnen <wij...@debian.org>
 Build-Depends: debhelper (>= 9), libpolyclipping-dev (>= 6.1.3a), ruby-ronn, pkg-config, python
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Homepage: https://github.com/Ultimaker/CuraEngine
 
 Package: cura-engine
diff -Nru cura-engine-14.01/debian/patches/fix-ftbfs cura-engine-14.01/debian/patches/fix-ftbfs
--- cura-engine-14.01/debian/patches/fix-ftbfs	1970-01-01 01:00:00.000000000 +0100
+++ cura-engine-14.01/debian/patches/fix-ftbfs	2017-03-09 13:43:30.000000000 +0100
@@ -0,0 +1,33 @@
+From: Mattia Rizzolo <mat...@debian.org>
+Date: Thu, 9 Mar 2017 13:42:44 +0100
+X-Dgit-Generated: 14.01-2.1 425fbcdf2ab7b53eb0585f0997127f5a5d1c6a80
+Subject: Apply patch from Graham Inggs <gin...@debian.org> to fix FTBFS with a recent toolchain
+
+Closes: #818140
+Signed-off-by: Mattia Rizzolo <mat...@debian.org>
+
+---
+
+--- cura-engine-14.01.orig/utils/logoutput.cpp
++++ cura-engine-14.01/utils/logoutput.cpp
+@@ -15,7 +15,7 @@ void logError(const char* fmt, ...)
+     fflush(stdout);
+ }
+ 
+-void _log(const char* fmt, ...)
++void log(const char* fmt, ...)
+ {
+     if (verbose_level < 1)
+         return;
+--- cura-engine-14.01.orig/utils/logoutput.h
++++ cura-engine-14.01/utils/logoutput.h
+@@ -5,8 +5,7 @@
+ extern int verbose_level;
+ 
+ void logError(const char* fmt, ...);
+-void _log(const char* fmt, ...);
+-#define log _log
++void log(const char* fmt, ...);
+ void logProgress(const char* type, int value, int maxValue);
+ 
+ #endif//LOGOUTPUT_H
diff -Nru cura-engine-14.01/debian/patches/series cura-engine-14.01/debian/patches/series
--- cura-engine-14.01/debian/patches/series	2014-02-07 21:28:54.000000000 +0100
+++ cura-engine-14.01/debian/patches/series	2017-03-09 13:43:30.000000000 +0100
@@ -1,3 +1,4 @@
 noclipper
 includes
 version
+fix-ftbfs

Attachment: signature.asc
Description: PGP signature

Reply via email to