Control: tags -1 patch

Hi,

In Ubuntu, the attached patch was applied to achieve the following:

  * d/rules: Set --enable-more-warnings to "yes" so that it doesn't default to
    "error," which turns every warning into an error and causes an FTBFS due
    to deprecated declarations.

Thanks for considering the patch.

Logan
diff -Nru network-manager-iodine-1.2.0/debian/rules 
network-manager-iodine-1.2.0/debian/rules
--- network-manager-iodine-1.2.0/debian/rules   2018-01-22 03:55:32.000000000 
-0500
+++ network-manager-iodine-1.2.0/debian/rules   2021-04-07 14:10:53.000000000 
-0400
@@ -11,7 +11,8 @@
        dh_auto_configure -- \
                --libexecdir=/usr/lib/NetworkManager \
                --disable-static \
-               --without-libnm-glib
+               --without-libnm-glib \
+               --enable-more-warnings=yes
 
 override_dh_makeshlibs:
        dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/NetworkManager/

Reply via email to