Re: RFC: clojure (and a request to join pkg-java)

2009-01-05 Thread Peter Collingbourne
Hi Paul,

Thank you for your comments.

On Sat, Jan 03, 2009 at 11:00:50AM +0900, Paul Wise wrote:
 Please send the manual pages and patches upstream if appropriate and
 you have not already.

I have already sent appropriate patches upstream.

I plan to consult with upstream regarding the wrapper scripts as
they do not provide any, and among the various existing clojure
packages for other distributions there does not seem to be a common
naming/semantics convention.  If upstream decides to provide scripts
then it may be appropriate to send the manpages upstream.

 Since the copyright/licensing is slightly complex, you may want to use this:
 
 http://wiki.debian.org/Proposals/CopyrightFormat

I considered that, but decided to wait until the proposal is finalised
before implementing it.

 Instead of filing #510356, you could have just retitled #454566.
 Please retitle #454566 to an ITP, set yourself to the owner and merge
 the two bugs, docs about how are here:
 
 http://www.debian.org/Bugs/server-control

Done.

 Why the build-dep on patchutils?

This is required because I use cdbs's simple-patchsys:
http://build-common.alioth.debian.org/cdbs-doc.html#id2562016

 Do you plan to use this for another package? Or are you using clojure itself?

No, only clojure itself.

 Have you seen javahelper or debhelper 7?

I have seen them but have decided to go with cdbs as I prefer it,
it simplifies the rules file for this type of package, and there
seems to be little precedent for using javahelper or debhelper 7
for Java-related packages in the archive (4 packages use javahelper,
1 uses debhelper 7).

Thanks,
-- 
Peter


signature.asc
Description: Digital signature
___
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-debian-helper_0.1_i386.changes

2009-01-05 Thread Archive Administrator
maven-debian-helper_0.1_i386.changes uploaded successfully to localhost
along with the files:
  maven-debian-helper_0.1.dsc
  maven-debian-helper_0.1.tar.gz
  maven-debian-helper_0.1_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-debian-helper_0.1_i386.changes is NEW

2009-01-05 Thread Debian Installer
(new) maven-debian-helper_0.1.dsc optional libs
(new) maven-debian-helper_0.1.tar.gz optional libs
(new) maven-debian-helper_0.1_all.deb optional libs
Helper tools for building Debian packages with Maven
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
* Making the build process easy
* Providing a uniform build system
* Providing quality project information
* Providing guidelines for best practices development
* Allowing transparent migration to new features
 .
 This package makes it possible to use Maven for building Debian packages.
Changes: maven-debian-helper (0.1) unstable; urgency=low
 .
  * Initial release. (Closes: #508511)


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 508511 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

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


surefire_2.4.3-2_i386.changes REJECTED

2009-01-05 Thread Joerg Jaspert
Hi Maintainer,

rejected:
Many of the source files contain this:

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

only NOTICE file found is:
./surefire-api/src/main/appended-resources/META-INF/NOTICE

which says:
 This product includes software developed by the Spring Framework
 Project (http://www.springframework.org).

However, none of the copyright notices from this project are included in
this source, which is required by the spring framework's license.

Missing copyright holders:

surefire-api/src/main/java/org/apache/maven/surefire/util/NestedCheckedException.java:
* Copyright 2002-2005 the original author or authors.
 
surefire-api/src/main/java/org/apache/maven/surefire/util/NestedRuntimeException.java:
* Copyright 2002-2005 the original author or authors.

And thats where we stopped looking. :)

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


surefire_2.4.3-1_i386.changes REJECTED

2009-01-05 Thread Joerg Jaspert
pleae see -2 reject



===

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


Re: surefire_2.4.3-2_i386.changes REJECTED

2009-01-05 Thread Torsten Werner
Hi Jörg,

On Mon, Jan 5, 2009 at 10:59 PM, Joerg Jaspert ftpmas...@debian.org wrote:
 only NOTICE file found is:
 ./surefire-api/src/main/appended-resources/META-INF/NOTICE

 which says:
  This product includes software developed by the Spring Framework
  Project (http://www.springframework.org).

in most cases the NOTICE file refers to the binary distribution which
can be found at
http://repo2.maven.org/maven2/org/apache/maven/surefire/surefire-api/2.4.3/
and might bundle binary code from other projects. But I cannot find
anything from springframework in this case neither in the binaries nor
in the source code. And BTW: in Debian we do not bundle any extra
binary code.

 surefire-api/src/main/java/org/apache/maven/surefire/util/NestedCheckedException.java:
* Copyright 2002-2005 the original author or authors.
  
 surefire-api/src/main/java/org/apache/maven/surefire/util/NestedRuntimeException.java:
* Copyright 2002-2005 the original author or authors.

How should I change the package? Just add those lines to debian/copyright?


Cheers,
Torsten

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


Processing of surefire_2.4.3-1_i386.changes

2009-01-05 Thread Archive Administrator
surefire_2.4.3-1_i386.changes uploaded successfully to localhost
along with the files:
  surefire_2.4.3-1.dsc
  surefire_2.4.3.orig.tar.gz
  surefire_2.4.3-1.diff.gz
  libsurefire-java_2.4.3-1_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


surefire_2.4.3-1_i386.changes is NEW

2009-01-05 Thread Debian Installer
(new) libsurefire-java_2.4.3-1_all.deb optional libs
Surefire test framework for Java
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
* Making the build process easy
* Providing a uniform build system
* Providing quality project information
* Providing guidelines for best practices development
* Allowing transparent migration to new features
 .
 This package ships the surefire test framework and the maven-surefire-plugin.
(new) surefire_2.4.3-1.diff.gz optional libs
(new) surefire_2.4.3-1.dsc optional libs
(new) surefire_2.4.3.orig.tar.gz optional libs
Changes: surefire (2.4.3-1) unstable; urgency=low
 .
  * Initial release. (Closes: #508829)


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 508829 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

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