diff -Nru pysynphot-0.9.12+dfsg/debian/changelog pysynphot-0.9.12+dfsg/debian/changelog --- pysynphot-0.9.12+dfsg/debian/changelog 2018-11-03 19:45:21.000000000 +0000 +++ pysynphot-0.9.12+dfsg/debian/changelog 2018-12-11 08:11:51.000000000 +0000 @@ -1,14 +1,9 @@ -pysynphot (0.9.12+dfsg-1build2) disco; urgency=medium +pysynphot (0.9.12+dfsg-2) unstable; urgency=low - * No-change rebuild to build without python3.6 support. + * Remove Python 2 package + * Push Standards-Version to 4.2.1. No changes required - -- Matthias Klose Sat, 03 Nov 2018 19:45:21 +0000 - -pysynphot (0.9.12+dfsg-1build1) cosmic; urgency=medium - - * No-change rebuild to build for python3.7. - - -- Matthias Klose Wed, 15 Aug 2018 07:28:55 +0000 + -- Ole Streicher Tue, 11 Dec 2018 09:11:51 +0100 pysynphot (0.9.12+dfsg-1) unstable; urgency=low diff -Nru pysynphot-0.9.12+dfsg/debian/control pysynphot-0.9.12+dfsg/debian/control --- pysynphot-0.9.12+dfsg/debian/control 2018-04-20 13:01:16.000000000 +0000 +++ pysynphot-0.9.12+dfsg/debian/control 2018-12-11 08:09:34.000000000 +0000 @@ -5,55 +5,22 @@ Priority: optional Build-Depends: debhelper (>= 11), dh-python, - python-all-dev (>= 2.6.6-3), - python-astropy (>= 0.3.1), - python-dateutil, - python-debian, - python-numpy (>= 1.5.1), - python-setuptools (>= 0.6b3), python3-all-dev (>= 2.6.6-3), python3-astropy (>= 0.3.1), python3-dateutil, python3-debian, python3-numpy (>= 1.5.1), python3-setuptools (>= 0.6b3) -Standards-Version: 4.1.4 +Standards-Version: 4.2.1 Homepage: https://ssb.stsci.edu/pysynphot/docs/ Vcs-Git: https://salsa.debian.org/debian-astro-team/pysynphot.git Vcs-Browser: https://salsa.debian.org/debian-astro-team/pysynphot -Package: python-pysynphot -Architecture: any -Depends: ${misc:Depends}, ${python: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 - are available, and users can incorporate their own filters, spectra, and - data. pysynphot user interface allows you to: - . - * Construct complicated composite spectra from various grids of model - atmosphere spectra, parameterized spectrum models, and atlases of stellar - spectrophotometry. - * Simulate observations. - * Query the resulting structures for quantities of interest, such as - countrate, effective wavelength, effective stimulus, as well as the - wavelength and flux arrays. - * Plot HST sensitivity curves and calibration target spectra. - * Compute photometric calibration parameters for any HST instrument mode. - . - pysynphot can help HST observers to perform cross-instrument simulations, to - examine the transmission curve of the HST Optical Telescope Assembly (OTA), - and spectra of HST calibration targets. Expert users can take advantage of - 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: python3-pysynphot Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Suggests: synphot-data -Description: Python 3 Synthetic Photometry Utilities +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 are available, and users can incorporate their own filters, spectra, and @@ -72,7 +39,7 @@ pysynphot can help HST observers to perform cross-instrument simulations, to examine the transmission curve of the HST Optical Telescope Assembly (OTA), and spectra of HST calibration targets. Expert users can take advantage of - the control and data structures available in Python 3 to easily perform + 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. diff -Nru pysynphot-0.9.12+dfsg/debian/rules pysynphot-0.9.12+dfsg/debian/rules --- pysynphot-0.9.12+dfsg/debian/rules 2017-02-27 14:40:36.000000000 +0000 +++ pysynphot-0.9.12+dfsg/debian/rules 2018-12-11 08:08:43.000000000 +0000 @@ -3,7 +3,7 @@ export PYBUILD_NAME=pysynphot %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_gencontrol-indep: dh_gencontrol @@ -14,4 +14,4 @@ override_dh_shlibdeps: dh_shlibdeps - dh_numpy + dh_numpy3