Re: Invite to Debian Android Tools BoF

2021-08-27 Thread Roger Shimizu
tions for the BoF. [2] > > Please reply to this thread to those who will be joining us, I'll send you > the link to jitsi room. Also, you can always find me and cdesai on the > #debian-android-tools channel, and get a link from there! o/ Thanks for the work, and please kindly drop m

Re: Ask for help on new pkg xperia-flashtool on classpath

2020-12-09 Thread Roger Shimizu
Dear Thorsten, Thanks for your kind hint and help! Problem resolved, and I just uploaded the -2 version. On Tue, Dec 8, 2020 at 2:32 AM Thorsten Glaser wrote: > > On Tue, 8 Dec 2020, Roger Shimizu wrote: > > > So my next question is, how to figure out all the classpath, since &

Re: Ask for help on new pkg xperia-flashtool on classpath

2020-12-07 Thread Roger Shimizu
On Tue, Dec 8, 2020 at 2:01 AM Thorsten Glaser wrote: > > On Tue, 8 Dec 2020, Roger Shimizu wrote: > > > However the pkg still cannot be used due to classpath issue, I guess. > > After installing xperia-flashtool, and run java command, it report error: > > > >

Ask for help on new pkg xperia-flashtool on classpath

2020-12-07 Thread Roger Shimizu
runtime, or both. Could anyone kindly help me out? The git repo locates at: - https://salsa.debian.org/java-team/xperia-flashtool Thanks in advance! Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Re: Java packages and autopkgtest

2020-12-07 Thread Roger Shimizu
On Sun, Dec 6, 2020 at 4:39 AM Thorsten Glaser wrote: > > On Sun, 6 Dec 2020, Roger Shimizu wrote: > > > Yes, so my script doesn't include "dh_auto_build". > > But that’s not the only thing that builds. “mvn test” builds first. now understood the point you

Re: Java packages and autopkgtest

2020-12-05 Thread Roger Shimizu
On Sun, Dec 6, 2020 at 3:45 AM Thorsten Glaser wrote: > > On Sun, 6 Dec 2020, Roger Shimizu wrote: > > > I think dh_auto_configure prepares the environment, and real test is > > performed by dh_auto_test. > > I think so, you think so, ok, let’s check. > >

Re: Java packages and autopkgtest

2020-12-05 Thread Roger Shimizu
On Sun, Dec 6, 2020 at 3:03 AM Thorsten Glaser wrote: > > On Sun, 6 Dec 2020, Roger Shimizu wrote: > > > I find java packages with maven-debian-helper can be tested by: > > > > > > Test-Command: dh_auto_configure; dh_auto_test >

Re: Java packages and autopkgtest

2020-12-05 Thread Roger Shimizu
a.debian.org/java-team/apk-parser/-/blob/debian/sid/debian/tests/control [2] http://debomatic-amd64.debian.net/distribution#experimental/apk-parser/2.6.10+ds-3~exp1/autopkgtest Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

Re: Packaging issue on gradle's library dependency

2015-12-21 Thread Roger Shimizu
On Sun, Dec 20, 2015 at 2:28 AM, 殷啟聰 wrote: > I haven't dug too much about your package, but I think you are right > about Proguard missing the POM files. Currently "proguard" does not > generate maven-repo data which are POMs stored in > /usr/share/maven-repo. It will be great to submit a wishlis

Packaging issue on gradle's library dependency

2015-12-19 Thread Roger Shimizu
Dear Java Team, I'm in the progress of packaging a java program, smali. [0] I met some problems, usually these should go to mentors list for help. But it's quite java related, so here it is. I cloned original repo from github, added the debian/ folder, and used it's original gradle configuration