[maven-javadoc-plugin] 07/23: * New upstream release (Closes: #573575) * Add maven-enforcer-plugin to d/maven.ignoreRules since this plugin is still waiting in NEW. * Add missing Build-Depends: libmaven-shade-plugin-java, liblog4j1.2-java. * Add rule for commons-httpclient 3.x and log4j 1.2.x to d/maven.rules. * Add test dependencies to d/maven.ignoreRules since we don't build and run the tests anyway.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Mar 16 14:26:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-javadoc-plugin.

commit 782e77d898658432b3ba3ac428661974492ff0b1
Author: Torsten Werner <twerner at debian.org>
Date:   Fri Mar 12 23:01:03 2010 +0000

    * New upstream release (Closes: #573575)
    * Add maven-enforcer-plugin to d/maven.ignoreRules since this plugin is still
      waiting in NEW.
    * Add missing Build-Depends: libmaven-shade-plugin-java, liblog4j1.2-java.
    * Add rule for commons-httpclient 3.x and log4j 1.2.x to d/maven.rules.
    * Add test dependencies to d/maven.ignoreRules since we don't build and run
      the tests anyway.
---
 debian/changelog         | 12 ++++++++++++
 debian/control           |  3 ++-
 debian/maven.ignoreRules |  4 ++++
 debian/maven.rules       |  3 ++-
 4 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b2aca6a..22f7e63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+maven-javadoc-plugin (2.6.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #573575)
+  * Add maven-enforcer-plugin to d/maven.ignoreRules since this plugin is still
+    waiting in NEW.
+  * Add missing Build-Depends: libmaven-shade-plugin-java, liblog4j1.2-java.
+  * Add rule for commons-httpclient 3.x and log4j 1.2.x to d/maven.rules.
+  * Add test dependencies to d/maven.ignoreRules since we don't build and run
+    the tests anyway.
+
+ -- Torsten Werner <twerner at debian.org>  Fri, 12 Mar 2010 23:56:30 +0100
+
 maven-javadoc-plugin (2.5-2) unstable; urgency=low
 
   * Tightened Depends on libmodello-maven-plugin-doc.
diff --git a/debian/control b/debian/control
index b9318db..070d68b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Michael Koch <konqueror@
 Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>> 0.4), quilt
 Build-Depends-Indep: libmaven-invoker-plugin-java (>= 1.3), libmodello-maven-plugin-java (>= 1.1),  
  clirr, libbcel-java, libcommons-lang-java, libdoxia-java, libdoxia-sitetools-java,  
- libmaven-archiver-java, libmaven2-core-java, libqdox-java, libwagon-java, libmaven-plugin-testing-java
+ libmaven-archiver-java, libmaven2-core-java, libqdox-java, libwagon-java, libmaven-plugin-testing-java,
+ libmaven-shade-plugin-java, liblog4j1.2-java
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-javadoc-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-javadoc-plugin/
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
new file mode 100644
index 0000000..6975002
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,4 @@
+org.apache.maven.plugins maven-enforcer-plugin maven-plugin *
+org.mortbay.jetty jetty jar *
+org.mortbay.jetty jetty-client jar *
+junit-addons junit-addons jar *
diff --git a/debian/maven.rules b/debian/maven.rules
index 4596552..0f97997 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -3,4 +3,5 @@ org.codehaus.mojo clirr-maven-plugin * *
 org.apache.bcel bcel jar s/5\..*/5.x/
 * maven-plugin-plugin maven-plugin s/.*/2.5/
 junit junit jar s/3\..*/3.x/
-
+commons-httpclient commons-httpclient jar s/3\..*/3.x/
+log4j log4j jar s/1\.2\..*/1.2.x/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-javadoc-plugin.git



More information about the pkg-java-commits mailing list