Re: Bug#796917: snappy1.0.3-java: dependency on libsnappy1

2015-09-02 Thread Andreas Tille
Hi Emmanuel, On Wed, Sep 02, 2015 at 12:54:57PM +0200, Emmanuel Bourg wrote: > I'm not sure snappy1.0.3-java even works. The native part isn't compiled > (the SnappyNative.h and SnappyNative.c files in > src/main/java/org/xerial/snappy). So the libsnappy1 dependency is bogus > and could be removed

Re: Bug#796917: snappy1.0.3-java: dependency on libsnappy1

2015-09-02 Thread Emmanuel Bourg
I'm not sure snappy1.0.3-java even works. The native part isn't compiled (the SnappyNative.h and SnappyNative.c files in src/main/java/org/xerial/snappy). So the libsnappy1 dependency is bogus and could be removed. I suggest removing snappy1.0.3-java and use snappy-java instead. This one is known

Re: Bug#796917: snappy1.0.3-java: dependency on libsnappy1

2015-09-02 Thread Gianfranco Costamagna
Hi Andreas, > libsnappy1 is being replaced by libsnappy1v5. > Your arch:all package has >a hardcoded dependency on the former (how does that even work?).> > >Before I simply add a hardcoded libsnappy1v5 I would like to ask for >comments whether there is some better way to solve this. Well, I'

Re: Bug#796917: snappy1.0.3-java: dependency on libsnappy1

2015-09-02 Thread Andreas Tille
Hi, I guess the current dependency was injected due to the fact that the original upstream source contained a copy if libsnappy.so and src/main/java/org/xerial/snappy/LoadSnappy.java says: * This class loads a native library of snappy-java (snappyjava.dll, * libsnappy.so, etc.) according to