Re: RFS: gradle/3.1-1

2016-11-04 Thread 殷啟聰
Hi Emmanuel,

Gradle itself is also one of the reverse-build-dependencies, so of
course I checked and it worked.

This is strange, even if gradle-debian-helper FTBFS with Gradle 3.1,
it still works fine with Gradle 3.1 on all packages that I checked,
including libspring-java. I am putting the transitional code in [1].

I also basically fixed bnd's FTBFS, you can see it in [2]. But it
still FTBFS because of the missing source tree of
`biz.aQute.bnd.annotation/src`. I have no idea why the maintainers
excluded it from the upstream tarball. If it's not a mistake,
bypassing this error seems easy to achieve.

I also noticed libnative-platform-jni FTBFS on architectures other
than amd64 and i386. Let me fix it first.

Cheers,
Kai-Chung Yan

[1]: 
https://github.com/seamlik/gradle-debian-helper/commit/bfb2fa20ee2294c834aa2a55186d8c989eefc6b0
[2]: 
https://gitlab.com/seamlik/debianpkg_bnd/commit/b1cbb5f8b74f82fa0875e1e057768a65c2ee75e1

2016-11-03 20:39 GMT+08:00 Emmanuel Bourg :
> Le 3/11/2016 à 13:01, 殷啟聰 a écrit :
>
>> I have prepared an update for gradle.
>
> Awesome! Thanks a lot. Did you check if you can still build gradle with
> the new version? Also it would be interesting the see if the modified
> gradle-debian-helper is still able to build a complex package such as
> libspring-java.
>
> Emmanuel Bourg
>



Re: RFS: gradle/3.1-1

2016-11-04 Thread Emmanuel Bourg
Le 4/11/2016 à 16:00, 殷啟聰 a écrit :

> Gradle itself is also one of the reverse-build-dependencies, so of
> course I checked and it worked.

Great, thanks for confirming.


> This is strange, even if gradle-debian-helper FTBFS with Gradle 3.1,
> it still works fine with Gradle 3.1 on all packages that I checked,
> including libspring-java. I am putting the transitional code in [1].

That's weird indeed, I would expect a NoClassDefFoundError at runtime.
I'd like to double check that before you upload Gradle 3.1.

Emmanuel Bourg