gnudatalanguage 0.9.9-11 source package in Ubuntu

Changelog

gnudatalanguage (0.9.9-11) unstable; urgency=medium

  [ Axel Beckert ]
  * Switch wxWidgets from GTK 2 to GTK 3. (Closes: #934099)

  [ Ole Streicher ]
  * Build-depend on libeccodes-dev instead of libgrib_api-dev (Closes: #939380)
  * Add gitlab-ci.yml for salsa
  * Push Standardss-Version to 4.4.0. No changes needed.
  * Push compat to 12. Remove d/compat
  * Provide CFLAGS etc. to test helper compilation
  * Fix Python 3 support
  * Add test_total to xfail tests: may require too much memory

 -- Ole Streicher <email address hidden>  Sun, 15 Sep 2019 13:05:28 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gnudatalanguage_0.9.9-11.dsc 2.7 KiB b410602d929059ec21f4db74a75edf55359e60cbb9c8dd786dc315043724f9c8
gnudatalanguage_0.9.9.orig.tar.gz 4.3 MiB ad5de3fec095a5c58b46338dcc7367d2565c093794ab1bbcf180bba1a712cf14
gnudatalanguage_0.9.9-11.debian.tar.xz 24.0 KiB 477711a007e361c19e884c360acf7fae81a63fd0934ca260d75d9ba012f09676

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
python3-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.

python3-gdl-dbgsym: debug symbols for python3-gdl