[pkg-java] r15099 - in tags/maven-install-plugin: . 2.3-4/debian

Torsten Werner twerner at alioth.debian.org
Wed Sep 28 20:43:41 UTC 2011


Author: twerner
Date: 2011-09-28 20:43:41 +0000 (Wed, 28 Sep 2011)
New Revision: 15099

Added:
   tags/maven-install-plugin/2.3-4/
   tags/maven-install-plugin/2.3-4/debian/changelog
   tags/maven-install-plugin/2.3-4/debian/control
Removed:
   tags/maven-install-plugin/2.3-4/debian/changelog
   tags/maven-install-plugin/2.3-4/debian/control
Log:
[svn-buildpackage] Tagging maven-install-plugin 2.3-4

Deleted: tags/maven-install-plugin/2.3-4/debian/changelog
===================================================================
--- trunk/maven-install-plugin/debian/changelog	2011-09-28 20:33:18 UTC (rev 15097)
+++ tags/maven-install-plugin/2.3-4/debian/changelog	2011-09-28 20:43:41 UTC (rev 15099)
@@ -1,28 +0,0 @@
-maven-install-plugin (2.3-3) unstable; urgency=low
-
-  * Switch to source format 3.0.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.1.
-  * Use Maven to build the package but ignore test failures.
-  * Add a documentation package.
-
- -- Torsten Werner <twerner at debian.org>  Tue, 23 Aug 2011 10:45:21 +0200
-
-maven-install-plugin (2.3-2) unstable; urgency=low
-
-  [ Torsten Werner ]
-  * Add myself to Uploaders.
-  * Upload with cleaned orig tarball.
-  * Fix Name in debian/copyright.
-
-  [ Ludovic Claude ]
-  * Clean orig tarball from jar files.
-
- -- Torsten Werner <twerner at debian.org>  Sat, 15 Aug 2009 00:25:54 +0200
-
-maven-install-plugin (2.3-1) unstable; urgency=low
-
-  * Initial release. (Closes: #535011)
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Sat, 16 May 2009 21:57:41 +0100
-

Copied: tags/maven-install-plugin/2.3-4/debian/changelog (from rev 15098, trunk/maven-install-plugin/debian/changelog)
===================================================================
--- tags/maven-install-plugin/2.3-4/debian/changelog	                        (rev 0)
+++ tags/maven-install-plugin/2.3-4/debian/changelog	2011-09-28 20:43:41 UTC (rev 15099)
@@ -0,0 +1,35 @@
+maven-install-plugin (2.3-4) unstable; urgency=low
+
+  * Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
+    (Closes: #643546)
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 28 Sep 2011 22:37:12 +0200
+
+maven-install-plugin (2.3-3) unstable; urgency=low
+
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Use Maven to build the package but ignore test failures.
+  * Add a documentation package.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 23 Aug 2011 10:45:21 +0200
+
+maven-install-plugin (2.3-2) unstable; urgency=low
+
+  [ Torsten Werner ]
+  * Add myself to Uploaders.
+  * Upload with cleaned orig tarball.
+  * Fix Name in debian/copyright.
+
+  [ Ludovic Claude ]
+  * Clean orig tarball from jar files.
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 15 Aug 2009 00:25:54 +0200
+
+maven-install-plugin (2.3-1) unstable; urgency=low
+
+  * Initial release. (Closes: #535011)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Sat, 16 May 2009 21:57:41 +0100
+

Deleted: tags/maven-install-plugin/2.3-4/debian/control
===================================================================
--- trunk/maven-install-plugin/debian/control	2011-09-28 20:33:18 UTC (rev 15097)
+++ tags/maven-install-plugin/2.3-4/debian/control	2011-09-28 20:43:41 UTC (rev 15099)
@@ -1,61 +0,0 @@
-Source: maven-install-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>,
- Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4)
-Build-Depends-Indep: libmaven2-core-java, libplexus-digest-java, libplexus-utils-java, libmaven-plugin-testing-java,  
- default-jdk-doc, libmaven2-core-java-doc, libplexus-utils-java-doc, libmaven-javadoc-plugin-java
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-install-plugin
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-install-plugin/
-Homepage: http://maven.apache.org/plugins/maven-install-plugin/
-
-Package: libmaven-install-plugin-java
-Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Recommends: ${maven:OptionalDepends}
-Suggests: libmaven-install-plugin-java-doc
-Description: Maven install 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
- .
- This package ships the maven install plugin which is used to install the 
- built artifact into the local repository.
-
-Package: libmaven-install-plugin-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libmaven-install-plugin-java
-Description: Documentation for Maven Install 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
- .
- This package contains the API documentation of libmaven-install-plugin-java.

Copied: tags/maven-install-plugin/2.3-4/debian/control (from rev 15098, trunk/maven-install-plugin/debian/control)
===================================================================
--- tags/maven-install-plugin/2.3-4/debian/control	                        (rev 0)
+++ tags/maven-install-plugin/2.3-4/debian/control	2011-09-28 20:43:41 UTC (rev 15099)
@@ -0,0 +1,63 @@
+Source: maven-install-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>,
+ Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4)
+Build-Depends-Indep: libmaven2-core-java, libplexus-digest-java,
+ libplexus-utils-java, libmaven-plugin-testing-java, default-jdk-doc,
+ libmaven2-core-java-doc, libplexus-utils-java-doc,
+ libmaven-javadoc-plugin-java, libmaven-plugin-tools-java
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-install-plugin
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-install-plugin/
+Homepage: http://maven.apache.org/plugins/maven-install-plugin/
+
+Package: libmaven-install-plugin-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libmaven-install-plugin-java-doc
+Description: Maven install 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
+ .
+ This package ships the maven install plugin which is used to install the 
+ built artifact into the local repository.
+
+Package: libmaven-install-plugin-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libmaven-install-plugin-java
+Description: Documentation for Maven Install 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
+ .
+ This package contains the API documentation of libmaven-install-plugin-java.




More information about the pkg-java-commits mailing list