comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: A proposal for Debian policy for Ada
Date: Mon, 17 May 2010 11:28:37 +0200
Date: 2010-05-17T11:28:37+02:00	[thread overview]
Message-ID: <9vgayrtxydx3.y97a4jp28sin$.dlg@40tude.net> (raw)
In-Reply-To: 87632ncxjg.fsf@ludovic-brenta.org

On Mon, 17 May 2010 00:05:39 +0200, Ludovic Brenta wrote:

> Or that each -dev package for an Ada library should provide an
> individual project file for each C library referenced?  That seems like
> a *lot* of work.

Not really, I did it for GtkAda manually. But it is possible to write a
simple script. The only problem is that many libraries use "-" and "." in
the library name. The script could replace them with "_" in the project
name.

>> project LIBRARY is
>>    type Library_Kind_Type is ("static", "relocatable");
>>    Library_Kind : Library_Kind_Type :=
>>       external ("Library_Type", "relocatable");
>>    for Library_Kind use Library_Kind;
>>    for Library_Name use "LIBRARY"; -- Valid for either choice
>>    for Library_Dir use "/usr/lib"; -- Valid for either choice
>>    ...
>>    for Externally_Built use "true";
>> end LIBRARY;
> 
> That's a nice suggestion.  I'll try to implement that for the release
> after Squeeze.

BTW, is it possible to have one united Ada policy for all Linux
distributions?

Linux Ada community is small, all people are known. Can't we use this as an
advantage here?

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de



  parent reply	other threads:[~2010-05-17  9:28 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-16 19:49 A proposal for Debian policy for Ada Dmitry A. Kazakov
2010-05-16 20:48 ` Ludovic Brenta
2010-05-16 21:15   ` Dmitry A. Kazakov
2010-05-16 22:05     ` Ludovic Brenta
2010-05-17  6:01       ` Stephen Leake
2010-05-17  9:28       ` Dmitry A. Kazakov [this message]
2010-05-17 10:02         ` Ludovic Brenta
2010-05-17 13:14           ` Dmitry A. Kazakov
2010-05-18  8:00         ` Stephen Leake
2010-05-18  8:39           ` Dmitry A. Kazakov
2010-05-18  9:53             ` Ludovic Brenta
2010-05-18 12:39               ` Dmitry A. Kazakov
2010-05-19  9:25                 ` Stephen Leake
2010-05-19  9:47                   ` Dmitry A. Kazakov
2010-05-20 10:45                     ` Stephen Leake
2010-05-20 14:06                       ` Dmitry A. Kazakov
2010-05-19 13:24                 ` Björn Persson
2010-05-19  9:22             ` Stephen Leake
2010-05-19  9:52               ` Dmitry A. Kazakov
2010-05-19 10:41                 ` Ludovic Brenta
2010-05-19 12:23                   ` Dmitry A. Kazakov
2010-05-19 13:21                     ` Ludovic Brenta
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox