Bug#761305: RM: leiningen -- obsolete

2014-09-12 Thread Phil Hagelberg
Subject: RM: leiningen -- obsolete
Package: leiningen
Severity: important

Dear Maintainer,

As the author of Leiningen, I would like to see the current package in
Debian removed. I field support questions on IRC on a regular basis
from users who install the 1.x version in Debian, but it is too old to
be used on most modern codebases.

I know there is an effort to get Leiningen 2.x packaged, but it's
doubtful whether this will happen in time for Jessie; in either case the
existing package is not helping. There are no reverse dependencies on
Leiningen as far as I can tell.

I have tried to contact the debian-java-maintainers on IRC but haven't
gotten a response on this subject.

-- System Information:
Debian Release: 7.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


pgpN3dwigvA_U.pgp
Description: PGP signature
__
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#647632: leiningen: Could not locate clojure/contrib/java_utils__init.class or clojure/contrib/java_utils.clj on classpath:

2011-11-05 Thread Phil Hagelberg
On Fri, Nov 4, 2011 at 10:22 AM, Mathieu Malaterre
mathieu.malate...@gmail.com wrote:

 pom         Write a pom.xml file to disk for Maven interop.
 leiningen.push  Problem loading: java.io.FileNotFoundException: Could not 
 locate clojure/contrib/java_utils__init.class or 
 clojure/contrib/java_utils.clj on classpath:  (push.clj:1)

While Leiningen itself does not use Clojure Contrib, many plugins do,
and the upstream includes it. Perhaps it should be listed as a regular
dependency rather than a Recommended?

A workaround is to manually install clojure-contrib for now.

-Phil



__
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#632365: libxbean-java recommends groovy

2011-07-01 Thread Phil Hagelberg
Package: libxbean-java
Version: 3.5-4
Severity: minor


I'm working on packaging an application that needs libmaven2-core-java
and noticed that installing my package would end up installing groovy,
which is unrelated and unnecessary. I traced it to libxbean-java,
which recommends groovy even though it seems unrelated.

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

libxbean-java depends on no packages.

Versions of packages libxbean-java recommends:
pn  groovynone (no description available)
pn  libasm2-java  none (no description available)
ii  libasm3-java  3.2-3  Java bytecode manipulation framewo
ii  libcommons-logging-java   1.1.1-8commmon wrapper interface for seve
pn  liblog4j1.2-java  none (no description available)

libxbean-java suggests no packages.



__
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#632372: javahelper doesn't depend on a package that provides /usr/bin/jar

2011-07-01 Thread Phil Hagelberg
Package: javahelper
Version: 0.32
Severity: normal


I had to manually install fastjar before I could build debian packages
with javahelper; I believe this dependency should be declared.

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages javahelper depends on:
ii  bsdmainutils8.0.13   collection of more utilities from 
ii  dctrl-tools 2.14.5   Command-line tools to process Debi
ii  debhelper   8.0.0helper programs for debian/rules
ii  devscripts  2.10.69+squeeze1 scripts to make the life of a Debi
ii  dpkg-dev1.15.8.11Debian package development tools
ii  fastjar 2:0.98-3 Jar creation utility
ii  libarchive-zip-perl 1.30-3   Perl module for manipulation of ZI

javahelper recommends no packages.

Versions of packages javahelper suggests:
pn  cvs   none (no description available)
pn  gawk  none (no description available)
pn  tofrodos  none (no description available)

-- no debconf information



__
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#631991: libmaven-ant-tasks-java is missing all its dependencies.

2011-06-28 Thread Phil Hagelberg
Package: libmaven-ant-tasks-java
Version: 2.0.10-1
Severity: important


According to
http://search.maven.org/remotecontent?filepath=org/apache/maven/maven-ant-tasks/2.0.10/maven-ant-tasks-2.0.10.pom
the maven-ant-tasks library depends upon a number of libraries
including classworlds, ant, plexus, and an assortment of maven
libraries. However, the Debian package declares no dependencies
whatsoever.

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information



__
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.