gnudatalanguage 0.9.6v2-1 source package in Ubuntu

Changelog

gnudatalanguage (0.9.6v2-1) unstable; urgency=medium

  [ Axel Beckert ]
  * New upstream tar ball with partially re-added documentation.
    + Drop debian/gdl.1 and reactivate installation of upstream man pages.
    + Use patch against doc/gdl.1 instead of direct changes to
      debian/gdl.1.
  * Remove b-d on chrpath which is no more needed since 0.9.6-1.
  * Update watch file to also recognize short .tgz suffixes and xz
    compression.

  [ Ole Streicher ]
  * Fix includes for antlr instead of removing antlr subdir in d/rules
  * Build-depend on python-dev instead of python-all-dev: we currently
    build only for the most recent Python 2.x version and not for all.
  * Use default settings for Python library search; the multiarch patch
    is not needed anymore.

 -- Axel Beckert <email address hidden>  Mon, 11 Jan 2016 20:53:52 +0100

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.6v2-1.dsc 2.6 KiB c86b1ceb8810081d61a67c78fdf0c027bb716cc11ed13eb41726eb8536a849d1
gnudatalanguage_0.9.6v2.orig.tar.gz 1.7 MiB cfb005ee1d9c843b26cc474618225ce68a1f0bfaeddcd45bf63a0a8fb62eedb4
gnudatalanguage_0.9.6v2-1.debian.tar.xz 22.6 KiB e327695f3000ce81b64492c300daa7fdf572b41fff01def76fabd97ce5d262dd

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

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