diffstat for gupnp-tools-0.12.2 gupnp-tools-0.12.2

 changelog                                 |    7 +++++++
 patches/no-Werror-deprecated-declarations |   14 ++++++++++++++
 patches/series                            |    1 +
 3 files changed, 22 insertions(+)

diff -Nru gupnp-tools-0.12.2/debian/changelog gupnp-tools-0.12.2/debian/changelog
--- gupnp-tools-0.12.2/debian/changelog	2025-03-13 17:55:52.000000000 +0200
+++ gupnp-tools-0.12.2/debian/changelog	2025-12-03 09:47:56.000000000 +0200
@@ -1,3 +1,10 @@
+gupnp-tools (0.12.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't build with -Werror=deprecated-declarations. (Closes: #1119740)
+
+ -- Adrian Bunk <bunk@debian.org>  Wed, 03 Dec 2025 09:47:56 +0200
+
 gupnp-tools (0.12.2-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru gupnp-tools-0.12.2/debian/patches/no-Werror-deprecated-declarations gupnp-tools-0.12.2/debian/patches/no-Werror-deprecated-declarations
--- gupnp-tools-0.12.2/debian/patches/no-Werror-deprecated-declarations	1970-01-01 02:00:00.000000000 +0200
+++ gupnp-tools-0.12.2/debian/patches/no-Werror-deprecated-declarations	2025-12-03 09:47:56.000000000 +0200
@@ -0,0 +1,14 @@
+Description: Don't build with -Werror=deprecated-declarations
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1119740
+
+--- gupnp-tools-0.12.2.orig/meson.build
++++ gupnp-tools-0.12.2/meson.build
+@@ -44,7 +44,6 @@ conf.set('HAVE_GTK_SOURCEVIEW', gtksourc
+ conf.set('GETTEXT_PACKAGE', '"@0@"'.format(meson.project_name()))
+ conf.set('LOCALEDIR', '"@0@"'.format(localedir))
+ cc = meson.get_compiler('c')
+-add_project_arguments(cc.get_supported_arguments('-Werror=deprecated-declarations'), language: 'c')
+ conf.set('GLIB_VERSION_MIN_REQUIRED', 'GLIB_VERSION_@0@'.format(glib_version.underscorify()))
+ conf.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_@0@'.format(glib_version.underscorify()))
+ 
diff -Nru gupnp-tools-0.12.2/debian/patches/series gupnp-tools-0.12.2/debian/patches/series
--- gupnp-tools-0.12.2/debian/patches/series	2025-03-13 17:55:52.000000000 +0200
+++ gupnp-tools-0.12.2/debian/patches/series	2025-12-03 09:47:56.000000000 +0200
@@ -0,0 +1 @@
+no-Werror-deprecated-declarations
