Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #8226

Re: Review of cmdreader package

Path csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Komal Sukhani <komaldsukhani@gmail.com>
Newsgroups linux.debian.maint.java
Subject Re: Review of cmdreader package
Date Tue, 04 Aug 2015 21:40:02 +0200
Message-ID <pTQe6-3ei-3@gated-at.bofh.it> (permalink)
References <pTQe6-3ei-5@gated-at.bofh.it> <pTQe6-3ei-7@gated-at.bofh.it>
X-Original-To Hans-Christoph Steiner <hans@at.or.at>
Old-Return-Path <komaldsukhani@gmail.com>
X-Amavis-Spam-Status No, score=-5.079 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=2, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02] autolearn=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=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0anaCK5DO4AKJJK4tfnikTIyBsK2/gHP6O6llbKeEgE=; b=NAqW/4eAUJMt791On/zq2hyU1hCMiyl1XcQgp1f9KXer3lbQSSvNcr0LfbohMzKqn/ sEOBFzCddztZxqU8ogEiF4dsXtZQ/U2EPyZ1vnCGvmW+D4d1zTqvMVa6CqNq9MskxcmF exRU//qrnmGped5j5m2ij2nnnPsWrJ0ewJ+GyklAJT31UlDdip4YFEC0QEwnZRJyui09 W/NviznbPSu2VR5jKbcH9sjrm7ZCJD2FqpjSIR8IdiH9gUaJq4zOMOa0qBpP5RsXEjUg 9Pm7QAVBd9b3bud7ewpR8ulnPMfS+F2RiU8dLrHaTJdqVxPIiPEhPPXDwEeWiVg82ZGX ovyA==
MIME-Version 1.0
X-Received by 10.107.31.77 with SMTP id f74mr6982722iof.8.1438716656511; Tue, 04 Aug 2015 12:30:56 -0700 (PDT)
Content-Type multipart/alternative; boundary=001a114041c83e74a4051c8153b5
X-Mailing-List <debian-java@lists.debian.org> archive/latest/18537
List-ID <debian-java.lists.debian.org>
List-URL <http://lists.debian.org/debian-java/>
Approved robomod@news.nic.it
Lines 217
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Cc Markus Koschany <apo@gambaru.de>, 殷啟聰 <seamlikok@gmail.com>, debian-java@lists.debian.org
X-Original-Date Wed, 5 Aug 2015 01:00:56 +0530
X-Original-Message-ID <CAA0p-ufH2+jQedje74Mg1Jp15asunQOkwrK+pzW6j-H_ZfzMVg@mail.gmail.com>
X-Original-References <CAA0p-ufLZyT01cBM=D1D9cyrUwLne_+cT_pEf_PXE3kc22XB3w@mail.gmail.com> <55C0B06A.4060006@at.or.at>
Xref csiph.com linux.debian.maint.java:8226

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Hans,

On Tue, Aug 4, 2015 at 6:00 PM, Hans-Christoph Steiner <hans@at.or.at>
wrote:

>
> Hey Komal,
>
> Looks good overall.  You seem to be getting much quicker at packaging :)  I
> pushed some commits to fix some minor things.  Here are some open issues:
>
> I am glad to know that you are happy with my progress.


> * its not building for me, perhaps there is a missing Build-Depends: like
> 'ivy' or something else?  Here's the error:
>
>  debian/rules build
> dh build
>    dh_testdir
>    dh_auto_configure
>    dh_auto_build
>         ant
> Buildfile: /tmp/buildd/cmdreader-1.5/build.xml
>
> config-ivy:
>
> BUILD FAILED
> /tmp/buildd/cmdreader-1.5/build.xml:66: Problem: failed to create task or
> type
> antlib:org.apache.ivy.ant:configure
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken
> place.
> No types or tasks have been defined in this namespace yet
>
> This appears to be an antlib declaration.
> Action: Check that the implementing library exists in one of:
>         -/usr/share/ant/lib
>         -/tmp/buildd/.ant/lib
>         -a directory added on the command line with the -lib argument
>
>
> Total time: 0 seconds
> dh_auto_build: ant returned exit code 1
> debian/rules:7: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> E: Failed autobuilding of package
>
>
> The build was failing due to missing ivy package. I have added ivy in
build-depends.


> * The whole debian/ directory got included into git after a build was run.
> That means that all of the build products where included as well, they
> shouldn't be.  I removed them, and added a debian/.gitignore file so that
> they
> are can't be committed to git.
>
> * add_hamcrest.patch is 0 bytes, either the contents are missing or it
> should
> be removed
>
>
I have made all above changes and have pushed those on Alioth.


> * Since this is a java package, I recommend adding it as part of the Java
> team
> (I cc'ed the list) by setting the Maintainer: field.  But you are of course
> welcome to keep yourself as the maintainer.
>
> I would love to be a Debian Maintainer. Do I need to do anything for
becoming a Maintainer?


> * I pushed a trivial commit to use the canonical, HTTPS URLs for git.
>
> .hc
>
> Komal Sukhani:
> > Hi all,
> >
> > I have packaged cmdreader
> > <https://github.com/rzwitserloot/com.zwitserloot.cmdreader>, which is
> > dependency of lombok-ast, and have
> > uploaded my code to Alioth.
> >
> > Can you please review that package?
> >
> > Now I am working on lombok which is also required by lombok-ast.
> >
> > Komal Sukhani
> >
>

Back to linux.debian.maint.java | Previous | NextNext in thread | Find similar


Thread

Re: Review of cmdreader package Komal Sukhani <komaldsukhani@gmail.com> - 2015-08-04 21:40 +0200
  Re: Review of cmdreader package Hans-Christoph Steiner <hans@at.or.at> - 2015-08-19 13:10 +0200
    Re: Review of cmdreader package Komal Sukhani <komaldsukhani@gmail.com> - 2015-08-22 10:00 +0200
      Re: Review of cmdreader package Hans-Christoph Steiner <hans@at.or.at> - 2015-08-25 15:30 +0200

csiph-web