{"base_revision":"git-v1:0d161a4cf68f2a75d0a01717969c2a88194477b8","content":"diff --git a/debian/changelog b/debian/changelog\nindex 51cd78e..0f49f1d 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,13 @@\n+jsmn (1.1.0-3) UNRELEASED; urgency=low\n+\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+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 03 May 2026 16:40:16 +0000\n+\n jsmn (1.1.0-2) unstable; urgency=medium\n \n   * Team upload.\ndiff --git a/debian/control b/debian/control\nindex 748087d..4418162 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -3,7 +3,7 @@ Priority: optional\n Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>\n Uploaders: Steffen Moeller <moeller@debian.org>\n Build-Depends: debhelper-compat (= 13),\n-Standards-Version: 4.5.1\n+Standards-Version: 4.7.4\n Section: libs\n Homepage: https://github.com/zserge/jsmn\n Vcs-Browser: https://salsa.debian.org/science-team/jsmn\ndiff --git a/debian/rules b/debian/rules\nindex d38dab0..d5778b3 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -3,7 +3,6 @@ export DH_VERBOSE = 1\n export DEB_BUILD_MAINT_OPTIONS = hardening=+all\n \n export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic\n-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed\n \n %:\n \tdh $@\ndiff --git a/debian/watch b/debian/watch\nindex 1f4865b..45150bf 100644\n--- a/debian/watch\n+++ b/debian/watch\n@@ -1,4 +1,6 @@\n-version=4\n-opts=\"filenamemangle=s%(?:.*?)?v?(\\d[\\d.]*)\\.tar\\.gz%jsmn-$1.tar.gz%\" \\\n-   https://github.com/zserge/jsmn/tags \\\n-   (?:.*?/)?v?(\\d[\\d.]*)\\.tar\\.gz\n+Version: 5\n+\n+Filenamemangle: s%(?:.*?)?v?(\\d[\\d.]*)\\.tar\\.gz%jsmn-$1.tar.gz%\n+Template: GitHub\n+Owner: zserge\n+Project: jsmn\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:3368454770ea1d854970f098b78e4bf4322a5202"}