gnudatalanguage 0.9.8-2 source package in Ubuntu

Changelog

gnudatalanguage (0.9.8-2) unstable; urgency=low

  * Specify C++ standard in compilation (Closes: #894324)
  * Get display properties only when display exists. Fixes Python CI failure
  * Add more failing tests

 -- Ole Streicher <email address hidden>  Tue, 03 Apr 2018 14:32:05 +0200

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gnudatalanguage_0.9.8-2.dsc 2.6 KiB 5f83d933480b34ac70fa07757101a1f96a11dd0f32cae3744b30da9b5b4403b0
gnudatalanguage_0.9.8.orig.tar.gz 2.0 MiB 86d3aacd1de3994755dc917c732ee3360e4e7e4f16156f1eea47de048d138281
gnudatalanguage_0.9.8-2.debian.tar.xz 19.7 KiB 51c6a53f0b47a79b8f0ef9f3423710f1d5acbb3bc14a27f35a68ee09613c621c

Available diffs

No changes file available.

Binary packages built by this source

gnudatalanguage: Free IDL compatible incremental compiler

 GNU Data Language (GDL) is a free IDL (Interactive Data Language)
 compatible incremental compiler. It has full syntax compatibility
 with IDL 7.1. IDL is a registered trademark of ITT Visual Information
 Solutions. From IDL 8.0, the following language elements are
 supported:
 .
  * FOREACH loop
  * negative array indices
  * garbage collection pointers and objects
  * call methods on an object using "." (e. g. `object.aMemberProcedure,arg1`)
 .
 The file input output system is fully implemented. GUI support (widgets) is
 officially provided, but it's not complete yet.
 .
 This package contains the main commandline and interpreter frontend.

gnudatalanguage-dbgsym: debug symbols for gnudatalanguage
libgnudatalanguage0: Free IDL compatible incremental compiler shared library

 GNU Data Language (GDL) is a free IDL (Interactive Data Language)
 compatible incremental compiler. It has full syntax compatibility
 with IDL 7.1. IDL is a registered trademark of ITT Visual Information
 Solutions.
 .
 This package contains the shared library which is used by the different
 frontends (gdl binary, Python package).

libgnudatalanguage0-dbgsym: debug symbols for libgnudatalanguage0
python-gdl: Python interface for the GNU Data Language

 GNU Data Language (GDL) is a free IDL (Interactive Data Language)
 compatible incremental compiler. It has full syntax compatibility
 with IDL 7.1. IDL is a registered trademark of ITT Visual Information
 Solutions. From IDL 8.0, the following language elements are
 supported:
 .
  * FOREACH loop
  * negative array indices
  * garbage collection pointers and objects
  * call methods on an object using "." (e. g. `object.aMemberProcedure,arg1`)
 .
 The file input output system is fully implemented. GUI support (widgets) is
 officially provided, but it's not complete yet.
 .
 This package contains the Python library/interface.

python-gdl-dbgsym: debug symbols for python-gdl