[maven-dependency-tree] 15/17: Refreshed the patch

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 4 15:39:50 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-dependency-tree.

commit a3778ae3da8dafe744c327e298e9a999d17ba35d
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Sep 4 16:35:01 2017 +0200

    Refreshed the patch
---
 debian/changelog                             | 2 +-
 debian/patches/01-maven3-compatibility.patch | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a541215..4c117f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-maven-dependency-tree (3.0-1) UNRELEASED; urgency=medium
+maven-dependency-tree (3.0.1-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release
diff --git a/debian/patches/01-maven3-compatibility.patch b/debian/patches/01-maven3-compatibility.patch
index c351da7..b8af335 100644
--- a/debian/patches/01-maven3-compatibility.patch
+++ b/debian/patches/01-maven3-compatibility.patch
@@ -32,8 +32,8 @@ Forwarded: not-needed
  
              ArtifactKey key =
                  new ArtifactKey( depArtifact.getGroupId(), depArtifact.getArtifactId(), depArtifact.getVersion() );
-@@ -177,7 +177,7 @@
-         return mavenArtifact; 
+@@ -178,7 +178,7 @@
+         return mavenArtifact;
      }
  
 -    private DependencyNode buildDependencyNode( DependencyNode parent, org.sonatype.aether.graph.DependencyNode node,
@@ -41,7 +41,7 @@ Forwarded: not-needed
                                                  Artifact artifact, ArtifactFilter filter )
      {
          DefaultDependencyNode current =
-@@ -187,7 +187,7 @@
+@@ -188,7 +188,7 @@
                                         getVersionSelectedFromRange( node.getVersionConstraint() ) );
  
          List<DependencyNode> nodes = new ArrayList<DependencyNode>( node.getChildren().size() );
@@ -50,7 +50,7 @@ Forwarded: not-needed
          {
              Artifact childArtifact = getDependencyArtifact( child.getDependency() );
  
-@@ -209,16 +209,6 @@
+@@ -210,16 +210,6 @@
              return null;
          }
  

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



More information about the pkg-java-commits mailing list