Control: tags 973786 + pending

Dear maintainer,

I've prepared an NMU for rclone-browser (versioned as 1.8.0-1.2) and 
uploaded it to DELAYED/1. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru rclone-browser-1.8.0/debian/changelog rclone-browser-1.8.0/debian/changelog
--- rclone-browser-1.8.0/debian/changelog	2020-10-25 04:34:08.000000000 +0200
+++ rclone-browser-1.8.0/debian/changelog	2021-02-06 21:31:46.000000000 +0200
@@ -1,3 +1,10 @@
+rclone-browser (1.8.0-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build without -Werror. (Closes: #973786)
+
+ -- Adrian Bunk <b...@debian.org>  Sat, 06 Feb 2021 21:31:46 +0200
+
 rclone-browser (1.8.0-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru rclone-browser-1.8.0/debian/patches/no-Werror.patch rclone-browser-1.8.0/debian/patches/no-Werror.patch
--- rclone-browser-1.8.0/debian/patches/no-Werror.patch	1970-01-01 02:00:00.000000000 +0200
+++ rclone-browser-1.8.0/debian/patches/no-Werror.patch	2021-02-06 21:31:46.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Build without -Werror
+Author: Adrian Bunk <b...@debian.org>
+Bug-Debian: https://bugs.debian.org/973786
+
+--- rclone-browser-1.8.0.orig/src/CMakeLists.txt
++++ rclone-browser-1.8.0/src/CMakeLists.txt
+@@ -10,7 +10,7 @@ endif()
+ if(WIN32)
+   set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4 /WX /wd4100 /wd4189")
+ else()
+-  add_definitions("-pedantic -Wall -Wextra -Werror -std=c++11")
++  add_definitions("-pedantic -Wall -Wextra -std=c++11")
+ endif()
+ 
+ if (APPLE)
diff -Nru rclone-browser-1.8.0/debian/patches/series rclone-browser-1.8.0/debian/patches/series
--- rclone-browser-1.8.0/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ rclone-browser-1.8.0/debian/patches/series	2021-02-06 21:31:46.000000000 +0200
@@ -0,0 +1 @@
+no-Werror.patch

Reply via email to