Path: csiph.com!news.mixmin.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Emmanuel Bourg Newsgroups: linux.debian.maint.java Subject: Re: Need help to upgrade libmtj-java package Date: Thu, 28 Jan 2016 22:20:02 +0100 Message-ID: References: X-Original-To: Andreas Tille , Debian Java List , Debian Med Packaging Team X-Mailbox-Line: From debian-java-request@lists.debian.org Thu Jan 28 21:15:16 2016 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.448 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -7 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=2CBjwqS5/JWjxUBRexDEb67e147xxnWMx/4YBh/lypg=; b=WqQfESieQClSZNu6Ny5jYTGEnu0ZaaAQObHprXaYlfKVhzKWkd2IIzCbElg6SfWB7Y vZjM42AvZmucGmBZruhO0S2bW/tEmM83e0CeeDIynwrgcKmR3L52+JSetSQOhLP78q54 ASfdIk4BatKPIHLSSClAeVldY9QC9oAmfSgi+8xVs2vG75/gBtgZz27tbDhuGUxbQq81 GwTFJi2VBnu/7RNHTWeNSA6uwRzPmdMVGqd0tfPnfbug/Wm+cW1Q7KgsBSrjoCZz48x1 38EqbbmF5Ptd//tAzN4gxGbAnsaH3mkEk+H97JJ3Q41YjaSvoElMnTewYuMnaDpl/ROi ea7g== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=2CBjwqS5/JWjxUBRexDEb67e147xxnWMx/4YBh/lypg=; b=RodczkPyEvloPZmFIdJJdGFXvxp1TfhxG27sZAoJn8ara4a0+g9G7OubA8uWc/UwkP N2N44SZS7X0EQFD3+TCRS03Ht84l7ov/qfdQadnARGCOC670KnYzXodNELq9kDkFTdKM YkrliHHgRtsPQa/qx29oDqNm3VtvyQVGRH2kUGu2JV+spJ5DFiInu/44Wg6h4KQY5hNb EJwCtx9D3PDu4JtrMJ2uLCOTU0UHWJ+Zw+yJePeUUBeHaDk+LeT97lsDnicgJ0r2AAWn GRzmuBJmNeNvLlRcRiMLTX1OfxbpMzPJnF70w/0gAVT1IfuD8K4ON4CITN0AXpMmNLmU /hAg== X-Gm-Message-State: AG10YOSc6qtXhQy4LKxsMFySLddn7gU//T3QFItG5xeyayBsgyTArdTHCJGY3Dt0yK//mQ== X-Received: by 10.28.230.92 with SMTP id d89mr5626362wmh.12.1454015699947; Thu, 28 Jan 2016 13:14:59 -0800 (PST) Sender: robomod@news.nic.it X-Enigmail-Draft-Status: N1110 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/19089 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/56AA84D1.5030001@apache.org Approved: robomod@news.nic.it Lines: 44 Organization: linux.* mail to news gateway X-Original-Date: Thu, 28 Jan 2016 22:14:57 +0100 X-Original-Message-ID: <56AA84D1.5030001@apache.org> X-Original-References: <20160128195547.GG2043@an3as.eu> <20160128204024.GK2043@an3as.eu> X-Original-Sender: Emmanuel Bourg Xref: csiph.com linux.debian.maint.java:8769 Le 28/01/2016 21:40, Andreas Tille a écrit : > Since these are only warnings I wonder whether these are needed at all. You can ignore them. The deploy plugin is for uploading the jars to a Maven repository, and the site plugin generates a web site with various reports. We don't use them when building Debian packages. > > There are also warnings about missing plugins: > > coveralls-maven-plugin > maven-java-formatter-plugin You can ignore them too (code coverage and code formatting). > > which we do not have in Debian (as far as I can see). Regarding further > warnings: > > [WARNING] The POM for com.github.fommil.netlib:all:pom:debian is missing, no dependency information available > perf/pom.xml depends on the 'all' module which isn't referenced in debian/libnetlib-java.poms. Just ignore the perf module. > Well, when finalising libnetlib-java I intend to add a working maven > control file. > > [WARNING] The POM for org.projectlombok:lombok:jar:debian is missing, no dependency information available > > No idea what this means and if this is really needed. liblombok-java is missing Maven artifacts in /usr/share/maven-repo > > [WARNING] The POM for com.github.fommil:java-logging:jar:debian is missing, no dependency information available > > Same here: No idea what this means and if this is really needed. Used by the perf module only, ignore it. Emmanuel Bourg