[plexus-compiler] 01/02: Added a patch to set the missing versions of the dependencies in the poms
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jan 21 10:10:45 UTC 2014
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 5de5def551863b1d81d639ecb5a3470a07b0bfe1
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Jan 21 08:51:47 2014 +0100
Added a patch to set the missing versions of the dependencies in the poms
---
debian/changelog | 7 +++++
debian/patches/series | 1 +
debian/patches/set-dependencies-versions.patch | 42 ++++++++++++++++++++++++++
3 files changed, 50 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e933c33..707737a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+plexus-compiler (1.9.2-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Added a patch to set the missing versions of the dependencies in the poms
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 21 Jan 2014 01:44:04 +0100
+
plexus-compiler (1.9.2-1) unstable; urgency=low
* Team upload
diff --git a/debian/patches/series b/debian/patches/series
index 0f3fb75..8163a2a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
fix_test_classpath.patch
eclipse-compatibility.patch
backward-compatibility.patch
+set-dependencies-versions.patch
diff --git a/debian/patches/set-dependencies-versions.patch b/debian/patches/set-dependencies-versions.patch
new file mode 100644
index 0000000..2ebe907
--- /dev/null
+++ b/debian/patches/set-dependencies-versions.patch
@@ -0,0 +1,42 @@
+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
+@@ -16,6 +16,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
+@@ -25,6 +25,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