[pkg-java] r14407 - in tags/maven-docck-plugin: . 1.0-4/debian

Torsten Werner twerner at alioth.debian.org
Mon Aug 22 20:18:46 UTC 2011


Author: twerner
Date: 2011-08-22 20:18:46 +0000 (Mon, 22 Aug 2011)
New Revision: 14407

Added:
   tags/maven-docck-plugin/1.0-4/
   tags/maven-docck-plugin/1.0-4/debian/changelog
   tags/maven-docck-plugin/1.0-4/debian/control
   tags/maven-docck-plugin/1.0-4/debian/maven.properties
   tags/maven-docck-plugin/1.0-4/debian/source/
Removed:
   tags/maven-docck-plugin/1.0-4/debian/changelog
   tags/maven-docck-plugin/1.0-4/debian/control
   tags/maven-docck-plugin/1.0-4/debian/maven.properties
Log:
[svn-buildpackage] Tagging maven-docck-plugin 1.0-4

Deleted: tags/maven-docck-plugin/1.0-4/debian/changelog
===================================================================
--- trunk/maven-docck-plugin/debian/changelog	2011-08-22 20:04:57 UTC (rev 14405)
+++ tags/maven-docck-plugin/1.0-4/debian/changelog	2011-08-22 20:18:46 UTC (rev 14407)
@@ -1,19 +0,0 @@
-maven-docck-plugin (1.0-3) unstable; urgency=low
-
-  * Reintroduce commons-httpclient in debian/maven.rules (Closes: #552455).
-
- -- Michael Koch <konqueror at gmx.de>  Mon, 26 Oct 2009 14:12:34 +0100
-
-maven-docck-plugin (1.0-2) unstable; urgency=low
-
-  * Remove commons-httpclient mapping from debian/maven.rules.
-  * Added myself to Uploaders.
-  * Updated Standard-Version to 3.8.3.
-
- -- Michael Koch <konqueror at gmx.de>  Mon, 05 Oct 2009 12:40:58 +0200
-
-maven-docck-plugin (1.0-1) unstable; urgency=low
-
-  * Initial release (Closes: #540048)
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Sun, 26 Jul 2009 12:29:36 +0100

Copied: tags/maven-docck-plugin/1.0-4/debian/changelog (from rev 14406, trunk/maven-docck-plugin/debian/changelog)
===================================================================
--- tags/maven-docck-plugin/1.0-4/debian/changelog	                        (rev 0)
+++ tags/maven-docck-plugin/1.0-4/debian/changelog	2011-08-22 20:18:46 UTC (rev 14407)
@@ -0,0 +1,28 @@
+maven-docck-plugin (1.0-4) unstable; urgency=low
+
+  * Team upload.
+  * Do not disable test but there are no tests, sorry.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 22 Aug 2011 22:14:37 +0200
+
+maven-docck-plugin (1.0-3) unstable; urgency=low
+
+  * Reintroduce commons-httpclient in debian/maven.rules (Closes: #552455).
+
+ -- Michael Koch <konqueror at gmx.de>  Mon, 26 Oct 2009 14:12:34 +0100
+
+maven-docck-plugin (1.0-2) unstable; urgency=low
+
+  * Remove commons-httpclient mapping from debian/maven.rules.
+  * Added myself to Uploaders.
+  * Updated Standard-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Mon, 05 Oct 2009 12:40:58 +0200
+
+maven-docck-plugin (1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #540048)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Sun, 26 Jul 2009 12:29:36 +0100

Deleted: tags/maven-docck-plugin/1.0-4/debian/control
===================================================================
--- trunk/maven-docck-plugin/debian/control	2011-08-22 20:04:57 UTC (rev 14405)
+++ tags/maven-docck-plugin/1.0-4/debian/control	2011-08-22 20:18:46 UTC (rev 14407)
@@ -1,35 +0,0 @@
-Source: maven-docck-plugin
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper
-Build-Depends-Indep: libcommons-httpclient-java (>= 3.1-6), libcommons-logging-java, libmaven-file-management-java,  
- libmaven-plugin-tools-java, libmaven2-core-java, libplexus-utils-java 
-Standards-Version: 3.8.3
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-docck-plugin
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-docck-plugin/
-Homepage: http://maven.apache.org/plugins/maven-docck-plugin/
-
-Package: libmaven-docck-plugin-java
-Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Recommends: ${maven:OptionalDepends}
-Description: Maven Documentation Checker Plugin
- 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,
- reporting and documentation from a central piece of information.
- .
- Maven's primary goal is to allow a developer to comprehend the complete
- state of a development effort in the shortest period of time. In order to
- attain this goal there are several areas of concern that Maven attempts
- to deal with:
- .
-    * Making the build process easy
-    * Providing a uniform build system
-    * Providing quality project information
-    * Providing guidelines for best practices development
-    * Allowing transparent migration to new features
- .
- The Maven Docck plugin checks for violations of the Plugin Documentation
- Standard.

Copied: tags/maven-docck-plugin/1.0-4/debian/control (from rev 14406, trunk/maven-docck-plugin/debian/control)
===================================================================
--- tags/maven-docck-plugin/1.0-4/debian/control	                        (rev 0)
+++ tags/maven-docck-plugin/1.0-4/debian/control	2011-08-22 20:18:46 UTC (rev 14407)
@@ -0,0 +1,35 @@
+Source: maven-docck-plugin
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper
+Build-Depends-Indep: libcommons-httpclient-java (>= 3.1-6), libcommons-logging-java, libmaven-file-management-java,  
+ libmaven-plugin-tools-java, libmaven2-core-java, libplexus-utils-java 
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-docck-plugin
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-docck-plugin/
+Homepage: http://maven.apache.org/plugins/maven-docck-plugin/
+
+Package: libmaven-docck-plugin-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Description: Maven Documentation Checker Plugin
+ 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,
+ reporting and documentation from a central piece of information.
+ .
+ Maven's primary goal is to allow a developer to comprehend the complete
+ state of a development effort in the shortest period of time. In order to
+ attain this goal there are several areas of concern that Maven attempts
+ to deal with:
+ .
+    * Making the build process easy
+    * Providing a uniform build system
+    * Providing quality project information
+    * Providing guidelines for best practices development
+    * Allowing transparent migration to new features
+ .
+ The Maven Docck plugin checks for violations of the Plugin Documentation
+ Standard.

Deleted: tags/maven-docck-plugin/1.0-4/debian/maven.properties
===================================================================
--- trunk/maven-docck-plugin/debian/maven.properties	2011-08-22 20:04:57 UTC (rev 14405)
+++ tags/maven-docck-plugin/1.0-4/debian/maven.properties	2011-08-22 20:18:46 UTC (rev 14407)
@@ -1 +0,0 @@
-maven.test.skip=true

Copied: tags/maven-docck-plugin/1.0-4/debian/maven.properties (from rev 14406, trunk/maven-docck-plugin/debian/maven.properties)
===================================================================
--- tags/maven-docck-plugin/1.0-4/debian/maven.properties	                        (rev 0)
+++ tags/maven-docck-plugin/1.0-4/debian/maven.properties	2011-08-22 20:18:46 UTC (rev 14407)
@@ -0,0 +1 @@
+#maven.test.skip=true




More information about the pkg-java-commits mailing list