~ubuntu-branches/ubuntu/trusty/gnat-gps/trusty

« back to all changes in this revision

Viewing changes to distrib/gps-4.3-gpl-2008.diff

  • Committer: Package Import Robot
  • Author(s): Ludovic Brenta, Nicolas Boulenguez, Ludovic Brenta
  • Date: 2011-12-27 11:56:14 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20111227115614-rmz1ikmqv3c9s40u
Tags: 5.0-1
[Nicolas Boulenguez]
* New upstream version from upstream's Subversion repository, revision 165249
  (date: 2010-10-01T15:03:16).
* Build with gnat-4.6.  Closes: #642618.
* Upgraded to debhelper 8 and Standards-Version 3.9.2.
* control: reformatted descriptions to please lintian
* rules: allowed transmission of new targets to dh
* rules, patches: link against system libdb instead of embedded db source

[Ludovic Brenta]
* debian/patches/command-names.patch,
  debian/patches/gcc-4.4.patch,
  debian/patches/libgtkada2-2.14.2.patch,
  debian/patches/no-tcl.patch,
  debian/patches/use_system_libdb.patch,
  debian/patches/no-gtkextra.patch,
  debian/patches/fix-config-guess.patch,
  debian/patches/escape_embedded_xml_in_ada_support_py.patch: delete, no longer needed.
* debian/patches/documentation-path.patch,
  debian/patches/texinfo.patch,
  debian/patches/elaboration.patch,
  debian/patches/documentation-formats.patch
  debian/patches/bashisms.patch: refresh.
* debian/patches/libgtkada2.24.0-part[123].patch: new.
* debian/control: gnat-gps-doc now recommends ada-reference-manual-html and
  gprbuild-doc, both referenced in the Documentation menu of GPS.
  (gnat-gps-common): new package for architecture:all files.
* debian/rules: do not build Source Navigator, which is no longer bundled.
* debian/build_gps.gpr: adjust to new source directories.
* debian/gnat-gps.install: do not install auxiliary executables built from
  Source Navigator sources which are no longer bundled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- shared.gpr.old      2007-06-13 11:36:51.000000000 +0200
2
 
+++ shared.gpr  2007-06-07 21:53:17.578125000 +0200
3
 
@@ -7 +7 @@
4
 
-   Build : Build_Type := External ("Build", "Debug");
5
 
+   Build : Build_Type := External ("Build", "Production");
6
 
--- templates_parser/tp_shared.gpr.old  2008-05-20 16:12:51.062500000 +0200
7
 
+++ templates_parser/tp_shared.gpr      2008-05-20 16:14:04.015625000 +0200
8
 
@@ -34 +34 @@
9
 
-   Build : Build_Type := external ("PRJ_BUILD", "Debug");
10
 
+   Build : Build_Type := external ("PRJ_BUILD", "Release");