[pkg-java] r3598 - in trunk/maven-ant-helper: . debian

Trygve Laugstøl trygvis at inamo.no
Wed Jun 6 06:26:41 UTC 2007


Hi Paul.

I just saw your questions on IRC:
23:07 < paulcager> modello.  One concern is the version of 
plexus-container-default - the one I packaged might be too new.
23:07 < paulcager> trygvis: Is that true (about plexus-container-default?

Yep, still correct as far as I can tell. It *should* work with the 
latest and I think it might, but until we have something that work we 
have to play it safe and 1) stick to releases and 2) use the versions 
stated in Maven's pom.xml. While the other products (like modello) also 
use the container, the target should be Maven's versions.

Once we have something that work we can start to get creative and play 
around with the different options.

A buildd for pkg-java would be awesome as it's a bit annoying having to 
build so many packages from the pkg-java svn when building stuff in my 
pbuilder. Anyone have the hardware and time to set up one?

--
Trygve

paulcager-guest at alioth.debian.org wrote:
> Author: paulcager-guest
> Date: 2007-06-05 22:14:47 +0000 (Tue, 05 Jun 2007)
> New Revision: 3598
> 
> Modified:
>    trunk/maven-ant-helper/Makefile
>    trunk/maven-ant-helper/debian/control
> Log:
> Created files with correct mode to silence lintian.
> Added (minimal) package description.
> Changed to pkg-java-maintainers
> 
> Modified: trunk/maven-ant-helper/Makefile
> ===================================================================
> --- trunk/maven-ant-helper/Makefile	2007-06-05 21:08:48 UTC (rev 3597)
> +++ trunk/maven-ant-helper/Makefile	2007-06-05 22:14:47 UTC (rev 3598)
> @@ -12,6 +12,6 @@
>  
>  install:
>  	install -d -o root -g root $(DESTDIR)/usr/share/maven-ant-helper
> -	install -o root -g root maven-build.xml $(DESTDIR)/usr/share/maven-ant-helper
> -	install -o root -g root maven-defaults.properties $(DESTDIR)/usr/share/maven-ant-helper
> -	install -o root -g root build/maven-ant-helper.jar $(DESTDIR)/usr/share/maven-ant-helper
> +	install -o root -g root -m 644 maven-build.xml $(DESTDIR)/usr/share/maven-ant-helper
> +	install -o root -g root -m 644 maven-defaults.properties $(DESTDIR)/usr/share/maven-ant-helper
> +	install -o root -g root -m 644 build/maven-ant-helper.jar $(DESTDIR)/usr/share/maven-ant-helper
> 
> Modified: trunk/maven-ant-helper/debian/control
> ===================================================================
> --- trunk/maven-ant-helper/debian/control	2007-06-05 21:08:48 UTC (rev 3597)
> +++ trunk/maven-ant-helper/debian/control	2007-06-05 22:14:47 UTC (rev 3598)
> @@ -1,12 +1,17 @@
>  Source: maven-ant-helper
>  Section: devel
>  Priority: extra
> -Maintainer: Trygve Laugstøl <trygvis at inamo.no>
> +Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
> +Uploaders: Trygve Laugstøl <trygvis at inamo.no>
>  Build-Depends: debhelper (>= 5), java-gcj-compat-dev (>=1.0.65), ant
>  Standards-Version: 3.7.2
>  
>  Package: maven-ant-helper
> -Architecture: any
> +Architecture: all
> +Section: devel
>  Depends: ${shlibs:Depends}, ${misc:Depends}
> -Description: <insert up to 60 chars description>
> - <insert long description, indented with spaces>
> +Description: helper scripts for building Maven components with ant
> + An environment that can be used to simplify the creation of Debian packages
> + to support the Maven system. A "modello" ant task is also provided.
> + .
> +  Homepage: http://svn.debian.org/wsvn/pkg-java/trunk/
> 
> 
> _______________________________________________
> pkg-java-commits mailing list
> pkg-java-commits at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits





More information about the pkg-java-maintainers mailing list