gnat-gps 19.2-3ubuntu1 source package in Ubuntu

Changelog

gnat-gps (19.2-3ubuntu1) focal; urgency=medium

  * Merge with Debian; remaining changes:
    - debian/control: gnat-gps: Recommend gdb | gdb-minimal.

gnat-gps (19.2-3) unstable; urgency=medium

  * Reupload to unstable for gnat-9 transition.
  * Use Debhelper 12 dh-sequence- syntax in Build-Dependencies.
  * Standards-Version: 4.5.0.

gnat-gps (19.2-2) experimental; urgency=medium

  * Fix project name for renamed libgpr -> libgnatprj.
  * Fix creation of javascript symbolic links. Closes: #947268.

gnat-gps (19.2-1) experimental; urgency=medium

  * New upstream release.
  * Download from git, upstream does not release tarballs anymore.
    Repackage with a script, instead of Files-Excluded.
    Remove VCS stuff, empty directories, silly permissions.
    Remove javascript libs and depend on without dh_linktree.
  * Debhelper 12 does not compress examples anymore.
  * Rebuild with gcc-9 and updated dependencies. Closes: #925699.
  * Split -arch and -indep dependencies.
  * Standard-Versions 4.4.1.
  * Move VCS to salsa.debian.org.
  * Rewrite the clang wrapper generator patch.
  * Sort files in refreshed patches.
  * Remove linker options only making sense with libraries.

 -- Matthias Klose <email address hidden>  Wed, 26 Feb 2020 08:00:33 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Ludovic Brenta
Architectures:
amd64 arm64 mips64el ppc64el s390x alpha ia64 kfreebsd-amd64 ppc64 riscv64 sparc64 all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gnat-gps_19.2.orig.tar.xz 10.6 MiB 9c2790f3be4edb0064ddb3f79a5c81b005f355264967f4ce2c84cab0f3cb1cd9
gnat-gps_19.2-3ubuntu1.debian.tar.xz 54.9 KiB b40912f5ae5e8fe5da11ee64943942f8c56fc7e3a07e5f1e14ec570fcf61f124
gnat-gps_19.2-3ubuntu1.dsc 2.8 KiB 5d85de7ce409d1f7b7623c6b3197a1413941c58e90cdc0c008c19ced58494f9c

Available diffs

View changes file

Binary packages built by this source

gnat-gps: integrated development environment for C and Ada

 GNAT Programming Studio is a complete integrated development environment
 that gives access to a wide range of tools and integrates them smoothly.
 .
 GPS gives access to built-in file editing; HTML based help system;
 complete compile/build/run cycle; intelligent source navigation;
 project management; general graph technology giving access to many
 different browsers such as source dependency, project dependency, call
 graphs, etc.; fully integrated visual debugger, based on the GVD
 technology, and enhanced for inclusion in GPS; generic version control
 system, providing access to CVS, ClearCase, and possibly others in the
 future; many other tools such as a visual comparison, automatic
 generation of files, source reformatting.
 .
 GPS is fully customizable, providing several levels of customizations:
 a first level, available through the preferences dialog; a second
 level, which allows you to customize your menu items, tool bar and key
 bindings; a third level, which allows you to automate processing
 through scripts; and a fourth level, which allows any kind of very
 specific or tight integration, due to the open nature of GPS, and to
 its architecture.
 .
 GPS also integrates with existing editors such as Emacs and Vi.
 .
 This package also provides related command line tools:
  - gnatdoc extracts documentation from comments in Ada sources
  - gnatspark runs a spark tool according to a GNAT project
  - gps_cli is a command-line interface for gnat-gps

gnat-gps-common: integrated development environment for C and Ada (common files)

 GNAT Programming Studio is a complete integrated development environment
 that gives access to a wide range of tools and integrates them smoothly.
 .
 This package contains images, templates and plug-ins required at run time
 by GPS.

gnat-gps-dbgsym: debug symbols for gnat-gps
gnat-gps-doc: integrated development environment for C and Ada (documentation)

 GNAT Programming Studio is a complete integrated development environment
 that gives access to a wide range of tools and integrates them smoothly.
 .
 This package contains the documentation in HTML and PDF formats.
 This documentation consists of:
  - the GPS Tutorial: building Hello, World with the GPS
  - a User's Guide: using the GPS for multi-language projects
  - a Programmer's Manual: extending the GPS with new modules
  - an user's guide for the gnatdoc command line tool