Control: tags 1013063 + patch
Control: tags 1013063 + pending

Dear maintainer,

I've prepared an NMU for w1retap (versioned as 1.4.6-1.1) and uploaded 
it to DELAYED/14. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru w1retap-1.4.6/debian/changelog w1retap-1.4.6/debian/changelog
--- w1retap-1.4.6/debian/changelog	2022-01-12 14:16:52.000000000 +0200
+++ w1retap-1.4.6/debian/changelog	2022-08-18 18:30:08.000000000 +0300
@@ -1,3 +1,10 @@
+w1retap (1.4.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't build with -Werror. (Closes: #1013063)
+
+ -- Adrian Bunk <b...@debian.org>  Thu, 18 Aug 2022 18:30:08 +0300
+
 w1retap (1.4.6-1) unstable; urgency=medium
 
   * Renamed master branch to main
diff -Nru w1retap-1.4.6/debian/patches/no-Werror.patch w1retap-1.4.6/debian/patches/no-Werror.patch
--- w1retap-1.4.6/debian/patches/no-Werror.patch	1970-01-01 02:00:00.000000000 +0200
+++ w1retap-1.4.6/debian/patches/no-Werror.patch	2022-08-18 18:30:08.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Don't build with -Werror
+Author: Adrian Bunk <b...@debian.org>
+Bug-Debian: https://bugs.debian.org/1013063
+
+--- w1retap-1.4.6.orig/configure.ac
++++ w1retap-1.4.6/configure.ac
+@@ -151,7 +151,7 @@ else
+  CPPFLAGS="$save_flags"
+ fi
+ 
+-CPPFLAGS="$CPPFLAGS -Werror -Wno-unused-result"
++CPPFLAGS="$CPPFLAGS -Wno-unused-result"
+ 
+ AC_SUBST(MYSQL_LIBS)
+ AC_SUBST(MYSQL_CFLAGS)
diff -Nru w1retap-1.4.6/debian/patches/series w1retap-1.4.6/debian/patches/series
--- w1retap-1.4.6/debian/patches/series	2022-01-12 14:16:52.000000000 +0200
+++ w1retap-1.4.6/debian/patches/series	2022-08-18 18:29:23.000000000 +0300
@@ -6,3 +6,4 @@
 fix-autotools-pkg-config.patch
 fix-autotools-libxml2.patch
 fix-owerr-spelling.patch
+no-Werror.patch

Reply via email to