[pkg-java] r7678 - trunk/maven-site-plugin/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Mon Dec 15 22:36:54 UTC 2008
Author: twerner
Date: 2008-12-15 22:36:54 +0000 (Mon, 15 Dec 2008)
New Revision: 7678
Added:
trunk/maven-site-plugin/debian/maven.properties
Modified:
trunk/maven-site-plugin/debian/
trunk/maven-site-plugin/debian/changelog
trunk/maven-site-plugin/debian/control
trunk/maven-site-plugin/debian/copyright
Log:
final fixes
Property changes on: trunk/maven-site-plugin/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Modified: trunk/maven-site-plugin/debian/changelog
===================================================================
--- trunk/maven-site-plugin/debian/changelog 2008-12-15 22:15:49 UTC (rev 7677)
+++ trunk/maven-site-plugin/debian/changelog 2008-12-15 22:36:54 UTC (rev 7678)
@@ -1,6 +1,6 @@
maven-site-plugin (2.0~beta7-1) unstable; urgency=low
UNRELEASED
- * Initial release. (Closes: #)
+ * Initial release. (Closes: #508848)
-- Torsten Werner <twerner at debian.org> Mon, 15 Dec 2008 23:08:42 +0100
Modified: trunk/maven-site-plugin/debian/control
===================================================================
--- trunk/maven-site-plugin/debian/control 2008-12-15 22:15:49 UTC (rev 7677)
+++ trunk/maven-site-plugin/debian/control 2008-12-15 22:36:54 UTC (rev 7678)
@@ -3,7 +3,8 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, openjdk-6-jdk, quilt, maven-debian-helper
+Build-Depends: debhelper (>= 5), cdbs, openjdk-6-jdk, quilt, maven-debian-helper,
+ libsurefire-java, libmaven-doxia-tools-java, libtomcat5.5-java
Standards-Version: 3.8.0
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/
@@ -11,7 +12,8 @@
Package: libmaven-site-plugin-java
Architecture: all
-Depends: ${misc:Depends}, default-java | java2-runtime
+Depends: ${misc:Depends}, default-java | java2-runtime, libmaven-doxia-tools-java,
+ libtomcat5.5-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/copyright
===================================================================
--- trunk/maven-site-plugin/debian/copyright 2008-12-15 22:15:49 UTC (rev 7677)
+++ trunk/maven-site-plugin/debian/copyright 2008-12-15 22:36:54 UTC (rev 7678)
@@ -5,10 +5,9 @@
systems, the complete text of the GNU General Public License can be
found in '/usr/share/common-licenses/GPL'.
-The package was downloaded from <http://maven.apache.org/plugins/maven-site-plugin/>.
+The package was downloaded from
+<http://maven.apache.org/plugins/maven-site-plugin/>.
-FIXME
-
Copyright: 2005-2008 The Apache Software Foundation.
License:
Added: trunk/maven-site-plugin/debian/maven.properties
===================================================================
--- trunk/maven-site-plugin/debian/maven.properties (rev 0)
+++ trunk/maven-site-plugin/debian/maven.properties 2008-12-15 22:36:54 UTC (rev 7678)
@@ -0,0 +1 @@
+maven.test.skip = true
More information about the pkg-java-commits
mailing list