[Debian-astro-maintainers] Bug#949898: buster-pu: package casacore-data-jplde/2007.07.05+ds.1-0+deb10u1
Adrian Bunk
bunk at debian.org
Sun Jan 26 20:23:21 GMT 2020
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org at packages.debian.org
Usertags: pu
* Include tables up to 2040 in the upstream tarball. Closes: #949219
This is required to make the package build from source.
Complete debdiff of the change (same source tarball as in unstable):
ascp2040.200 |63710 ++++++++++++++++++++++++++++++++++++++++++++
ascp2040.405 |78430 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
debian/changelog | 7
debian/rules | 10
4 files changed, 142152 insertions(+), 5 deletions(-)
Attached debdiff is without the data files.
-------------- next part --------------
diff -Nru casacore-data-jplde-2007.07.05/debian/changelog casacore-data-jplde-2007.07.05+ds.1/debian/changelog
--- casacore-data-jplde-2007.07.05/debian/changelog 2018-12-08 15:43:06.000000000 +0200
+++ casacore-data-jplde-2007.07.05+ds.1/debian/changelog 2020-01-26 22:10:58.000000000 +0200
@@ -1,3 +1,10 @@
+casacore-data-jplde (2007.07.05+ds.1-0+deb10u1) buster; urgency=medium
+
+ * Non-maintainer upload.
+ * Include tables up to 2040 in the upstream tarball. Closes: #949219
+
+ -- Adrian Bunk <bunk at debian.org> Sun, 26 Jan 2020 22:10:58 +0200
+
casacore-data-jplde (2007.07.05-1) unstable; urgency=low
* Initial release. (Closes: #842931)
diff -Nru casacore-data-jplde-2007.07.05/debian/rules casacore-data-jplde-2007.07.05+ds.1/debian/rules
--- casacore-data-jplde-2007.07.05/debian/rules 2018-12-08 15:32:21.000000000 +0200
+++ casacore-data-jplde-2007.07.05+ds.1/debian/rules 2020-01-19 18:01:45.000000000 +0200
@@ -13,10 +13,10 @@
curl -R -OOOO \
ftp://ssd.jpl.nasa.gov/pub/eph/planets/ascii/de200/header.200 \
ftp://ssd.jpl.nasa.gov/pub/eph/planets/ascii/de405/header.405 \
- ftp://ssd.jpl.nasa.gov/pub/eph/planets/ascii/de200/ascp[1960-2020:20].200 \
- ftp://ssd.jpl.nasa.gov/pub/eph/planets/ascii/de405/ascp[1960-2020:20].405; \
- VERSION=`TZ=UTC ls --full-time -tr header.* |tail -1 | cut -c29-38|sed s/-/./g` ; \
- tar cf ../casacore-data-jplde_$$VERSION.orig.tar *.200 *.405 ; \
+ ftp://ssd.jpl.nasa.gov/pub/eph/planets/ascii/de200/ascp[1960-2040:20].200 \
+ ftp://ssd.jpl.nasa.gov/pub/eph/planets/ascii/de405/ascp[1960-2040:20].405; \
+ VERSION=`TZ=UTC ls --full-time -tr header.* |tail -1 | cut -d\ -f6 |sed s/-/./g` ; \
+ tar cf ../casacore-data-jplde_$$VERSION+ds.1.orig.tar *.200 *.405 ; \
cd .. ; \
rm -rf jpl-de ; \
- xz casacore-data-jplde_$$VERSION.orig.tar )
+ xz casacore-data-jplde_$$VERSION+ds.1.orig.tar )
More information about the Debian-astro-maintainers
mailing list