[pkg-java] r17389 - trunk/maven-compiler-plugin/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Thu Oct 31 21:31:16 UTC 2013
Author: ebourg-guest
Date: 2013-10-31 21:31:16 +0000 (Thu, 31 Oct 2013)
New Revision: 17389
Modified:
trunk/maven-compiler-plugin/debian/README.source
trunk/maven-compiler-plugin/debian/changelog
trunk/maven-compiler-plugin/debian/compat
trunk/maven-compiler-plugin/debian/control
trunk/maven-compiler-plugin/debian/copyright
trunk/maven-compiler-plugin/debian/libmaven-compiler-plugin-java.poms
Log:
Updated Standards-Version to 3.9.5 (no changes)
Use canonical URLs for the Vcs-* fields
Build depend on debhelper >= 9
debian/copyright: Updated to the Copyright Format 1.0
Documented the procedure to update the core Maven plugins in README.source
Modified: trunk/maven-compiler-plugin/debian/README.source
===================================================================
--- trunk/maven-compiler-plugin/debian/README.source 2013-10-30 07:13:32 UTC (rev 17388)
+++ trunk/maven-compiler-plugin/debian/README.source 2013-10-31 21:31:16 UTC (rev 17389)
@@ -1,6 +1,13 @@
Information about maven-compiler-plugin
------------------------------
+This plugin is a core Maven plugin, if you update it to a new upstream release
+the superpom in the maven2-core package must be updated to specify the new
+version of the plugin. This pom is bundled in a jar built by the maven2 package,
+so the maven2 package has to be rebuilt after installing the updated maven2-core
+package.
+
+
This package was debianized using the mh_make command
from the maven-debian-helper package.
Modified: trunk/maven-compiler-plugin/debian/changelog
===================================================================
--- trunk/maven-compiler-plugin/debian/changelog 2013-10-30 07:13:32 UTC (rev 17388)
+++ trunk/maven-compiler-plugin/debian/changelog 2013-10-31 21:31:16 UTC (rev 17389)
@@ -1,3 +1,15 @@
+maven-compiler-plugin (2.0.2-7) UNRELEASED; urgency=low
+
+ * Team upload.
+ * debian/control:
+ - Updated Standards-Version to 3.9.5 (no changes)
+ - Use canonical URLs for the Vcs-* fields
+ * Build depend on debhelper >= 9
+ * debian/copyright: Updated to the Copyright Format 1.0
+ * Documented the procedure to update the core Maven plugins in README.source
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 31 Oct 2013 22:06:33 +0100
+
maven-compiler-plugin (2.0.2-6) unstable; urgency=low
* Add missing Build-Depends-Indep: libmaven-plugin-tools-java.
Modified: trunk/maven-compiler-plugin/debian/compat
===================================================================
--- trunk/maven-compiler-plugin/debian/compat 2013-10-30 07:13:32 UTC (rev 17388)
+++ trunk/maven-compiler-plugin/debian/compat 2013-10-31 21:31:16 UTC (rev 17389)
@@ -1 +1 @@
-7
+9
Modified: trunk/maven-compiler-plugin/debian/control
===================================================================
--- trunk/maven-compiler-plugin/debian/control 2013-10-30 07:13:32 UTC (rev 17388)
+++ trunk/maven-compiler-plugin/debian/control 2013-10-31 21:31:16 UTC (rev 17389)
@@ -3,19 +3,26 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: 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-compiler-api-java, libplexus-compiler-javac-java,
- libplexus-compiler-manager-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-compiler-plugin
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-compiler-plugin/
+Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
+Build-Depends-Indep: default-jdk-doc,
+ libmaven-javadoc-plugin-java,
+ libmaven-plugin-testing-java,
+ libmaven-plugin-tools-java,
+ libmaven2-core-java,
+ libmaven2-core-java-doc,
+ libplexus-compiler-api-java,
+ libplexus-compiler-javac-java,
+ libplexus-compiler-manager-java,
+ libplexus-utils-java,
+ libplexus-utils-java-doc
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-compiler-plugin
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-compiler-plugin/
Homepage: http://maven.apache.org/plugins/maven-compiler-plugin/
Package: libmaven-compiler-plugin-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libmaven-compiler-plugin-java-doc
Description: Maven Compiler plugin
@@ -40,7 +47,7 @@
Package: libmaven-compiler-plugin-java-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
+Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libmaven-compiler-plugin-java
Description: Documentation for Maven Compiler Plugin
Modified: trunk/maven-compiler-plugin/debian/copyright
===================================================================
--- trunk/maven-compiler-plugin/debian/copyright 2013-10-30 07:13:32 UTC (rev 17388)
+++ trunk/maven-compiler-plugin/debian/copyright 2013-10-31 21:31:16 UTC (rev 17389)
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Maven Compiler Plugin
-Maintainer: Apache Maven team
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Maven Compiler Plugin
+Upstream-Contact: Apache Maven team
Source: http://maven.apache.org/plugins/maven-compiler-plugin/
Files: *
@@ -12,5 +12,5 @@
License: Apache-2.0
License: Apache-2.0
- On Debian GNU/Linux system you can find the complete text of the
- Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
+ On Debian systems you can find the complete text of the
+ Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
Modified: trunk/maven-compiler-plugin/debian/libmaven-compiler-plugin-java.poms
===================================================================
--- trunk/maven-compiler-plugin/debian/libmaven-compiler-plugin-java.poms 2013-10-30 07:13:32 UTC (rev 17388)
+++ trunk/maven-compiler-plugin/debian/libmaven-compiler-plugin-java.poms 2013-10-31 21:31:16 UTC (rev 17389)
@@ -2,7 +2,9 @@
# Format of this file is:
# <path to pom file> [option]*
# where option can be:
-# --ignore: ignore this POM or
+# --ignore: ignore this POM and its artifact if any
+# --ignore-pom: don't install the POM. To use on POM files that are created
+# temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
# --no-parent: remove the <parent> tag from the POM
# --package=<package>: an alternative package to use when installing this POM
# and its artifact
@@ -11,16 +13,16 @@
# --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
# during a clean operation with mh_cleanpom or mh_installpom
# --artifact=<path>: path to the build artifact associated with this POM,
-# it will be installed when using the command mh_install
+# it will be installed when using the command mh_install. [mh_install]
# --java-lib: install the jar into /usr/share/java to comply with Debian
# packaging guidelines
# --usj-name=<name>: name to use when installing the library in /usr/share/java
# --usj-version=<version>: version to use when installing the library in /usr/share/java
# --no-usj-versionless: don't install the versionless link in /usr/share/java
-# --dest-jar=<path>: the destination for the real jar
-# it will be installed with mh_install.
+# --dest-jar=<path>: the destination for the real jar.
+# It will be installed with mh_install. [mh_install]
# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
-# --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
-# temporarily for certain artifacts such as Javadoc jars.
+# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+# Empty by default. [mh_install]
#
pom.xml --no-parent --has-package-version
More information about the pkg-java-commits
mailing list