Processing of maven-clean-plugin_2.2-2_i386.changes

2009-01-04 Thread Archive Administrator
maven-clean-plugin_2.2-2_i386.changes uploaded successfully to localhost
along with the files:
  maven-clean-plugin_2.2-2.dsc
  maven-clean-plugin_2.2-2.diff.gz
  libmaven-clean-plugin-java_2.2-2_all.deb

Greetings,

Your Debian queue daemon

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Processing of maven-resources-plugin_2.3-2_i386.changes

2009-01-04 Thread Archive Administrator
maven-resources-plugin_2.3-2_i386.changes uploaded successfully to localhost
along with the files:
  maven-resources-plugin_2.3-2.dsc
  maven-resources-plugin_2.3-2.diff.gz
  libmaven-resources-plugin-java_2.3-2_all.deb

Greetings,

Your Debian queue daemon

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Processing of maven-archiver_2.3-2_i386.changes

2009-01-04 Thread Archive Administrator
maven-archiver_2.3-2_i386.changes uploaded successfully to localhost
along with the files:
  maven-archiver_2.3-2.dsc
  maven-archiver_2.3-2.diff.gz
  libmaven-archiver-java_2.3-2_all.deb

Greetings,

Your Debian queue daemon

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


maven-archiver_2.3-2_i386.changes ACCEPTED

2009-01-04 Thread Debian Installer

Accepted:
libmaven-archiver-java_2.3-2_all.deb
  to pool/main/m/maven-archiver/libmaven-archiver-java_2.3-2_all.deb
maven-archiver_2.3-2.diff.gz
  to pool/main/m/maven-archiver/maven-archiver_2.3-2.diff.gz
maven-archiver_2.3-2.dsc
  to pool/main/m/maven-archiver/maven-archiver_2.3-2.dsc


Override entries for your package:
libmaven-archiver-java_2.3-2_all.deb - optional libdevel
maven-archiver_2.3-2.dsc - source devel

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


maven-archiver override disparity

2009-01-04 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libmaven-archiver-java_2.3-2_all.deb: package says section is devel, override 
says libdevel.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.
Please INCLUDE the list of packages as seen above, or we won't be able
to deal with your mail due to missing information.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


maven-debian-helper_0.1_i386.changes REJECTED

2009-01-04 Thread Joerg Jaspert
Hi Maintainer,

rejected, various issues.

The copyright file misses Copyright (c) 2003 Stefan Gybas
sgy...@debian.org on 2 files: cdbs/maven.mk, cdbs/maven-vars.mk

Also, this package really makes on shudder. Build-Depending on oneself
is almost always wrong and to be avoided. Please, either rewrite it to
not use things it itself ships, or if that is, for whatever reason, to
painful, cant you just use the files from itself during the package
build?

And also, 
maven-debian-helper/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
says:
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.  See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.

However no NOTICE file is in the tarball.

-- 
bye Joerg




===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#271654: Should fop now be moved out of contrib

2009-01-04 Thread Daniel Dickinson
Does fop have anything left that *requires* non-free?  I don't think it
does, in which case it could be moved to main.

Regards,

Daniel

-- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C  http://gnupg.org
The C Shore: http://www.wightman.ca/~cshore


signature.asc
Description: PGP signature
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#510828: [libjmac-java] Add a command-line launcher script for easier invocation

2009-01-04 Thread Roman Mamedov
Package: libjmac-java
Version: 1.74-2
Severity: wishlist
Tags: patch

Currently, JMAC can be invoked as a command line tool using the syntax:
$ java -jar /usr/share/java/jmac.jar command infile [outfile]

I propose adding a simple launcher script into /usr/bin/, called jmac
with the following contents:

---
#!/bin/sh

if [ -n $3 ]
then
  java -jar /usr/share/java/jmac.jar $1 $2 $3
else
  java -jar /usr/share/java/jmac.jar $1 $2
fi
---

That way, jmac could be used as a command-line tool simply by:
$ jmac command infile [outfile]

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.28-rm

Debian Release: 5.0
  500 testing apt-proxy.i4 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
java-gcj-compat| 
 OR java1-runtime  | 
 OR java2-runtime  | 




-- 
With respect,
Roman



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers