Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-Cc: 930...@bugs.debian.org
Dear release team, please unblock dpuser .It solves #930056 "synphot-data: creates world writable files: /usr/share/synphot/grp/hst/cdbs/comp/acs/acs_*_syn.fits", severity: serious. Changelog entry: pysynphot (0.9.12+dfsg-3) unstable; urgency=medium * Remove synphot-data package (Closes: #930056, LP: #1775965) -- Ole Streicher <oleb...@debian.org> Sat, 08 Jun 2019 20:51:21 +0200 The debdiff is attached. Requested commands: unblock pysynphot/0.9.12+dfsg-3 Best regards Ole
diff -Nru pysynphot-0.9.12+dfsg/debian/changelog pysynphot-0.9.12+dfsg/debian/changelog --- pysynphot-0.9.12+dfsg/debian/changelog 2018-12-11 09:11:51.000000000 +0100 +++ pysynphot-0.9.12+dfsg/debian/changelog 2019-06-08 20:51:21.000000000 +0200 @@ -1,3 +1,9 @@ +pysynphot (0.9.12+dfsg-3) unstable; urgency=medium + + * Remove synphot-data package (Closes: #930056, LP: #1775965) + + -- Ole Streicher <oleb...@debian.org> Sat, 08 Jun 2019 20:51:21 +0200 + pysynphot (0.9.12+dfsg-2) unstable; urgency=low * Remove Python 2 package diff -Nru pysynphot-0.9.12+dfsg/debian/control pysynphot-0.9.12+dfsg/debian/control --- pysynphot-0.9.12+dfsg/debian/control 2018-12-11 09:09:34.000000000 +0100 +++ pysynphot-0.9.12+dfsg/debian/control 2019-06-08 20:50:43.000000000 +0200 @@ -19,7 +19,6 @@ Package: python3-pysynphot Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} -Suggests: synphot-data Description: Python Synthetic Photometry Utilities pysynphot simulates photometric data and spectra as they are observed with the Hubble Space Telescope (HST). Passbands for standard photometric systems @@ -42,23 +41,3 @@ the control and data structures available in Python to easily perform repetitive operations such as simulate the observation of multiple type of sources through multiple observing modes. - -Package: synphot-data -Section: contrib/science -Architecture: all -Depends: curl, ${misc:Depends} -Description: Optional data files for pysynphot - pysynphot simulates photometric data and spectra as they are observed with - the Hubble Space Telescope (HST). - . - This package downloads the data files for synphot and pysynphot: - . - * HST component throughput files and graph and component lookup tables, - * Stellar and galactic model files, - * the Castelli and Kurucz 2004 Atlas, - * the Kurucz 1993 Atlas, - * the Phoenix Models, and - * the HST Calibration Spectra. - . - Note that installing this package will cause downloading more than 600 MB of - data from archive.stsci.edu. diff -Nru pysynphot-0.9.12+dfsg/debian/synphot-data.lintian-overrides pysynphot-0.9.12+dfsg/debian/synphot-data.lintian-overrides --- pysynphot-0.9.12+dfsg/debian/synphot-data.lintian-overrides 2017-02-27 15:40:36.000000000 +0100 +++ pysynphot-0.9.12+dfsg/debian/synphot-data.lintian-overrides 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -# This is a downloader package and therefor empty by design -empty-binary-package diff -Nru pysynphot-0.9.12+dfsg/debian/synphot-data.postinst pysynphot-0.9.12+dfsg/debian/synphot-data.postinst --- pysynphot-0.9.12+dfsg/debian/synphot-data.postinst 2017-02-27 15:40:36.000000000 +0100 +++ pysynphot-0.9.12+dfsg/debian/synphot-data.postinst 1970-01-01 01:00:00.000000000 +0100 @@ -1,22 +0,0 @@ -#!/bin/sh - -set -e - -TARGETDIR=/usr/share/synphot - -if [ "$1" = "configure" ] ; then - mkdir -p ${TARGETDIR} - cd ${TARGETDIR} - if ! md5sum -c --quiet md5sums.txt ; then - for i in `seq 1 6` ; do - curl ftp://ftp.stsci.edu/cdbs/tarfiles/synphot${i}.tar.gz | tar xz - done - if [ -d grid/extinction ] ; then - rm -rf extinction - mv -f grid/extinction . - fi - find calspec comp extinction grid mtab -type f | xargs md5sum > md5sums.txt - fi -fi - -#DEBHELPER# diff -Nru pysynphot-0.9.12+dfsg/debian/synphot-data.prerm pysynphot-0.9.12+dfsg/debian/synphot-data.prerm --- pysynphot-0.9.12+dfsg/debian/synphot-data.prerm 2017-02-27 15:40:36.000000000 +0100 +++ pysynphot-0.9.12+dfsg/debian/synphot-data.prerm 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -#!/bin/sh - -set -e - -rm -rf /usr/share/synphot - -#DEBHELPER#