[maven-plugin-testing-1.3] 14/22: New upstream release (1.3)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 20 10:28:58 UTC 2017


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

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

commit 00db1cdae6b5a9533ebed81ffc7fe56d1aa13520
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Nov 22 23:45:52 2013 +0000

    New upstream release (1.3)
---
 debian/changelog                                   | 14 ++++++++-----
 debian/patches/0001-fix-for-maven-2.1.0.patch      | 24 ----------------------
 .../0002-fix-dependency-on-maven-test-tools.patch  |  7 ++-----
 debian/patches/series                              |  1 -
 4 files changed, 11 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d5fc84..1e80165 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
-maven-plugin-testing (1.2-4) UNRELEASED; urgency=low
+maven-plugin-testing (1.3-1) UNRELEASED; urgency=low
 
   * Team upload.
-  * Standards-Version updated to 3.9.5 (no changes)
-  * Use canonical URLs for the Vcs-* fields
-  * Build depend on libplexus-maven-plugin-java (>= 1.3.8-9)
-    to fix a build failure
+  * New upstream release
+    - Refreshed the patches
+    - Removed 0001-fix-for-maven-2.1.0.patch (fixed upstream)
+  * debian/control:
+    - Standards-Version updated to 3.9.5 (no changes)
+    - Use canonical URLs for the Vcs-* fields
+    - Build depend on libplexus-maven-plugin-java (>= 1.3.8-9)
+      to fix a build failure
   * Switch to debhelper level 9
   * Use XZ compression for the upstream tarball
   * debian/copyright: Updated to the Copyright Format 1.0
diff --git a/debian/patches/0001-fix-for-maven-2.1.0.patch b/debian/patches/0001-fix-for-maven-2.1.0.patch
deleted file mode 100644
index 00236dc..0000000
--- a/debian/patches/0001-fix-for-maven-2.1.0.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Date: Tue, 23 Aug 2011 22:56:20 +0200
-Subject: [PATCH] fix for maven 2.1.0
-
----
- .../maven/plugin/testing/stubs/ArtifactStub.java   |    4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
-
-diff --git a/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/ArtifactStub.java b/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/ArtifactStub.java
-index 6d1ae4c..aa97221 100644
---- a/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/ArtifactStub.java
-+++ b/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/ArtifactStub.java
-@@ -461,6 +461,10 @@ public class ArtifactStub
-         return false;
-     }
- 
-+    public ArtifactMetadata getMetadata( Class metadataClass ) {
-+        return null;
-+    }
-+
-     /**
-      * @see java.lang.Object#toString()
-      */
--- 
diff --git a/debian/patches/0002-fix-dependency-on-maven-test-tools.patch b/debian/patches/0002-fix-dependency-on-maven-test-tools.patch
index e2ba661..ccc4a0e 100644
--- a/debian/patches/0002-fix-dependency-on-maven-test-tools.patch
+++ b/debian/patches/0002-fix-dependency-on-maven-test-tools.patch
@@ -6,12 +6,10 @@ Subject: [PATCH] fix dependency on maven-test-tools
  maven-plugin-testing-tools/pom.xml |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/maven-plugin-testing-tools/pom.xml b/maven-plugin-testing-tools/pom.xml
-index 8a59f6a..5be196a 100644
 --- a/maven-plugin-testing-tools/pom.xml
 +++ b/maven-plugin-testing-tools/pom.xml
-@@ -66,9 +66,9 @@
-       <version>2.0.7</version>
+@@ -73,9 +73,9 @@
+       <version>2.0.9</version>
      </dependency>
      <dependency>
 -      <groupId>org.apache.maven.shared</groupId>
@@ -22,4 +20,3 @@ index 8a59f6a..5be196a 100644
        <scope>test</scope>
      </dependency>
    </dependencies>
--- 
diff --git a/debian/patches/series b/debian/patches/series
index 8ed8156..82e8ae2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0001-fix-for-maven-2.1.0.patch
 0002-fix-dependency-on-maven-test-tools.patch

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



More information about the pkg-java-commits mailing list