[osmosis] 02/07: Add patch to increase source compatibility from 1.6 to 1.7.

Bas Couwenberg sebastic at xs4all.nl
Sat Sep 27 19:47:35 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository osmosis.

commit 74763944c7a3293d03e6795f3850ac4b1ed0dddc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Sep 27 20:38:13 2014 +0200

    Add patch to increase source compatibility from 1.6 to 1.7.
---
 debian/changelog               |  1 +
 debian/patches/06-java-7.patch | 14 ++++++++++++++
 debian/patches/series          |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index afcc81a..8c9c693 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 osmosis (0.43.1-2) UNRELEASED; urgency=medium
 
   * Add patch to update generated source for protobuf 2.6.0.
+  * Add patch to increase source compatibility from 1.6 to 1.7.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sat, 27 Sep 2014 20:35:14 +0200
 
diff --git a/debian/patches/06-java-7.patch b/debian/patches/06-java-7.patch
new file mode 100644
index 0000000..e1deba0
--- /dev/null
+++ b/debian/patches/06-java-7.patch
@@ -0,0 +1,14 @@
+Description: Bump source compatibility from 1.6 to 1.7.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+
+--- a/build.gradle
++++ b/build.gradle
+@@ -43,7 +43,7 @@ configure(javaProjects) {
+ 	apply plugin: 'maven'
+ 	apply plugin: 'signing'
+ 
+-	sourceCompatibility = 1.6
++	sourceCompatibility = 1.7
+ 
+ 	test {
+ 		/*
diff --git a/debian/patches/series b/debian/patches/series
index 55293ed..d38015f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,6 +3,7 @@
 03-local-dependencies.patch
 04-osmosis-version.patch
 05-protobuf-2.6.0.patch
+06-java-7.patch
 0001-Modify-the-pgsnapshot-load-script-to-more-sensible-d.patch
 0001-Use-ALTER-TABLE-.-CLUSTER-ON-statements-to-set-what-.patch
 0001-Disable-synchronous_commit-for-pgsnapshot-loading.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmosis.git



More information about the Pkg-grass-devel mailing list