Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • janitor-team/proposed/debian-astro
  • debian-astro-team/debian-astro
2 results
Show changes
Commits on Source (6)
#!/usr/bin/make -f #!/usr/bin/make -f
BLENDMAKEFILE=/usr/share/blends-dev/Makefile BLENDMAKEFILE=/usr/share/blends-dev/Makefile
GENCONTROL_DEPENDS = true
CheckBLENDMakefile := $(shell if [ -e $(BLENDMAKEFILE) ] ; then echo 1 ; else echo 0 ; fi) CheckBLENDMakefile := $(shell if [ -e $(BLENDMAKEFILE) ] ; then echo 1 ; else echo 0 ; fi)
ifeq ($(CheckBLENDMakefile),1) ifeq ($(CheckBLENDMakefile),1)
...@@ -10,5 +10,7 @@ else ...@@ -10,5 +10,7 @@ else
err := $(shell echo "$(BLENDMAKEFILE) is missing. Please install blends-dev package!") err := $(shell echo "$(BLENDMAKEFILE) is missing. Please install blends-dev package!")
endif endif
export GENCONTROL_OPTS := --udd -m -a
dummy: dummy:
@echo $(err) @echo $(err)
debian-astro (1.4) unstable; urgency=low
* Update VCS fields to use salsa.d.o
* Update scisoft to Apr 2018
* Add vispy ndcube, drms, regions, fast-histogram, mpl-scatter-density
to python3 (and python)
* Added cubeviz to viewers
* Add sptable, fitsutil, mscred to iraf
-- Ole Streicher <olebole@debian.org> Fri, 17 Aug 2018 09:48:19 +0200
debian-astro (1.3) unstable; urgency=medium debian-astro (1.3) unstable; urgency=medium
[ Steffen Möller ] [ Steffen Möller ]
......
...@@ -6,7 +6,7 @@ Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org> ...@@ -6,7 +6,7 @@ Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>, Uploaders: Ole Streicher <olebole@debian.org>,
Paul Sladen <debian@paul.sladen.org> Paul Sladen <debian@paul.sladen.org>
Build-Depends-Indep: blends-dev (>= 0.6.15), inkscape Build-Depends-Indep: blends-dev (>= 0.6.15), inkscape
Standards-Version: 4.1.3 Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/debian-astro Vcs-Browser: https://salsa.debian.org/debian-astro-team/debian-astro
Vcs-Git: https://salsa.debian.org/debian-astro-team/debian-astro.git Vcs-Git: https://salsa.debian.org/debian-astro-team/debian-astro.git
Homepage: https://blends.debian.org/astro/ Homepage: https://blends.debian.org/astro/
...@@ -59,8 +59,8 @@ Suggests: astro-catalogs, ...@@ -59,8 +59,8 @@ Suggests: astro-catalogs,
astro-python, astro-python,
astro-tcltk astro-tcltk
Description: Default selection of tasks for Debian Astro Description: Default selection of tasks for Debian Astro
This package is part of the Debian Astro Pure Blend and installs all This package is part of the Debian Astro Pure Blend and installs all
tasks for a default installation of this blend. tasks for a default installation of this blend.
Package: astro-catalogs Package: astro-catalogs
Section: metapackages Section: metapackages
...@@ -101,7 +101,8 @@ Recommends: astromatic, ...@@ -101,7 +101,8 @@ Recommends: astromatic,
sextractor, sextractor,
stiff, stiff,
swarp, swarp,
weightwatcher weightwatcher,
yorick-mira
Suggests: cpl-plugin-amber, Suggests: cpl-plugin-amber,
cpl-plugin-fors, cpl-plugin-fors,
cpl-plugin-giraf, cpl-plugin-giraf,
...@@ -115,8 +116,7 @@ Suggests: cpl-plugin-amber, ...@@ -115,8 +116,7 @@ Suggests: cpl-plugin-amber,
cpl-plugin-visir, cpl-plugin-visir,
cpl-plugin-xshoo, cpl-plugin-xshoo,
crush, crush,
theli, theli
yorick-mira
Description: Data reduction pipelines for astronomy Description: Data reduction pipelines for astronomy
The term data reduction in astronomy means the data processing from the raw The term data reduction in astronomy means the data processing from the raw
exposures up to scientific usable data. This includes the basic CCD exposures up to scientific usable data. This includes the basic CCD
...@@ -144,6 +144,7 @@ Recommends: aoflagger-dev, ...@@ -144,6 +144,7 @@ Recommends: aoflagger-dev,
libfftw3-dev, libfftw3-dev,
libgnuastro-dev, libgnuastro-dev,
libgsl-dev, libgsl-dev,
libgyoto6-dev,
libhdf5-dev, libhdf5-dev,
libhealpix-cxx-dev, libhealpix-cxx-dev,
liblapack-dev, liblapack-dev,
...@@ -163,7 +164,6 @@ Recommends: aoflagger-dev, ...@@ -163,7 +164,6 @@ Recommends: aoflagger-dev,
wcslib-dev, wcslib-dev,
wsclean-dev wsclean-dev
Suggests: libatlas-dev, Suggests: libatlas-dev,
libgyoto6-dev,
libpgsbox-dev, libpgsbox-dev,
libpluto-jpl-eph-dev, libpluto-jpl-eph-dev,
libpluto-lunar-dev, libpluto-lunar-dev,
...@@ -206,8 +206,8 @@ Depends: ${misc:Depends}, ...@@ -206,8 +206,8 @@ Depends: ${misc:Depends},
Recommends: dpuser, Recommends: dpuser,
eso-midas, eso-midas,
pdl, pdl,
scilab scilab,
Suggests: yorick-full yorick-full
Description: Astronomical data analysis frameworks Description: Astronomical data analysis frameworks
This metapackage will install large astronomical data analysis This metapackage will install large astronomical data analysis
frameworks, which usually provide their own script language. Please frameworks, which usually provide their own script language. Please
...@@ -239,9 +239,12 @@ Depends: ${misc:Depends}, ...@@ -239,9 +239,12 @@ Depends: ${misc:Depends},
astro-tasks (= ${source:Version}) astro-tasks (= ${source:Version})
Recommends: iraf, Recommends: iraf,
iraf-dev, iraf-dev,
iraf-fitsutil,
iraf-mscred,
iraf-noao, iraf-noao,
iraf-noao-dev, iraf-noao-dev,
iraf-rvsao, iraf-rvsao,
iraf-sptable,
iraf-wcstools, iraf-wcstools,
python3-pyraf python3-pyraf
Description: IRAF packages Description: IRAF packages
...@@ -322,12 +325,14 @@ Recommends: ipython, ...@@ -322,12 +325,14 @@ Recommends: ipython,
python-astroplan, python-astroplan,
python-astropy, python-astropy,
python-astropy-affiliated, python-astropy-affiliated,
python-astropy-healpix,
python-astroquery, python-astroquery,
python-astroscrappy, python-astroscrappy,
python-casacore, python-casacore,
python-ccdproc, python-ccdproc,
python-cpl, python-cpl,
python-drizzle, python-drizzle,
python-drms,
python-emcee, python-emcee,
python-ephem, python-ephem,
python-fitsio, python-fitsio,
...@@ -336,6 +341,7 @@ Recommends: ipython, ...@@ -336,6 +341,7 @@ Recommends: ipython,
python-ginga, python-ginga,
python-glue, python-glue,
python-gwcs, python-gwcs,
python-gyoto,
python-healpy, python-healpy,
python-imexam, python-imexam,
python-lmfit, python-lmfit,
...@@ -347,6 +353,8 @@ Recommends: ipython, ...@@ -347,6 +353,8 @@ Recommends: ipython,
python-pyavm, python-pyavm,
python-pydl, python-pydl,
python-pyds9, python-pyds9,
python-pyfftw,
python-pymc,
python-pymoc, python-pymoc,
python-pyraf, python-pyraf,
python-pyregion, python-pyregion,
...@@ -358,18 +366,14 @@ Recommends: ipython, ...@@ -358,18 +366,14 @@ Recommends: ipython,
python-spectral-cube, python-spectral-cube,
python-specutils, python-specutils,
python-sunpy, python-sunpy,
python-vispy,
python-yt python-yt
Suggests: python-astropy-healpix, Suggests: python-extinction,
python-extinction,
python-gammapy,
python-gavovotable, python-gavovotable,
python-gyoto,
python-halotools, python-halotools,
python-maltpynt, python-maltpynt,
python-naima, python-naima,
python-omnifit, python-omnifit,
python-pyfftw,
python-pymc,
python-pyspeckit, python-pyspeckit,
python-sherpa, python-sherpa,
python-sncosmo, python-sncosmo,
...@@ -397,51 +401,57 @@ Recommends: ipython3, ...@@ -397,51 +401,57 @@ Recommends: ipython3,
python3-astroplan, python3-astroplan,
python3-astropy, python3-astropy,
python3-astropy-affiliated, python3-astropy-affiliated,
python3-astropy-healpix,
python3-astroquery, python3-astroquery,
python3-astroscrappy, python3-astroscrappy,
python3-casacore, python3-casacore,
python3-ccdproc, python3-ccdproc,
python3-cpl, python3-cpl,
python3-drizzle, python3-drizzle,
python3-drms,
python3-emcee, python3-emcee,
python3-ephem, python3-ephem,
python3-fast-histogram,
python3-fitsio, python3-fitsio,
python3-galpy, python3-galpy,
python3-gammapy,
python3-ginga, python3-ginga,
python3-glue, python3-glue,
python3-gwcs, python3-gwcs,
python3-gyoto,
python3-healpy, python3-healpy,
python3-imexam, python3-imexam,
python3-lmfit, python3-lmfit,
python3-matplotlib, python3-matplotlib,
python3-montage-wrapper, python3-montage-wrapper,
python3-mpl-scatter-density,
python3-numpy, python3-numpy,
python3-photutils, python3-photutils,
python3-pyavm, python3-pyavm,
python3-pydl, python3-pydl,
python3-pyds9, python3-pyds9,
python3-pyfftw,
python3-pymoc, python3-pymoc,
python3-pyraf, python3-pyraf,
python3-pyregion, python3-pyregion,
python3-pysynphot, python3-pysynphot,
python3-pyvo, python3-pyvo,
python3-radio-beam, python3-radio-beam,
python3-regions,
python3-reproject, python3-reproject,
python3-scipy, python3-scipy,
python3-spectral-cube, python3-spectral-cube,
python3-specutils, python3-specutils,
python3-sunpy, python3-sunpy,
python3-vispy,
python3-yt python3-yt
Suggests: python3-astropy-healpix, Suggests: python3-extinction,
python3-extinction,
python3-gammapy,
python3-gyoto,
python3-halotools, python3-halotools,
python3-maltpynt, python3-maltpynt,
python3-mvpa2, python3-mvpa2,
python3-naima, python3-naima,
python3-ndcube,
python3-omnifit, python3-omnifit,
python3-pyfftw,
python3-pyspeckit, python3-pyspeckit,
python3-sherpa, python3-sherpa,
python3-sncosmo, python3-sncosmo,
...@@ -486,17 +496,18 @@ Architecture: all ...@@ -486,17 +496,18 @@ Architecture: all
Depends: ${misc:Depends}, Depends: ${misc:Depends},
astro-tasks (= ${source:Version}) astro-tasks (= ${source:Version})
Recommends: geant321, Recommends: geant321,
gyoto,
inhomog, inhomog,
lorene, lorene,
mocassin, mocassin,
mpgrafic, mpgrafic,
python3-yt, python3-yt,
splash splash,
yorick-yao
Suggests: cloudy, Suggests: cloudy,
gyoto, disperse,
splotch, splotch,
visit, visit
yorick-yao
Description: Simulation packages for astronomy Description: Simulation packages for astronomy
This metapackage will install packages for celestial, astronomical and This metapackage will install packages for celestial, astronomical and
cosmological simulations. cosmological simulations.
...@@ -525,15 +536,15 @@ Section: metapackages ...@@ -525,15 +536,15 @@ Section: metapackages
Architecture: all Architecture: all
Depends: ${misc:Depends}, Depends: ${misc:Depends},
astro-tasks (= ${source:Version}) astro-tasks (= ${source:Version})
Recommends: gcx, Recommends: aravis-tools,
freeture,
gcx,
indi-bin, indi-bin,
kstars, kstars,
linguider, linguider,
lynkeos.app, lynkeos.app,
wxastrocapture wxastrocapture
Suggests: aravis-tools, Suggests: audela,
audela,
freeture,
rts2 rts2
Description: Telescope control and data processing Description: Telescope control and data processing
This metapackage will install Debian Astro packages to control (mainly This metapackage will install Debian Astro packages to control (mainly
...@@ -548,6 +559,7 @@ Recommends: alfa, ...@@ -548,6 +559,7 @@ Recommends: alfa,
asdftool, asdftool,
astronomical-almanac, astronomical-almanac,
astropy-utils, astropy-utils,
boinc-app-eah-brp,
boinc-app-seti, boinc-app-seti,
casacore-tools, casacore-tools,
fitscut, fitscut,
...@@ -563,8 +575,7 @@ Recommends: alfa, ...@@ -563,8 +575,7 @@ Recommends: alfa,
wcslib-tools, wcslib-tools,
wcstools, wcstools,
xpa-tools xpa-tools
Suggests: boinc-app-eah-brp, Suggests: boinc-app-milkyway,
boinc-app-milkyway,
pluto-find-orb, pluto-find-orb,
tablator tablator
Description: Astronomy tools and utilities Description: Astronomy tools and utilities
...@@ -589,10 +600,11 @@ Recommends: aladin, ...@@ -589,10 +600,11 @@ Recommends: aladin,
ser-player, ser-player,
skycat, skycat,
topcat, topcat,
veusz veusz,
Suggests: glue-vispy-viewers, yorick-cubeview,
yorick-cubeview, yorick-spydr
yorick-spydr Suggests: cubeviz,
glue-vispy-viewers
Description: Interactive astronomical data viewers Description: Interactive astronomical data viewers
This metapackage will install software for the interactive visual inspection This metapackage will install software for the interactive visual inspection
of astronomical data. Note that Python packages can be used for interactive of astronomical data. Note that Python packages can be used for interactive
......
...@@ -5,9 +5,9 @@ Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org> ...@@ -5,9 +5,9 @@ Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>, Uploaders: Ole Streicher <olebole@debian.org>,
Paul Sladen <debian@paul.sladen.org> Paul Sladen <debian@paul.sladen.org>
Build-Depends-Indep: blends-dev (>= 0.6.15), inkscape Build-Depends-Indep: blends-dev (>= 0.6.15), inkscape
Standards-Version: 4.1.3 Standards-Version: 4.2.0
Vcs-Browser: https://anonscm.debian.org/cgit/blends/projects/astro.git Vcs-Browser: https://salsa.debian.org/debian-astro-team/debian-astro
Vcs-Git: https://anonscm.debian.org/git/blends/projects/astro.git Vcs-Git: https://salsa.debian.org/debian-astro-team/debian-astro.git
Homepage: https://blends.debian.org/astro/ Homepage: https://blends.debian.org/astro/
Package: astro-tasks Package: astro-tasks
......
...@@ -10,29 +10,4 @@ Recommends: iraf, iraf-dev, iraf-noao, iraf-noao-dev ...@@ -10,29 +10,4 @@ Recommends: iraf, iraf-dev, iraf-noao, iraf-noao-dev
Recommends: python3-pyraf Recommends: python3-pyraf
Recommends: iraf-wcstools, iraf-rvsao Recommends: iraf-wcstools, iraf-rvsao, iraf-sptable, iraf-fitsutil, iraf-mscred
Recommends: iraf-sptable
WNPP: 901570
Pkg-Description: IRAF package for Tabular Spectra
The SPTABLE external package contains IRAF spectral tasks intended to
support data in various tabular formats. These formats currently
include text files and FITS tables (direct support for the VOTable
format is still pending) that are increasingly being used to store
spectra as multi-column tables of wavelength/frequency and flux in a
variety of formats.
Homepage: https://github.com/iraf-community/sptable
Recommends: iraf-fitsutil
WNPP: 903017
Pkg-Description: FITS utilities for IRAF
Several tasks to operate of FITS files and extensions from within IRAF,
like copying, extension extraction, conversion etc.
Homepage: https://github.com/iraf-community/fitsutil
Recommends: iraf-mscred
WNPP: 903046
Pkg-Description: CCD mosaic reduction package
The MSCRED external package is used to reduce CCD mosaic data in which
the data is in the mosaic MEF data format.
Homepage: https://github.com/iraf-community/mscred
...@@ -23,7 +23,7 @@ Recommends: python-astroscrappy, python-astroplan, python-astroquery, ...@@ -23,7 +23,7 @@ Recommends: python-astroscrappy, python-astroplan, python-astroquery,
python-ccdproc, python-gwcs, python-halotools, python-imexam, python-ccdproc, python-gwcs, python-halotools, python-imexam,
python-montage-wrapper, python-naima, python-photutils, python-pydl, python-montage-wrapper, python-naima, python-photutils, python-pydl,
python-sncosmo, python-spectral-cube, python-specutils, python-sncosmo, python-spectral-cube, python-specutils,
python-astropy-healpix python-astropy-healpix, python-radio-beam
Recommends: python-aplpy, python-astroml, python-galpy, Recommends: python-aplpy, python-astroml, python-galpy,
python-ginga, python-glue, python-maltpynt, python-omnifit, python-pyregion, python-ginga, python-glue, python-maltpynt, python-omnifit, python-pyregion,
...@@ -44,7 +44,7 @@ Recommends: python-astrometry ...@@ -44,7 +44,7 @@ Recommends: python-astrometry
Recommends: python-gyoto Recommends: python-gyoto
Recommends: python-sunpy Recommends: python-sunpy, python-drms
Recommends: python-ephem Recommends: python-ephem
...@@ -117,8 +117,6 @@ Pkg-Description: Fast interstellar dust extinction laws ...@@ -117,8 +117,6 @@ Pkg-Description: Fast interstellar dust extinction laws
Extinction provides a library with Cython-optimised implementations of Extinction provides a library with Cython-optimised implementations of
empirical dust extinction laws found in the astronomical literature. empirical dust extinction laws found in the astronomical literature.
Recommends: python-radio-beam
Recommends: python-mvpa2 Recommends: python-mvpa2
Why: ASCL Id 1703.009 Why: ASCL Id 1703.009
......
...@@ -19,7 +19,7 @@ Recommends: python3-astroscrappy, python3-astroplan, python3-astroquery, ...@@ -19,7 +19,7 @@ Recommends: python3-astroscrappy, python3-astroplan, python3-astroquery,
python3-ccdproc, python3-gwcs, python3-halotools, python3-imexam, python3-ccdproc, python3-gwcs, python3-halotools, python3-imexam,
python3-montage-wrapper, python3-naima, python3-photutils, python3-pydl, python3-montage-wrapper, python3-naima, python3-photutils, python3-pydl,
python3-sncosmo, python3-spectral-cube, python3-specutils, python3-sncosmo, python3-spectral-cube, python3-specutils,
python3-regions, python3-astropy-healpix python3-regions, python3-astropy-healpix, python3-radio-beam
Why: Astropy affiliated packages Why: Astropy affiliated packages
Recommends: python3-aplpy, python3-astroml, python3-galpy, python3-gammapy, Recommends: python3-aplpy, python3-astroml, python3-galpy, python3-gammapy,
...@@ -28,9 +28,6 @@ Recommends: python3-aplpy, python3-astroml, python3-galpy, python3-gammapy, ...@@ -28,9 +28,6 @@ Recommends: python3-aplpy, python3-astroml, python3-galpy, python3-gammapy,
python3-spherical-geometry python3-spherical-geometry
Why: Astropy affiliated packages (provisionally) Why: Astropy affiliated packages (provisionally)
Recommends: python3-gammapy
WNPP: 795369
Recommends: python3-drizzle Recommends: python3-drizzle
Recommends: python3-asdf Recommends: python3-asdf
...@@ -43,7 +40,7 @@ Recommends: python3-yt ...@@ -43,7 +40,7 @@ Recommends: python3-yt
Recommends: python3-gyoto Recommends: python3-gyoto
Recommends: python3-sunpy Recommends: python3-sunpy, python3-drms
Recommends: python3-ephem Recommends: python3-ephem
...@@ -102,8 +99,6 @@ Pkg-Description: Fast interstellar dust extinction laws ...@@ -102,8 +99,6 @@ Pkg-Description: Fast interstellar dust extinction laws
Extinction provides a library with Cython-optimised implementations of Extinction provides a library with Cython-optimised implementations of
empirical dust extinction laws found in the astronomical literature. empirical dust extinction laws found in the astronomical literature.
Recommends: python3-radio-beam
Recommends: python3-mvpa2 Recommends: python3-mvpa2
Why: ASCL Id 1703.009 Why: ASCL Id 1703.009
...@@ -137,9 +132,6 @@ Pkg-Description: Base package for multi-dimensional coordinate aware arrays ...@@ -137,9 +132,6 @@ Pkg-Description: Base package for multi-dimensional coordinate aware arrays
the array elements and the real world can be described by World the array elements and the real world can be described by World
Coordinate System (WCS) translations. Coordinate System (WCS) translations.
Recommends: python3-drms
WNPP: 896565
Recommends: python3-fast-histogram Recommends: python3-fast-histogram
WNPP: 898069 WNPP: 898069
......