{"base_revision":"git-v1:ae3116be905a35ad8429dfe906cc30013dedee3a","content":"diff --git a/debian/changelog b/debian/changelog\nindex 3454c14..6c0bf7f 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,13 @@\n+cdlclient (0.10.1-3) UNRELEASED; urgency=low\n+\n+  * Update watch file format version to 5.\n+  * Use GitHub template in watch file instead of explicit\n+    Source/Matching-Pattern.\n+  * Add missing build dependency on python3-numpy-dev for addon numpy3.\n+  * Add missing build-dependency on python3-setuptools.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 14 May 2026 11:00:15 +0000\n+\n cdlclient (0.10.1-2) unstable; urgency=medium\n \n   * Restrict autopkgtests to exclude architectures where some dependencies\ndiff --git a/debian/control b/debian/control\nindex db3a977..bb55171 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -8,9 +8,11 @@ Uploaders:\n Build-Depends: debhelper-compat (= 13),\n                dh-python,\n                python3-all,\n-\t       pybuild-plugin-pyproject,\n-\t       python3-guidata,\n-\t       python3-numpy,\n+               pybuild-plugin-pyproject,\n+               python3-guidata,\n+               python3-numpy,,\n+               python3-numpy-dev,\n+               python3-setuptools\n Standards-Version: 4.6.2.0\n Testsuite: autopkgtest-pkg-pybuild\n Homepage: https://datalab-platform.com/\ndiff --git a/debian/watch b/debian/watch\nindex 8ae0d51..6828392 100644\n--- a/debian/watch\n+++ b/debian/watch\n@@ -1,5 +1,7 @@\n-version=4\n-opts=\\\n-dversionmangle=auto,\\\n-filenamemangle=s/.*?(\\d[\\d\\.]*@ARCHIVE_EXT@)/@PACKAGE@-$1/ \\\n-https://github.com/DataLab-Platform/DataLabSimpleClient/tags .*/v?@ANY_VERSION@@ARCHIVE_EXT@\n+Version: 5\n+\n+Dversionmangle: auto\n+Filenamemangle: s/.*?(\\d[\\d\\.]*@ARCHIVE_EXT@)/@PACKAGE@-$1/\n+Template: GitHub\n+Owner: DataLab-Platform\n+Project: DataLabSimpleClient\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:30a9bf42ca3baaa65c093be294deede6051ee79b"}