Bug#729943: jarwrapper: pass only 48 chars of Debian-Java-Parameters

2014-03-19 Thread Dmitry Smirnov
On Wed, 19 Mar 2014 06:52:56 Niels Thykier wrote:
 Why is perl needed rather than perl-base (which is essential).  The
 patch seems to be using none of the modules from perl or perl-modules

Good point. It's just that dependencies on perl-base are so rare probably 
because ${perl:Depends} never expands as perl-base but only as perl.

I'll update dependency to perl-base. I think it should be just enough.
Thanks.

-- 
Cheers,
 Dmitry Smirnov.

---

It is impossible to imagine Goethe or Beethoven being good at billiards
or golf.
-- H. L. Mencken


signature.asc
Description: This is a digitally signed message part.
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#729943: jarwrapper: pass only 48 chars of Debian-Java-Parameters

2014-03-19 Thread Niels Thykier
On 2014-03-19 07:21, Dmitry Smirnov wrote:
 On Wed, 19 Mar 2014 06:52:56 Niels Thykier wrote:
 Why is perl needed rather than perl-base (which is essential).  The
 patch seems to be using none of the modules from perl or perl-modules
 
 Good point. It's just that dependencies on perl-base are so rare probably 
 because ${perl:Depends} never expands as perl-base but only as perl.
 
 I'll update dependency to perl-base. I think it should be just enough.
 Thanks.
 

Actually, you should probably just drop the dependency, since perl-base
is essential (and therefore causes a lintian error if you depend on it
without version).

~Niels

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#729943: jarwrapper: pass only 48 chars of Debian-Java-Parameters

2014-03-19 Thread Dmitry Smirnov
On Wed, 19 Mar 2014 07:23:24 Niels Thykier wrote:
  because  never expands as perl-base but only as perl.
 Actually, you should probably just drop the dependency, since perl-base
 is essential (and therefore causes a lintian error if you depend on it
 without version).

You're right, depends-on-essential-package-without-using-version it is.
Perhaps the best would be to Depend on ${perl:Depends}. For jarwrapper it 
expands to empty string. 

Also ${perl:Depends} is missing from javahelper's Depends where (if added) 
it expands to perl. I'll add ${perl:Depends} to Depends of javahelper as 
the latter is actually using Perl scripts.

-- 
All the best,
 Dmitry Smirnov.


signature.asc
Description: This is a digitally signed message part.
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.