{"base_revision":"git-v1:2425f92662ad9a2fb4926320250fffe722c3d808","content":"diff --git a/debian/changelog b/debian/changelog\nindex 5070e9e..6090d2c 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,15 @@\n+waylandpp (1.0.1-3) UNRELEASED; urgency=low\n+\n+  * Add missing ${misc:Depends} to Depends for waylandpp-doc.\n+  * Avoid explicitly specifying -Wl,--as-needed linker flag.\n+  * Update watch file format version to 5.\n+  * Use GitHub template in watch file instead of explicit\n+    Source/Matching-Pattern.\n+  * Reorder Files paragraphs in debian/copyright by directory depth.\n+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 12 May 2026 02:12:12 +0000\n+\n waylandpp (1.0.1-2) unstable; urgency=medium\n \n   * marked the package waylandpp-doc as Multi-Arch: foreign\ndiff --git a/debian/control b/debian/control\nindex 138802b..fa668b0 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13),\n                libegl1-mesa-dev,\n                wayland-scanner++:any <cross>,\n \t       doxygen,\n-Standards-Version: 4.7.3\n+Standards-Version: 4.7.4\n Vcs-Browser: https://salsa.debian.org/debian/waylandpp\n Vcs-Git: https://salsa.debian.org/debian/waylandpp.git\n Homepage: https://github.com/NilsBrause/waylandpp\n@@ -44,6 +44,7 @@ Package: waylandpp-doc\n Architecture: all\n Section: libdevel\n Multi-Arch: foreign\n+Depends: ${misc:Depends}\n Conflicts: waylandpp-dev (<< 1.0.0)\n Replaces: waylandpp-dev (<< 1.0.0)\n Description: wayland compositor documentation\ndiff --git a/debian/copyright b/debian/copyright\nindex ba7ddba..39df1c4 100644\n--- a/debian/copyright\n+++ b/debian/copyright\n@@ -20,6 +20,10 @@ Files: Doxyfile.in\n Copyright: 2014-2019, Nils Christopher Brause, Philipp Kerling\n License: BSD-2-clause\n \n+Files: CMakeLists.txt\n+Copyright: 2014-2019, Philipp Kerling, Nils Christopher Brause, Craig Andrews, Tobias Kortkamp, Balint Reczey\n+License: BSD-2-clause\n+\n Files: example/CMakeLists.txt\n  wayland-client++.pc.in\n  wayland-client-extra++.pc.in\n@@ -30,6 +34,28 @@ Files: example/CMakeLists.txt\n Copyright: 2014-2019, Philipp Kerling, Nils Christopher Brause\n License: BSD-2-clause\n \n+Files: example/dump.cpp\n+ example/foreign_display.cpp\n+ example/proxy_wrapper.cpp\n+Copyright: 2017-2019, Philipp Kerling\n+  2018-2019, Philipp Kerling\n+License: BSD-2-clause\n+\n+Files: example/egl.cpp\n+ example/shm.cpp\n+Copyright: 2014-2019, Nils Christopher Brause, Philipp Kerling, Zsolt Bölöny\n+License: BSD-2-clause\n+\n+Files: scanner/scanner.cpp\n+Copyright: 2014-2019, Nils Christopher Brause, Philipp Kerling, Bernd Kuhls\n+License: GPL-3+\n+\n+Files: protocols/wayland.xml\n+Copyright: 2008-2011, Kristian Høgsberg\n+  2010-2011, Intel Corporation\n+  2012-2013, Collabora, Ltd.\n+License: Expat\n+\n Files: protocols/unstable/keyboard-shortcuts-inhibit-unstable-v1.xml\n  protocols/unstable/xdg-foreign-unstable-v1.xml\n  protocols/unstable/xdg-foreign-unstable-v2.xml\n@@ -49,18 +75,6 @@ Copyright: 2013-2014, Collabora, Ltd.\n   2017, Collabora, Ltd.\n License: Expat\n \n-Files: example/dump.cpp\n- example/foreign_display.cpp\n- example/proxy_wrapper.cpp\n-Copyright: 2017-2019, Philipp Kerling\n-  2018-2019, Philipp Kerling\n-License: BSD-2-clause\n-\n-Files: example/egl.cpp\n- example/shm.cpp\n-Copyright: 2014-2019, Nils Christopher Brause, Philipp Kerling, Zsolt Bölöny\n-License: BSD-2-clause\n-\n Files: protocols/unstable/input-method-unstable-v1.xml\n  protocols/unstable/text-input-unstable-v1.xml\n Copyright: 2012-2013, Intel Corporation\n@@ -78,14 +92,6 @@ Copyright: 2014, Stephen \"Lyude\" Chandler Paul\n   2015-2016, Red Hat, Inc.\n License: Expat\n \n-Files: CMakeLists.txt\n-Copyright: 2014-2019, Philipp Kerling, Nils Christopher Brause, Craig Andrews, Tobias Kortkamp, Balint Reczey\n-License: BSD-2-clause\n-\n-Files: scanner/scanner.cpp\n-Copyright: 2014-2019, Nils Christopher Brause, Philipp Kerling, Bernd Kuhls\n-License: GPL-3+\n-\n Files: protocols/unstable/text-input-unstable-v3.xml\n Copyright: 2012-2013, Intel Corporation\n   2015-2016, Jan Arne Petersen\n@@ -99,12 +105,6 @@ Copyright: 2016, The Chromium Authors.\n   2018, Collabora, Ltd\n License: Expat\n \n-Files: protocols/wayland.xml\n-Copyright: 2008-2011, Kristian Høgsberg\n-  2010-2011, Intel Corporation\n-  2012-2013, Collabora, Ltd.\n-License: Expat\n-\n Files: protocols/unstable/xdg-shell-unstable-v6.xml\n Copyright: 2008-2013, Kristian HÃ¸gsberg\n   2010-2013, Intel Corporation\ndiff --git a/debian/rules b/debian/rules\nindex c6a4010..56193ae 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -2,7 +2,6 @@\n #export DH_VERBOSE = 1\n \n export DEB_BUILD_MAINT_OPTIONS = hardening=+all\n-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed\n \n %:\n \tdh $@ --with pkgkde_symbolshelper\ndiff --git a/debian/watch b/debian/watch\nindex 13f8174..b08a257 100644\n--- a/debian/watch\n+++ b/debian/watch\n@@ -1,2 +1,5 @@\n-version=4\n-https://github.com/NilsBrause/waylandpp/tags .*archive/refs/tags/?(\\d\\S*).*\\.tar\\.gz\n+Version: 5\n+\n+Template: GitHub\n+Owner: NilsBrause\n+Project: waylandpp\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:91632d2ee60ded022030518257a2c3f78e035bf4"}