[pkg-java] r11715 - trunk/maven-site-plugin/debian

Gabriele Giacone gg0-guest at alioth.debian.org
Fri Feb 26 01:17:45 UTC 2010


Author: gg0-guest
Date: 2010-02-26 01:17:44 +0000 (Fri, 26 Feb 2010)
New Revision: 11715

Removed:
   trunk/maven-site-plugin/debian/README.source
   trunk/maven-site-plugin/debian/patches/
Modified:
   trunk/maven-site-plugin/debian/changelog
   trunk/maven-site-plugin/debian/control
   trunk/maven-site-plugin/debian/rules
Log:
new upstream release 2.1

Deleted: trunk/maven-site-plugin/debian/README.source
===================================================================
--- trunk/maven-site-plugin/debian/README.source	2010-02-26 00:07:41 UTC (rev 11714)
+++ trunk/maven-site-plugin/debian/README.source	2010-02-26 01:17:44 UTC (rev 11715)
@@ -1,8 +0,0 @@
-Patch System
-============
-
-This package uses quilt to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/maven-site-plugin/debian/changelog
===================================================================
--- trunk/maven-site-plugin/debian/changelog	2010-02-26 00:07:41 UTC (rev 11714)
+++ trunk/maven-site-plugin/debian/changelog	2010-02-26 01:17:44 UTC (rev 11715)
@@ -1,17 +1,17 @@
-maven-site-plugin (2.0-3) unstable; urgency=low
+maven-site-plugin (2.1-1) unstable; urgency=low
 
   [ Michael Koch ]
-  * New upstream release.
-  * Added debian/README.source.
   * Added myself to Uploaders.
 
   [ Gabriele Giacone ]
+  * New upstream release.
   * Moved libjetty-java from Suggests to Depends as it's a maven compile
     dependency
+  * Removed doxia1.1 patch
   * 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
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Fri, 26 Feb 2010 02:08:09 +0100
 
 maven-site-plugin (2.0-2) unstable; urgency=low
 

Modified: trunk/maven-site-plugin/debian/control
===================================================================
--- trunk/maven-site-plugin/debian/control	2010-02-26 00:07:41 UTC (rev 11714)
+++ trunk/maven-site-plugin/debian/control	2010-02-26 01:17:44 UTC (rev 11715)
@@ -2,11 +2,12 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 7), 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
+Uploaders: Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>,
+ Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 7), 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
 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/

Modified: trunk/maven-site-plugin/debian/rules
===================================================================
--- trunk/maven-site-plugin/debian/rules	2010-02-26 00:07:41 UTC (rev 11714)
+++ trunk/maven-site-plugin/debian/rules	2010-02-26 01:17:44 UTC (rev 11715)
@@ -7,11 +7,13 @@
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
 VERSION              := $(DEB_UPSTREAM_VERSION)
 JAVA_HOME            := /usr/lib/jvm/java-6-openjdk
-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 \
-  classworlds
+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-module-xdoc \
+  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 classworlds
 DEB_ANT_BUILD_TARGET := package #javadoc
 DEB_ANT_BUILDFILE    := /usr/share/maven-ant-helper/maven-build.xml
 DEB_ANT_ARGS         := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dversion=$(VERSION)




More information about the pkg-java-commits mailing list