~ubuntu-branches/debian/stretch/adabrowse/stretch

« back to all changes in this revision

Viewing changes to debian/ad-setup.ads

  • Committer: Bazaar Package Importer
  • Author(s): Adrian-Ken Rueegsegger
  • Date: 2009-11-26 20:53:44 UTC
  • Revision ID: james.westby@ubuntu.com-20091126205344-73yq3et8xdsefah0
Tags: 4.0.3-3
* Add Vcs-Browser and Vcs-Git entries.
* Remove list of architectures (Closes: #525270, #542411).
* Remove redundant build dependency for gnat.
* Bump Standards-Version to 3.8.3.
* Add README.source file.
* Rebuild with latest GNAT and ASIS.
* Use $(QUILT_STAMPFN) instead of patch target.

Show diffs side-by-side

added added

removed removed

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