[pkg-java] r14957 - in trunk/libcommons-discovery-java/debian: . patches
Torsten Werner
twerner at alioth.debian.org
Mon Sep 19 21:37:14 UTC 2011
Author: twerner
Date: 2011-09-19 21:37:13 +0000 (Mon, 19 Sep 2011)
New Revision: 14957
Added:
trunk/libcommons-discovery-java/debian/patches/
trunk/libcommons-discovery-java/debian/patches/0001-set-source-and-target-version-1.5.patch
trunk/libcommons-discovery-java/debian/patches/series
Modified:
trunk/libcommons-discovery-java/debian/changelog
Log:
add a patch
Modified: trunk/libcommons-discovery-java/debian/changelog
===================================================================
--- trunk/libcommons-discovery-java/debian/changelog 2011-09-19 21:29:37 UTC (rev 14956)
+++ trunk/libcommons-discovery-java/debian/changelog 2011-09-19 21:37:13 UTC (rev 14957)
@@ -1,6 +1,6 @@
libcommons-discovery-java (0.5-1) UNRELEASED; urgency=low
- * Team upload
+ * Team upload BUT FTBFS SOURCE
[ Damien Raude-Morvan ]
* d/control: Drop Depends on any JRE as a Java library don't need to
Added: trunk/libcommons-discovery-java/debian/patches/0001-set-source-and-target-version-1.5.patch
===================================================================
--- trunk/libcommons-discovery-java/debian/patches/0001-set-source-and-target-version-1.5.patch (rev 0)
+++ trunk/libcommons-discovery-java/debian/patches/0001-set-source-and-target-version-1.5.patch 2011-09-19 21:37:13 UTC (rev 14957)
@@ -0,0 +1,28 @@
+From: Torsten Werner <twerner at debian.org>
+Date: Mon, 19 Sep 2011 23:32:02 +0200
+Subject: set source and target version 1.5
+
+---
+ pom.xml | 8 ++++++++
+ 1 files changed, 8 insertions(+), 0 deletions(-)
+
+diff --git a/pom.xml b/pom.xml
+index 0d105c7..d5a55a0 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -160,6 +160,14 @@
+ </configuration>
+ </plugin>
+ <plugin>
++ <groupId>org.apache.maven.plugins</groupId>
++ <artifactId>maven-compiler-plugin</artifactId>
++ <configuration>
++ <source>1.5</source>
++ <target>1.5</target>
++ </configuration>
++ </plugin>
++ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+--
Added: trunk/libcommons-discovery-java/debian/patches/series
===================================================================
--- trunk/libcommons-discovery-java/debian/patches/series (rev 0)
+++ trunk/libcommons-discovery-java/debian/patches/series 2011-09-19 21:37:13 UTC (rev 14957)
@@ -0,0 +1 @@
+0001-set-source-and-target-version-1.5.patch
More information about the pkg-java-commits
mailing list