gnudatalanguage 1.0.0-4 source package in Ubuntu

Changelog

gnudatalanguage (1.0.0-4) unstable; urgency=medium

  [ Adrian Bunk ]
  * Revert "Use -fcommon to fix ftbfs on ARM"
  * Use -Wl,--allow-multiple-definition to workaround FTBFS on armel/armhf

  [ Ole Streicher ]
  * Push Standards-Version to 4.6.0. No changes needed

 -- Ole Streicher <email address hidden>  Tue, 24 Aug 2021 09:42:09 +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_1.0.0-4.dsc 2.7 KiB 4c10a463f2533b52d7ead6545cd0ddecc943324e968e9bf235ea71a334f6cead
gnudatalanguage_1.0.0.orig.tar.gz 31.2 MiB 24bb2ccb5f6696ad535ec48c488a6daa1400b74e24a3ff421f9f070887636031
gnudatalanguage_1.0.0-4.debian.tar.xz 45.6 KiB 6d18bf0fc5062b6b697043b8d582e2b2ecc6e52e972d06f763f454fe53998b8f

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