gnudatalanguage 0.9.6-1 source package in Ubuntu
Changelog
gnudatalanguage (0.9.6-1) unstable; urgency=low [ Ole Streicher ] * New upstream release + drop patch reproducible_build: applied upstream + refresh all other patches + require libeigen3-dev >= 3.2.4 for building (except for arm64; see below) + fix FILE_MOVE + Don't save launchtest.c anymore, it was removed from the upstream tar ball. * Fix FTBFS on GNU HURD * Add CI tests * Create shared lib package * Create Python extension. Closes: #751718 * Don't run test suite in parallel. [ Axel Beckert ] * Add testsuite/launchtest.c to debian/clean. * Remove File stanzas from debian/copyright which referred to files no more shipped in the new upstream release. (Multiple lintian warnings) * Update patch fix-spelling-errors for new misspellings found by lintian * debian/rules: Remove redundant occurrences of -Scmake. * Add lintian override for libgnudatalanguage0's no-symbols-control-file * Add epoch in front of python-gdl's version number. Necessary due to a different package of that name existed in Squeeze. * Finetune package descriptions (mention the phrase "GNU Data Language") -- Axel Beckert <email address hidden> Wed, 06 Jan 2016 13:52:09 +0100
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gnudatalanguage_0.9.6-1.dsc | 2.6 KiB | 67c5be44847422aee85efd305d0288d57dcd243093cf0aa523d54fcf339afa9d |
gnudatalanguage_0.9.6.orig.tar.gz | 1.7 MiB | 81a67aeaf16b820df9a1930137e509067d5be8ec0ee7869b3d6885621108ad6b |
gnudatalanguage_0.9.6-1.debian.tar.xz | 23.7 KiB | 510c365663d40ba6adf9ed6e41244f161fc8c67ec4cbd0c8cdf72e3aeea0054d |
Available diffs
- diff from 0.9.5-6 to 0.9.6-1 (1.1 MiB)
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.aMemberProcedur e,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 package gnudatalanguage
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.aMemberProcedur e,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.
- 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 package libgnudatalanguage0
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).
- 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.aMemberProcedur e,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.