[pkg-java] r7473 - trunk/plexus-containers/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Sun Nov 30 01:49:52 UTC 2008
Author: twerner
Date: 2008-11-30 01:49:52 +0000 (Sun, 30 Nov 2008)
New Revision: 7473
Modified:
trunk/plexus-containers/debian/changelog
trunk/plexus-containers/debian/control
trunk/plexus-containers/debian/rules
Log:
release
Modified: trunk/plexus-containers/debian/changelog
===================================================================
--- trunk/plexus-containers/debian/changelog 2008-11-30 01:37:10 UTC (rev 7472)
+++ trunk/plexus-containers/debian/changelog 2008-11-30 01:49:52 UTC (rev 7473)
@@ -1,6 +1,5 @@
plexus-containers (1.0~beta2-1) unstable; urgency=low
- UNRELEASED
* Initial release. (Closes: #507272)
-- Torsten Werner <twerner at debian.org> Sat, 29 Nov 2008 17:32:07 +0100
Modified: trunk/plexus-containers/debian/control
===================================================================
--- trunk/plexus-containers/debian/control 2008-11-30 01:37:10 UTC (rev 7472)
+++ trunk/plexus-containers/debian/control 2008-11-30 01:49:52 UTC (rev 7473)
@@ -4,7 +4,8 @@
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>
Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3), ant-optional, default-jdk,
- maven-ant-helper, libgoogle-collections-java
+ maven-ant-helper, libgoogle-collections-java, libplexus-classworlds-java,
+ libplexus-utils-java, libxbean-java, junit
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-containers
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-containers/
@@ -12,8 +13,9 @@
Package: libplexus-containers-java
Architecture: all
-Conflicts: libplexus-containers-default-java
-Replaces: libplexus-containers-default-java
+Conflicts: libplexus-container-default-java
+Replaces: libplexus-container-default-java
+Provides: libplexus-container-default-java
Description: utilities for the Plexus framework
The Plexus project provides a full software stack for creating and executing
software projects. Based on the Plexus container, the applications can
@@ -38,9 +40,9 @@
Package: libplexus-containers-java-doc
Architecture: all
Section: doc
-Suggests: libplexus-container-default-java
-Conflicts: libplexus-containers-default-java-doc
-Replaces: libplexus-containers-default-java-doc
+Suggests: libplexus-containers-java
+Conflicts: libplexus-container-default-java-doc
+Replaces: libplexus-container-default-java-doc
Description: API Documentation for plexus-container-default
The Plexus project provides a full software stack for creating and executing
software projects. Based on the Plexus container, the applications can
Modified: trunk/plexus-containers/debian/rules
===================================================================
--- trunk/plexus-containers/debian/rules 2008-11-30 01:37:10 UTC (rev 7472)
+++ trunk/plexus-containers/debian/rules 2008-11-30 01:49:52 UTC (rev 7473)
@@ -7,12 +7,12 @@
VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | sed "s,Version: \(.*\)-.*,\1,g")
JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := commons-cli google-collect maven2 plexus-classworlds \
- plexus-utils
+ plexus-utils xbean-reflect
DEB_ANT_BUILD_TARGET := package javadoc
DEB_ANT_BUILDFILE := debian/build.xml
DEB_ANT_ARGS := -Dversion=$(VERSION)
API_DOCS := build/api
-MODULES := component-metadata container-default
+MODULES := container-default
get-orig-source:
uscan --force-download --rename
More information about the pkg-java-commits
mailing list