~ubuntu-branches/debian/sid/adabrowse/sid

« back to all changes in this revision

Viewing changes to debian/ad-setup.ads

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2006-08-08 23:48:07 UTC
  • mfrom: (2.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20060808234807-u76f3ful3n21w0qs
Tags: 4.0.2-5

* debian/control: add alpha, remove mips and mipsel.
* Recompile now that asis is available on all architectures.
  Closes: #373247.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--  This file has been automatically generated.
 
2
 
 
3
pragma License (GPL);
 
4
 
 
5
package AD.Setup is
 
6
 
 
7
   pragma Pure;
 
8
 
 
9
   GNAT_Name : constant String;
 
10
 
 
11
private
 
12
 
 
13
   GNAT_Name : constant String :=
 
14
     "gnatgcc";
 
15
 
 
16
end AD.Setup;