coyote 2022.04.12-1 source package in Ubuntu

Changelog

coyote (2022.04.12-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields
  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
  * Remove constraints unnecessary since buster

  [ Ole Streicher ]
  * Remove dos-like carriage returns from d/test/test_coyote.pro
  * New upstream version 2022.04.12
  * Remove leading slash in d/install
  * Push compat to 13
  * Push Standards-Version to 4.6.0. No changes needed.

 -- Ole Streicher <email address hidden>  Thu, 14 Apr 2022 10:54:48 +0200

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
coyote_2022.04.12-1.dsc 2.0 KiB 9b16af30d630faad8796cda544ca06bddd6c97d84293d8059658e861168cb8c5
coyote_2022.04.12.orig.tar.xz 622.5 KiB 8635b22156d0d96c4e1a0f9fdeec6b6b36f300e3b049296288a1558f6d53d976
coyote_2022.04.12-1.debian.tar.xz 12.4 KiB 1a49f4dae9af2a7c509613cc50f6831e84c897b724b88dedcbfde209deea8e94

Available diffs

No changes file available.

Binary packages built by this source

gdl-coyote: GDL library from D. Fannings IDL courses

 The Coyote Library evolved from work David Fanning was doing teaching
 IDL courses and answering IDL questions on the IDL newsgroup. It is
 meant to be a well-documented library that demonstrates how to write
 solid IDL/GDL programs that are easy to maintain and extend.
 .
 The main content of the library is the Coyote Graphics System (CGS),
 a collection of Coyote Library programs that turn the traditional
 GDL/IDL graphics commands (e.g., Plot, Contour, Surface, TV, etc.)
 into modern programs.
 .
 The most important features of Coyote Graphics System are:
 .
  * The commands work identically on the display, in PostScript, and
    in the Z-graphics buffer.
  * The commands can be displayed automatically in resizable graphics
    windows.
  * The commands automatically create high quality PostScript, PDF,
    and raster file output.
  * CGS graphics visualizations can be saved and restore later, or
    e-mailed to colleagues.
  * The commands work identically in an indexed or decomposed color
    environment.
  * The commands can use colors by name (e.g., "red", "dodger blue").
  * CGS commands are faster (often much faster) than the equivalent
    IDL function graphics commands.
  * Greek letters and other symbols can be directly embedded in Coyote
    Graphics text.
  * The commands fix the most annoying quirks (e.g., contour holes and
    levels) in traditional IDL commands.