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,a19f7b11143e52d2 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: One united Ada policy for all Linux distributions? Date: Wed, 19 May 2010 07:41:18 -0700 (PDT) Organization: http://groups.google.com Message-ID: <98d7a7cd-575f-41b8-909e-9457f28060f3@p17g2000vbe.googlegroups.com> References: <8b775424-6d49-4fc1-8f9d-f1837d75371e@e21g2000vbl.googlegroups.com> <85i738F41eU1@mid.individual.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 1274280078 7908 127.0.0.1 (19 May 2010 14:41:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 19 May 2010 14:41:18 +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 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009012111 Red Hat/3.0.6-1.el5 Firefox/3.0.6,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:11767 Date: 2010-05-19T07:41:18-07:00 List-Id: Dmitry A. Kazakov wrote on comp.lang.ada: > On Wed, 19 May 2010 15:23:51 +0200, Bj=F6rn Persson wrote: > > Another difference, in addition to the ones Ludovic mentioned, is that = the > > Debian policy requires static libraries in the -dev packages, while Fed= ora > > strongly discourages packaging static libraries and mandates that they = be > > kept in -static packages, separate from the dynamic libraries in the -d= evel > > packages, if they really must be included. > > Isn't Debian's dev =3D Fedora's devel? At the conceptual level, yes. When you look into the details, however, you find the differences that Bj=F6rn and I mentioned. Tu summarize and in no particular order: * Debian provides static libraries, Fedora doesn't. * Fedora supports multilib, Debian doesn't (yet). * Fedora provides sources in -debuginfo packages, Debian doesn't (in - dbg packages). * Debian installs .gpr files in /usr/share/ada/adainclude, Fedora in / usr/lib/gnat. * Debian understands the aliversion concept, Fedora doesn't (yet). Whether or not these differences really matter, in practice, to a third-party developer who builds their software against the packaged libraries, I'm not sure. I guess it would depend on the way the developer chooses to build their software. -- Ludovic Brenta.