[pkg-java] r11692 - in trunk/maven-site-plugin/debian: . source
Gabriele Giacone
gg0-guest at alioth.debian.org
Wed Feb 24 02:07:45 UTC 2010
Author: gg0-guest
Date: 2010-02-24 02:07:41 +0000 (Wed, 24 Feb 2010)
New Revision: 11692
Added:
trunk/maven-site-plugin/debian/source/
trunk/maven-site-plugin/debian/source/format
Modified:
trunk/maven-site-plugin/debian/changelog
trunk/maven-site-plugin/debian/control
Log:
libjetty-java from Suggests to Depends
Modified: trunk/maven-site-plugin/debian/changelog
===================================================================
--- trunk/maven-site-plugin/debian/changelog 2010-02-24 01:55:50 UTC (rev 11691)
+++ trunk/maven-site-plugin/debian/changelog 2010-02-24 02:07:41 UTC (rev 11692)
@@ -1,12 +1,18 @@
-maven-site-plugin (2.0.1-1) UNRELEASED; urgency=low
+maven-site-plugin (2.0-3) unstable; urgency=low
+ [ Michael Koch ]
* New upstream release.
* Added debian/README.source.
* Added myself to Uploaders.
- * Updated Standards-Version to 3.8.3.
- -- Michael Koch <konqueror at gmx.de> Wed, 04 Nov 2009 16:10:25 +0100
+ [ Gabriele Giacone ]
+ * Moved libjetty-java from Suggests to Depends as it's a maven compile
+ dependency
+ * Updated Standards-Version to 3.8.4.
+ * Source format 3.0 (quilt)
+ -- Gabriele Giacone <1o5g4r8o at gmail.com> Wed, 24 Feb 2010 03:01:42 +0100
+
maven-site-plugin (2.0-2) unstable; urgency=low
* Upload to unstable.
Modified: trunk/maven-site-plugin/debian/control
===================================================================
--- trunk/maven-site-plugin/debian/control 2010-02-24 01:55:50 UTC (rev 11691)
+++ trunk/maven-site-plugin/debian/control 2010-02-24 02:07:41 UTC (rev 11692)
@@ -7,15 +7,14 @@
Build-Depends-Indep: maven-repo-helper,
junit, libmaven-plugin-tools-java, libplexus-velocity-java, velocity,
libmaven-doxia-tools-java, libjetty-java
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
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/
Homepage: http://maven.apache.org/plugins/maven-site-plugin/
Package: libmaven-site-plugin-java
Architecture: all
-Depends: ${misc:Depends}, libmaven-doxia-tools-java
-Suggests: libjetty6-java
+Depends: ${misc:Depends}, libmaven-doxia-tools-java, libjetty-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,
Added: trunk/maven-site-plugin/debian/source/format
===================================================================
--- trunk/maven-site-plugin/debian/source/format (rev 0)
+++ trunk/maven-site-plugin/debian/source/format 2010-02-24 02:07:41 UTC (rev 11692)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list