{"base_revision":"git-v1:53ab58a1364e8b05bbad4d1cc886a012b3bdc25b","content":"diff --git a/debian/changelog b/debian/changelog\nindex 7c56655..e46d1c9 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,16 @@\n+jaydebeapi (1.2.3-2) UNRELEASED; urgency=low\n+\n+  * Remove field Section on binary package python3-jaydebeapi that duplicates\n+    source.\n+  * Update watch file format version to 5.\n+  * Use GitHub template in watch file instead of explicit\n+    Source/Matching-Pattern.\n+  * Trim trailing whitespace.\n+  * Bump debhelper from old 10 to 13.\n+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 09 May 2026 00:16:09 +0000\n+\n jaydebeapi (1.2.3-1) unstable; urgency=medium\n \n   * Initial release.\ndiff --git a/debian/control b/debian/control\nindex 0a7f77c..67255f4 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -3,11 +3,11 @@ Section: python\n Priority: optional\n Maintainer: Debian Python Team <team+python@tracker.debian.org>\n Uploaders: Michael Banck <mbanck@debian.org>\n-Build-Depends: debhelper-compat (= 10),\n+Build-Depends: debhelper-compat (= 13),\n                dh-python,\n                python3-all-dev (>= 3.6),\n                python3-setuptools,\n-Standards-Version: 4.5.1\n+Standards-Version: 4.7.4\n X-Python3-Version: >= 3.6\n Homepage: https://github.com/baztian/jaydebeapi\n Vcs-Browser: https://salsa.debian.org/python-team/packages/jaydebeapi\n@@ -16,7 +16,6 @@ Testsuite: autopkgtest-pkg-python\n \n Package: python3-jaydebeapi\n Architecture: all\n-Section: python\n Depends: ${misc:Depends},\n          ${python3:Depends},\n          ${shlibs:Depends},\n@@ -24,7 +23,7 @@ Depends: ${misc:Depends},\n          libpostgresql-jdbc-java | libmariadb-java | libxerial-sqlite-jdbc-java | libhsqldb-java\n Description: Bridge from JDBC database drivers to Python DB-API\n  The JayDeBeApi module allows to connect from Python code to databases using\n- Java JDBC. It provides a Python DB-API v2.0 to that database. \n+ Java JDBC. It provides a Python DB-API v2.0 to that database.\n  .\n  In contrast to zxJDBC from the Jython project JayDeBeApi let's you access a\n  database with Jython AND Python with only minor code modifications.\ndiff --git a/debian/watch b/debian/watch\nindex f056dcf..49a62b6 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%@PACKAGE@-$1.tar.gz%\" \\\n-    https://github.com/baztian/jaydebeapi/tags \\\n-    (?:.*?/)?v?(\\d[\\d.]*)\\.tar\\.gz\n+Version: 5\n+\n+Filenamemangle: s%(?:.*?)?v?(\\d[\\d.]*)\\.tar\\.gz%@PACKAGE@-$1.tar.gz%\n+Template: GitHub\n+Owner: baztian\n+Project: jaydebeapi\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:5c462d10c52686f2b47d86a3c1680eb32e8e16fb"}