[pkg-java] r9644 - trunk/maven-site-plugin/debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Wed Aug 5 12:25:31 UTC 2009
Author: ludovicc-guest
Date: 2009-08-05 12:25:31 +0000 (Wed, 05 Aug 2009)
New Revision: 9644
Modified:
trunk/maven-site-plugin/debian/changelog
trunk/maven-site-plugin/debian/control
trunk/maven-site-plugin/debian/rules
Log:
Change the dependency from libjetty-java to
libjetty6-java to reflect the change of name for
the packaging of Jetty 6.
Modified: trunk/maven-site-plugin/debian/changelog
===================================================================
--- trunk/maven-site-plugin/debian/changelog 2009-08-05 11:01:54 UTC (rev 9643)
+++ trunk/maven-site-plugin/debian/changelog 2009-08-05 12:25:31 UTC (rev 9644)
@@ -1,3 +1,11 @@
+maven-site-plugin (2.0-2) experimental; urgency=low
+
+ * Change the dependency from libjetty-java to
+ libjetty6-java to reflect the change of name for
+ the packaging of Jetty 6.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 05 Aug 2009 13:16:32 +0100
+
maven-site-plugin (2.0-1) experimental; urgency=low
* New upstream version, add myself to Uploaders
Modified: trunk/maven-site-plugin/debian/control
===================================================================
--- trunk/maven-site-plugin/debian/control 2009-08-05 11:01:54 UTC (rev 9643)
+++ trunk/maven-site-plugin/debian/control 2009-08-05 12:25:31 UTC (rev 9644)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 6), cdbs, openjdk-6-jdk, quilt, maven-ant-helper (>> 4), ant-optional
Build-Depends-Indep: maven-repo-helper,
junit, libmaven-plugin-tools-java, libplexus-velocity-java, velocity,
- libmaven-doxia-tools-java, libjetty-java
+ libmaven-doxia-tools-java, libjetty6-java
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-site-plugin
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-site-plugin/
@@ -15,7 +15,7 @@
Package: libmaven-site-plugin-java
Architecture: all
Depends: ${misc:Depends}, libmaven-doxia-tools-java
-Suggests: libjetty-java
+Suggests: libjetty6-java
Description: Maven Site Plugin for generating a site
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,
Modified: trunk/maven-site-plugin/debian/rules
===================================================================
--- trunk/maven-site-plugin/debian/rules 2009-08-05 11:01:54 UTC (rev 9643)
+++ trunk/maven-site-plugin/debian/rules 2009-08-05 12:25:31 UTC (rev 9644)
@@ -10,7 +10,7 @@
DEB_JARS := ant-nodeps maven-core maven-model maven-plugin-api maven-project maven-artifact maven-artifact-manager \
maven-settings maven-reporting-api maven-doxia-tools doxia-core doxia-logging-api doxia-sink-api doxia-module-xhtml \
doxia-decoration-model doxia-site-renderer wagon-provider-api plexus-archiver plexus-container-default-alpha \
- plexus-i18n plexus-utils jetty jetty-util jetty-util5 commons-lang servlet-api-2.5 \
+ plexus-i18n plexus-utils jetty6 jetty6-util jetty6-util5 commons-lang servlet-api-2.5 \
classworlds
DEB_ANT_BUILD_TARGET := package #javadoc
DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml
More information about the pkg-java-commits
mailing list