[plexus-compiler] 19/21: Removed set-dependencies-versions.patch (no longer needed)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jun 30 17:04:59 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository plexus-compiler.

commit ce7b7d66d2b17e7a9b598a25b4c942f3a9ca56c9
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Jun 30 18:00:40 2017 +0200

    Removed set-dependencies-versions.patch (no longer needed)
---
 debian/patches/series                          |  1 -
 debian/patches/set-dependencies-versions.patch | 42 --------------------------
 2 files changed, 43 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index c65413d..9935f49 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 fix_test_classpath.patch
-set-dependencies-versions.patch
diff --git a/debian/patches/set-dependencies-versions.patch b/debian/patches/set-dependencies-versions.patch
deleted file mode 100644
index 8b1e5bd..0000000
--- a/debian/patches/set-dependencies-versions.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-Description: Specifies the missing versions of the dependencies.
- The versions are actually specified in a parent pom that is not available
- in Debian, and for some reason the Maven rules don't work to substitute
- these versions automatically.
-Author: Emmanuel Bourg <ebourg at apache.org>
-Forwarded: not-needed
---- a/plexus-compiler-api/pom.xml
-+++ b/plexus-compiler-api/pom.xml
-@@ -17,10 +17,13 @@
-     <dependency>
-       <groupId>org.codehaus.plexus</groupId>
-       <artifactId>plexus-utils</artifactId>
-+      <version>debian</version>
-     </dependency>
-     <dependency>
-       <groupId>junit</groupId>
-       <artifactId>junit</artifactId>
-+      <version>3.x</version>
-+      <scope>test</scope>
-     </dependency>
-   </dependencies>
- </project>
---- a/plexus-compilers/plexus-compiler-javac/pom.xml
-+++ b/plexus-compilers/plexus-compiler-javac/pom.xml
-@@ -17,6 +17,7 @@
-     <dependency>
-       <groupId>org.codehaus.plexus</groupId>
-       <artifactId>plexus-utils</artifactId>
-+      <version>debian</version>
-     </dependency>
-   </dependencies>
-   
---- a/plexus-compilers/pom.xml
-+++ b/plexus-compilers/pom.xml
-@@ -27,6 +27,7 @@
-     <dependency>
-       <groupId>junit</groupId>
-       <artifactId>junit</artifactId>
-+      <version>3.x</version>
-       <scope>test</scope>
-     </dependency>
-     <dependency>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-compiler.git



More information about the pkg-java-commits mailing list