Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: Sudip Mukherjee Newsgroups: linux.debian.maint.java Subject: Re: jni launcher library Date: Mon, 05 Oct 2020 15:30:01 +0200 Message-ID: References: X-Original-To: Emmanuel Bourg X-Mailbox-Line: From debian-java-request@lists.debian.org Mon Oct 5 13:26:17 2020 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.199 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=w2rIKSxhF1fcsJN8kr8FL77pmXnPS81kf1RLK5VoS8I=; b=cBMZBz3KMehvX7s80mdJU/HtzueUh9i0x5r9qYzwo9Z6Wj3uefgvkAPm7r7kJCTlKi V0W1F/BXkLZOVDblaobcNE5AP0UwiHT9fQrQiiafi5/mo1FoA9gnN6qzV+tJXa0dAUdL /oAHHYEcRdQPi9NzySiy/BZGTCsATi0rgT7BAwaWPEyZMPRXm9pn4q01nxf5nofuLiQD vxXdscshvKlQYJH8xADrR02QVbs7gulqAqrLuhtK2e3Lbual4LjIiB38CtmSo6V/awdh M5Nku4m0Myxif+j2Cr4SxazinWEURl9mT8iGWjAxBa2SOb5+a0n+Zy1U1kXPiO2LG6Ld kjVQ== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=w2rIKSxhF1fcsJN8kr8FL77pmXnPS81kf1RLK5VoS8I=; b=GMteRg1y3tz5WxG/WNPw/1dnyF//e90LoG7wAn75WLR+9ojlyL6vKqUaW2DBupVsMv T8fpFelRScLDRYkpKE3Pou++kaV+JKxZ/FvCw4WKzA+QVlP/+Go7cues/7aUQuIOXEuq +wr60iA7z5pnprwHQ2h4cl3+v1FI0xgqB5lw+XZmP/2I5143Qx+pSN8UlzasBa1hm/kU 0B3rFKVg4adg9tK4msMjkZjYizFGnBQVG7KKTmvcwFnZBsvxKqfDf6TGStY7RLWdSGue Wze36f8dUQXUTTNflt68keobcoSa4l4imrYxSBaVaBA6LIjScH569XKYzx+EdJS9JHbf z9kQ== X-Gm-Message-State: AOAM5320FRq6wXPon32V+lWzgKaT7DnNFqatIuhNmZVimdQbo6j17f6s bhErSAUOSYEwwCA+Ob6gSVH8/gtgbH/yENHfun4= X-Google-SMTP-Source: ABdhPJyUuRR2JASm9rM+iDI/EJHiPUVFCYIzsj08sl4PNCO6vnDH/yKoQwMkaznQbMlpCbPaF17KV/fGRHROAy0+UuA= X-Received: by 2002:a25:cc82:: with SMTP id l124mr17659712ybf.448.1601904362147; Mon, 05 Oct 2020 06:26:02 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailing-List: archive/latest/22488 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CADVatmMN7d++_mBJL30ikcs_kHeQvk_690Mcpvbuwg-QU+ip+g@mail.gmail.com Approved: robomod@news.nic.it Lines: 24 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Java X-Original-Date: Mon, 5 Oct 2020 14:25:25 +0100 X-Original-Message-ID: X-Original-References: <8267901c242d0f3c83878e762b2b8d13@apache.org> Xref: csiph.com linux.debian.maint.java:11876 On Mon, Oct 5, 2020 at 11:17 AM Emmanuel Bourg wrote: > > Le 04.10.2020 23:02, Sudip Mukherjee a =C3=A9crit : > > > > I have modified d/rules and added the version in 'dh_gencontrol' and > > you can see it in sudip/jni branch. It now builds > > libequinox-executable-jni_3.8.900+eclipse4.17-2_amd64.deb package. Not > > sure if there is some simple way to extract the version from > > feature.xml file and use. > > Yes there is, we can use xmlstartlet: > > xmlstarlet sel -t -v '//feature/@version' > features/org.eclipse.equinox.executable.feature/feature.xml > > I've pushed the modification to the sudip/jni branch with a few other > changes. Thanks a lot. --=20 Regards Sudip