diff -Nru casacore-data-sources-2/debian/casacore-data-sources.install casacore-data-sources-2/debian/casacore-data-sources.install --- casacore-data-sources-2/debian/casacore-data-sources.install 2016-11-28 20:49:29.000000000 +0000 +++ casacore-data-sources-2/debian/casacore-data-sources.install 2022-05-31 06:25:30.000000000 +0000 @@ -1 +1 @@ -Sources /usr/share/casacore/data/ephemerides/ +Sources usr/share/casacore/data/ephemerides/ diff -Nru casacore-data-sources-2/debian/changelog casacore-data-sources-2/debian/changelog --- casacore-data-sources-2/debian/changelog 2022-05-20 17:37:43.000000000 +0000 +++ casacore-data-sources-2/debian/changelog 2022-05-31 06:27:40.000000000 +0000 @@ -1,3 +1,15 @@ +casacore-data-sources (2-3) unstable; urgency=medium + + * Use libcasa-meas6 instead of whole -dev package + * Fix table version computation for NMU uploads (Closes: #1011723) + * Push Standards-Version to 4.6.1. No changes needed + * Point Debian git repo to salsa + * Switch to use debhelper-compat package. Push compat to 13 + * Use https protocol for d/copyright format definition + * Fix minor glitches in casacore-data-sources.install and clean + + -- Ole Streicher Tue, 31 May 2022 08:27:40 +0200 + casacore-data-sources (2-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -Nru casacore-data-sources-2/debian/clean casacore-data-sources-2/debian/clean --- casacore-data-sources-2/debian/clean 2016-11-28 20:49:29.000000000 +0000 +++ casacore-data-sources-2/debian/clean 2022-05-31 06:25:30.000000000 +0000 @@ -1 +1 @@ -Sources/* \ No newline at end of file +Sources/* diff -Nru casacore-data-sources-2/debian/compat casacore-data-sources-2/debian/compat --- casacore-data-sources-2/debian/compat 2016-11-28 20:49:29.000000000 +0000 +++ casacore-data-sources-2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru casacore-data-sources-2/debian/control casacore-data-sources-2/debian/control --- casacore-data-sources-2/debian/control 2016-11-28 20:49:29.000000000 +0000 +++ casacore-data-sources-2/debian/control 2022-05-31 06:25:30.000000000 +0000 @@ -1,18 +1,19 @@ Source: casacore-data-sources +Maintainer: Debian Astro Team +Uploaders: Ole Streicher , + Benda Xu Section: science Priority: optional -Maintainer: Debian Astro Team -Uploaders: Ole Streicher , Benda Xu -Build-Depends: casacore-dev, - debhelper (>= 9), +Build-Depends: debhelper-compat (= 13), + libcasa-meas6, python3, python3-casacore, python3-dateutil, python3-debian -Standards-Version: 3.9.8 +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian-astro-team/casacore-data-sources +Vcs-Git: https://salsa.debian.org/debian-astro-team/casacore-data-sources.git Homepage: http://rorf.usno.navy.mil/ICRF/ -Vcs-Git: https://anonscm.debian.org/cgit/debian-astro/packages/casacore-data-sources.git -Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/casacore-data-sources.git Package: casacore-data-sources Architecture: all diff -Nru casacore-data-sources-2/debian/copyright casacore-data-sources-2/debian/copyright --- casacore-data-sources-2/debian/copyright 2016-11-28 20:49:29.000000000 +0000 +++ casacore-data-sources-2/debian/copyright 2022-05-31 06:25:30.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://rorf.usno.navy.mil/ICRF/ Files: * diff -Nru casacore-data-sources-2/debian/create_casacore_table.py casacore-data-sources-2/debian/create_casacore_table.py --- casacore-data-sources-2/debian/create_casacore_table.py 2016-11-28 20:49:29.000000000 +0000 +++ casacore-data-sources-2/debian/create_casacore_table.py 2022-05-31 06:22:08.000000000 +0000 @@ -33,8 +33,8 @@ tbl.putkeywords({ 'MJD0': 0, 'dMJD': 0.0, - 'VS_VERSION': '{:04d}.{:04d}'.format(int(cl.upstream_version), - int(cl.debian_version)), + 'VS_VERSION': '{:04d}.{:04.0f}'.format(int(cl.upstream_version), + float(cl.debian_version)), 'VS_CREATE': dateutil.parser.parse(cl.date).strftime('%Y/%m/%d/%H:%M'), 'VS_DATE': dateutil.parser.parse(cl.date).strftime('%Y/%m/%d/%H:%M'), 'VS_TYPE': 'List of Source positions'