gnudatalanguage 0.9.8-1 source package in Ubuntu

Changelog

gnudatalanguage (0.9.8-1) unstable; urgency=low

  [ Axel Beckert ]
  * Set "Rules-Requires-Root: no".
  * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
  * Bump debhelper compatibility to 11.
    + Update versioned debhelper build-dependency accordingly.
  * Remove trailing whitespace from ancient debian/changelog entry.
  * Extend debian/patches/fix-spelling-errors to fix some more errors.

  [ Ole Streicher ]
  * Update VCS fields to use salsa.d.o
  * Restructure patches for use with gbp pq
  * New upstream version 0.9.8. Rediff patches
  * Change upstream repository to github
  * Use https in URLs
  * Add lintian-overrides for undafe symlink
  * Add $(filter nocheck,$(DEB_BUILD_OPTIONS)) to override_dh_auto_test

 -- Ole Streicher <email address hidden>  Tue, 27 Mar 2018 12:14:50 +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-1.dsc 2.6 KiB 91ef8303c2814846db9004287356e5763b5f3a79e791ac977cc2560f965ca9b0
gnudatalanguage_0.9.8.orig.tar.gz 2.0 MiB 86d3aacd1de3994755dc917c732ee3360e4e7e4f16156f1eea47de048d138281
gnudatalanguage_0.9.8-1.debian.tar.xz 19.1 KiB b87d4cde2abe2e4c00ca3cf99b9d806de2bb25c3ec686621c145dae1307c0854

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