diff -Nru genetic-0.1.1b+git20170527.98255cb/debian/changelog genetic-0.1.1b+git20170527.98255cb/debian/changelog --- genetic-0.1.1b+git20170527.98255cb/debian/changelog 2022-02-20 19:27:49.000000000 +0000 +++ genetic-0.1.1b+git20170527.98255cb/debian/changelog 2023-06-22 19:57:45.000000000 +0000 @@ -1,3 +1,11 @@ +genetic (0.1.1b+git20170527.98255cb-4) unstable; urgency=medium + + * Replace Angel Ramos as uploader (Closes: #1012006) + * Bump Standards-Version to 4.6.2 + * Update packaging + + -- Timo Röhling Thu, 22 Jun 2023 21:57:45 +0200 + genetic (0.1.1b+git20170527.98255cb-3) unstable; urgency=medium * Team upload. diff -Nru genetic-0.1.1b+git20170527.98255cb/debian/control genetic-0.1.1b+git20170527.98255cb/debian/control --- genetic-0.1.1b+git20170527.98255cb/debian/control 2022-02-20 19:25:55.000000000 +0000 +++ genetic-0.1.1b+git20170527.98255cb/debian/control 2023-06-22 19:57:45.000000000 +0000 @@ -1,27 +1,30 @@ Source: genetic Maintainer: Debian Science Team -Uploaders: Angel Ramos +Uploaders: + Debian Python Team , + Timo Röhling Section: python -Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: debhelper-compat (= 13), - dh-python, - python3-all, - python3-setuptools, - python3-numpy , - python3-multiprocess -Standards-Version: 4.6.0 +Build-Depends: + debhelper-compat (= 13), + dh-sequence-numpy3, + dh-sequence-python3, + python3-all, + python3-setuptools, + python3-numpy , + python3-multiprocess , +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/science-team/genetic Vcs-Git: https://salsa.debian.org/science-team/genetic.git Homepage: https://github.com/skoblov-lab/genetic Rules-Requires-Root: no +Testsuite: autopkgtest-pkg-pybuild Package: python3-genetic Architecture: all -Depends: ${python3:Depends}, - ${misc:Depends}, - python3-numpy, - python3-multiprocess +Depends: + ${misc:Depends}, + ${python3:Depends}, Description: genetic algorithms in Python Python3-genetic provides genetic algorithms for Python3, as often used in artificial intelligence. It should be able to solve any problem that diff -Nru genetic-0.1.1b+git20170527.98255cb/debian/rules genetic-0.1.1b+git20170527.98255cb/debian/rules --- genetic-0.1.1b+git20170527.98255cb/debian/rules 2022-02-20 19:27:49.000000000 +0000 +++ genetic-0.1.1b+git20170527.98255cb/debian/rules 2023-06-22 19:57:45.000000000 +0000 @@ -10,4 +10,4 @@ export PYBUILD_TEST_ARGS={build_dir}/tests %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild