From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,b2c4d98cbc17f0a9 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!p17g2000vbe.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: A proposal for Debian policy for Ada Date: Mon, 17 May 2010 03:02:16 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0dd107a0-5e60-4cdc-93c8-c8440863bee2@p17g2000vbe.googlegroups.com> References: <87aarzd14c.fsf@ludovic-brenta.org> <198miwzl97pnl$.1onmpwoadjr1p.dlg@40tude.net> <87632ncxjg.fsf@ludovic-brenta.org> <9vgayrtxydx3.y97a4jp28sin$.dlg@40tude.net> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1274090536 22948 127.0.0.1 (17 May 2010 10:02:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 17 May 2010 10:02:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p17g2000vbe.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:11681 Date: 2010-05-17T03:02:16-07:00 List-Id: Dmitry A. Kazakov wrote on comp.lang.ada: > 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? =A0That seems li= ke > > 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. GtkAda is particularly difficult. From one release to the next, the result of /usr/bin/gtk-config (or is it pkg-config?) can, and does, change. To implement your suggestion, the script would have to use that as the input. -- Ludovic Brenta.