{"base_revision":"git-v1:b81473db4f3fccc44d24e384c3b853c0fdc0d049","content":"diff --git a/debian/changelog b/debian/changelog\nindex 1943e56..f953104 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,8 +1,16 @@\n libgetdata (0.11.0-18) UNRELEASED; urgency=medium\n \n+  [ Alastair McKinstry ]\n   * Drop Priority: optional from source in d/control per new policy\n   * Standards-Version: 4.7.3\n \n+  [ Debian Janitor ]\n+  * Avoid explicitly specifying -Wl,--as-needed linker flag.\n+  * Trim trailing whitespace.\n+  * Add ITP bugs in 0.6.3ppa0-1.\n+  * Add missing build dependency on python3-numpy-dev for command dh_numpy3.\n+  * Update standards version to 4.7.4, no changes needed.\n+\n  -- Alastair McKinstry <mckinstry@debian.org>  Wed, 24 Dec 2025 17:25:40 +0000\n \n libgetdata (0.11.0-17) unstable; urgency=medium\n@@ -164,7 +172,7 @@ libgetdata (0.10.0-7) unstable; urgency=medium\n \n   * Drop flang support until flang uses llvm-9\n   * Standards-Version: 4.5.0\n-  * Use dh-sequence-* in d/control rather than --with in debhelper \n+  * Use dh-sequence-* in d/control rather than --with in debhelper\n \n  -- Alastair McKinstry <mckinstry@debian.org>  Wed, 04 Mar 2020 09:33:38 +0000\n \n@@ -195,7 +203,7 @@ libgetdata (0.10.0-4) unstable; urgency=medium\n   * Drop ancient x-python-version\n   * Move VCS to salsa.d.o\n   * Force use of gfortran-8 for mod format transition\n-  * Add libltdl-dev dependency \n+  * Add libltdl-dev dependency\n \n  -- Alastair McKinstry <mckinstry@debian.org>  Mon, 07 May 2018 11:16:32 +0100\n \n@@ -219,7 +227,7 @@ libgetdata (0.10.0-1) experimental; urgency=medium\n      libgetdata7 -> libgetdata8\n      libfgetdata5 -> libfgetdata6\n      libf95getdata6 -> libf95getdata7\n-     libgetdata++6 -> libgetdata++7     \n+     libgetdata++6 -> libgetdata++7\n \n  -- Alastair McKinstry <mckinstry@debian.org>  Wed, 03 May 2017 11:40:07 +0100\n \n@@ -303,7 +311,7 @@ libgetdata (0.8.9-3) unstable; urgency=medium\n libgetdata (0.8.9-2) unstable; urgency=medium\n \n   [ Alastair McKinstry ]\n-  * Add build-depends on libmodule-build-perl for perl5.22. Closes: #799118. \n+  * Add build-depends on libmodule-build-perl for perl5.22. Closes: #799118.\n \n  -- Alastair McKinstry <mckinstry@debian.org>  Wed, 16 Sep 2015 08:54:54 +0100\n \n@@ -422,6 +430,6 @@ libgetdata (0.6.3ppa1) jaunty; urgency=low\n \n libgetdata (0.6.3ppa0-1) jaunty; urgency=low\n \n-  * Initial release and debianization\n+  * Initial release and debianization. Closes: #641504\n \n  -- Steven Benton <stevebenton@rogers.com>  Fri, 07 May 2010 18:38:57 -0400\ndiff --git a/debian/control b/debian/control\nindex 6d329e1..ce800e3 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -17,9 +17,10 @@ Build-Depends: debhelper-compat (= 13),\n                libbz2-dev,\n                liblzma-dev,\n                libzzip-dev,\n-\t       perl-xs-dev,\n-               libmodule-build-perl\n-Standards-Version: 4.7.3\n+               perl-xs-dev,\n+               libmodule-build-perl,\n+               python3-numpy-dev\n+Standards-Version: 4.7.4\n Vcs-Browser: https://salsa.debian.org/science-team/libgetdata\n Vcs-Git: https://salsa.debian.org/science-team/libgetdata.git\n Homepage: https://getdata.sourceforge.net/\ndiff --git a/debian/rules b/debian/rules\nindex 23dee0b..0dc69c6 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -11,7 +11,6 @@ export F77 FC\n DO_FLANG:=false\n \n ifeq ($(FC_DEFAULT),gfortran)\n-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed\n endif\n \n PY3VERS=$(shell py3versions -vr)\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:b8a4414beb4c666e823c2c96e85405e43e605dd1"}