diff -Nru ccdproc-2.3.0/debian/changelog ccdproc-2.3.0/debian/changelog --- ccdproc-2.3.0/debian/changelog 2022-01-03 07:27:21.000000000 +0000 +++ ccdproc-2.3.0/debian/changelog 2022-01-05 07:50:08.000000000 +0000 @@ -1,3 +1,10 @@ +ccdproc (2.3.0-2) unstable; urgency=medium + + * Remove benchmarks subdir (Closes: #1003114) + * Remove obsolete special test data handling + + -- Ole Streicher Wed, 05 Jan 2022 08:50:08 +0100 + ccdproc (2.3.0-1) unstable; urgency=medium * New upstream version 2.3.0 diff -Nru ccdproc-2.3.0/debian/clean ccdproc-2.3.0/debian/clean --- ccdproc-2.3.0/debian/clean 2020-12-27 10:41:10.000000000 +0000 +++ ccdproc-2.3.0/debian/clean 2022-01-05 07:46:05.000000000 +0000 @@ -1 +1,2 @@ ccdproc/version.py +benchmarks/ \ No newline at end of file diff -Nru ccdproc-2.3.0/debian/rules ccdproc-2.3.0/debian/rules --- ccdproc-2.3.0/debian/rules 2020-06-26 07:21:58.000000000 +0000 +++ ccdproc-2.3.0/debian/rules 2022-01-05 07:46:17.000000000 +0000 @@ -8,12 +8,3 @@ %: dh $@ --with python3 --buildsystem=pybuild - -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) -override_dh_auto_test: - for t in .pybuild/*/build ; do \ - cp -av ccdproc/tests/data/ $${t}/ccdproc/tests/ ; \ - done - dh_auto_test - rm -f .pybuild/*/build/test_table.txt -endif