[pkg-java] r15120 - in tags/maven-shade-plugin: . 1.2.1-4/debian
Torsten Werner
twerner at alioth.debian.org
Thu Sep 29 19:16:35 UTC 2011
Author: twerner
Date: 2011-09-29 19:16:35 +0000 (Thu, 29 Sep 2011)
New Revision: 15120
Added:
tags/maven-shade-plugin/1.2.1-4/
tags/maven-shade-plugin/1.2.1-4/debian/changelog
tags/maven-shade-plugin/1.2.1-4/debian/control
Removed:
tags/maven-shade-plugin/1.2.1-4/debian/changelog
tags/maven-shade-plugin/1.2.1-4/debian/control
Log:
[svn-buildpackage] Tagging maven-shade-plugin 1.2.1-4
Deleted: tags/maven-shade-plugin/1.2.1-4/debian/changelog
===================================================================
--- trunk/maven-shade-plugin/debian/changelog 2011-09-29 18:49:03 UTC (rev 15118)
+++ tags/maven-shade-plugin/1.2.1-4/debian/changelog 2011-09-29 19:16:35 UTC (rev 15120)
@@ -1,23 +0,0 @@
-maven-shade-plugin (1.2.1-3) unstable; urgency=low
-
- * Team upload.
- * Switch to source format 3.0.
- * Switch to debhelper level 7.
- * Update Standards-Version: 3.9.1.
- * Use Maven for building but ignore test errors.
- * Add a documentation package.
-
- -- Torsten Werner <twerner at debian.org> Wed, 24 Aug 2011 22:38:29 +0200
-
-maven-shade-plugin (1.2.1-2) unstable; urgency=low
-
- * Upload with cleaned orig tarball.
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Sat, 15 Aug 2009 14:43:56 +0100
-
-maven-shade-plugin (1.2.1-1) unstable; urgency=low
-
- * Initial release. (Closes: #535015)
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Fri, 15 May 2009 19:27:41 +0100
-
Copied: tags/maven-shade-plugin/1.2.1-4/debian/changelog (from rev 15119, trunk/maven-shade-plugin/debian/changelog)
===================================================================
--- tags/maven-shade-plugin/1.2.1-4/debian/changelog (rev 0)
+++ tags/maven-shade-plugin/1.2.1-4/debian/changelog 2011-09-29 19:16:35 UTC (rev 15120)
@@ -0,0 +1,31 @@
+maven-shade-plugin (1.2.1-4) unstable; urgency=low
+
+ * Team upload.
+ * Add missing Build-Depends-Indep: libmaven-plugin-tools-java. (Closes:
+ #643552)
+
+ -- Torsten Werner <twerner at debian.org> Thu, 29 Sep 2011 21:10:32 +0200
+
+maven-shade-plugin (1.2.1-3) unstable; urgency=low
+
+ * Team upload.
+ * Switch to source format 3.0.
+ * Switch to debhelper level 7.
+ * Update Standards-Version: 3.9.1.
+ * Use Maven for building but ignore test errors.
+ * Add a documentation package.
+
+ -- Torsten Werner <twerner at debian.org> Wed, 24 Aug 2011 22:38:29 +0200
+
+maven-shade-plugin (1.2.1-2) unstable; urgency=low
+
+ * Upload with cleaned orig tarball.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Sat, 15 Aug 2009 14:43:56 +0100
+
+maven-shade-plugin (1.2.1-1) unstable; urgency=low
+
+ * Initial release. (Closes: #535015)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Fri, 15 May 2009 19:27:41 +0100
+
Deleted: tags/maven-shade-plugin/1.2.1-4/debian/control
===================================================================
--- trunk/maven-shade-plugin/debian/control 2011-09-29 18:49:03 UTC (rev 15118)
+++ tags/maven-shade-plugin/1.2.1-4/debian/control 2011-09-29 19:16:35 UTC (rev 15120)
@@ -1,62 +0,0 @@
-Source: maven-shade-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>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4)
-Build-Depends-Indep: libplexus-maven-plugin-java, libasm3-java, libjdom1-java (>= 1.0), libmaven-dependency-tree-java,
- libmaven2-core-java, libplexus-container-default-java, libplexus-utils-java,
- junit, default-jdk-doc, libjdom1-java-doc, libmaven2-core-java-doc, libplexus-container-default-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-shade-plugin
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-shade-plugin/
-Homepage: http://maven.apache.org/plugins/maven-shade-plugin/
-
-Package: libmaven-shade-plugin-java
-Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Recommends: ${maven:OptionalDepends}
-Suggests: libmaven-shade-plugin-java-doc
-Description: Maven shade 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 shade plugin which is used to build an Uber-JAR
- from the current project, including dependencies.
-
-Package: libmaven-shade-plugin-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libmaven-shade-plugin-java
-Description: Documentation for Maven shade 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-shade-plugin-java.
Copied: tags/maven-shade-plugin/1.2.1-4/debian/control (from rev 15119, trunk/maven-shade-plugin/debian/control)
===================================================================
--- tags/maven-shade-plugin/1.2.1-4/debian/control (rev 0)
+++ tags/maven-shade-plugin/1.2.1-4/debian/control 2011-09-29 19:16:35 UTC (rev 15120)
@@ -0,0 +1,62 @@
+Source: maven-shade-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>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4)
+Build-Depends-Indep: libplexus-maven-plugin-java, libasm3-java, libjdom1-java (>= 1.0), libmaven-dependency-tree-java,
+ libmaven2-core-java, libplexus-container-default-java, libplexus-utils-java,
+ junit, default-jdk-doc, libjdom1-java-doc, libmaven2-core-java-doc, libplexus-container-default-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-shade-plugin
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-shade-plugin/
+Homepage: http://maven.apache.org/plugins/maven-shade-plugin/
+
+Package: libmaven-shade-plugin-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libmaven-shade-plugin-java-doc
+Description: Maven shade 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 shade plugin which is used to build an Uber-JAR
+ from the current project, including dependencies.
+
+Package: libmaven-shade-plugin-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libmaven-shade-plugin-java
+Description: Documentation for Maven shade 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-shade-plugin-java.
More information about the pkg-java-commits
mailing list