On 08/01/2012 08:51 AM, Wido den Hollander wrote:
> On 07/19/2012 07:33 PM, Wido den Hollander wrote:
>> Signed-off-by: Wido den Hollander <wido(a)widodh.nl>
>> ---
>> build.xml | 19 +++++++++++++++++++
>> debian/control.in | 9 +++++++++
>> 2 files changed, 28 insertions(+)
>> create mode 100644 debian/control.in
>>
>> +++ b/debian/control.in
>> @@ -0,0 +1,9 @@
>> +Homepage:
http://libvirt.org/java.html
>> +Maintainer: Wido den Hollander <wido(a)widodh.nl>
>> +Section: java
>> +Priority: optional
>> +Version: @version@
>> +Package: libvirt-java
>> +Architecture: all
>> +Depends: libjna-java (>= 3.2.4), libvirt0 (>= 0.9.8)
>> +Description: These Java bindings expose the C API in a Java friendly way
>>
>
> Did somebody get a chance yet to take a look at this patch?
I personally have never built a debian package, so I have no basis from
which to review it. But if no one else comments by Friday (2 more days
for a review), then ping me: I don't mind applying it as-is, since it
doesn't affect the actual bindings so much as the packaging, and I
assume you have tested it.
Ping?
This patch doesn't change anything to the bindings itself, it's just a
packaging matter.
This way Ubuntu and Debian users can install the bindings through their
package manager, one less loose JA on your system.
Wido