This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch experimental in repository libnetlib-java.
commit 76e10b79bfa12de10d77f4836700fc124606e146 Author: Markus Koschany <[email protected]> Date: Sun May 8 23:40:22 2016 +0200 Add lombok-version.patch --- debian/patches/lombok-version.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + debian/patches/suppress_native_plugins.patch | 13 +++++++++++++ 3 files changed, 34 insertions(+) diff --git a/debian/patches/lombok-version.patch b/debian/patches/lombok-version.patch new file mode 100644 index 0000000..b804937 --- /dev/null +++ b/debian/patches/lombok-version.patch @@ -0,0 +1,20 @@ +From: Markus Koschany <[email protected]> +Date: Sun, 8 May 2016 23:40:11 +0200 +Subject: lombok version + +--- + legacy/pom.xml | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/legacy/pom.xml b/legacy/pom.xml +index ce29c17..800a4ab 100644 +--- a/legacy/pom.xml ++++ b/legacy/pom.xml +@@ -23,6 +23,7 @@ + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> ++ <version>1.16.8</version> + </dependency> + </dependencies> + diff --git a/debian/patches/series b/debian/patches/series index c049f05..ed8ab8d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ suppress_native_plugins.patch +lombok-version.patch diff --git a/debian/patches/suppress_native_plugins.patch b/debian/patches/suppress_native_plugins.patch index d253da0..9c3507d 100644 --- a/debian/patches/suppress_native_plugins.patch +++ b/debian/patches/suppress_native_plugins.patch @@ -1,3 +1,14 @@ +From: Debian Java Maintainers <[email protected]> +Date: Sun, 8 May 2016 23:39:23 +0200 +Subject: suppress_native_plugins + +--- + native_ref/pom.xml | 3 --- + native_system/pom.xml | 3 --- + 2 files changed, 6 deletions(-) + +diff --git a/native_ref/pom.xml b/native_ref/pom.xml +index 6c9ad24..bf8e5c2 100644 --- a/native_ref/pom.xml +++ b/native_ref/pom.xml @@ -15,9 +15,6 @@ @@ -10,6 +21,8 @@ <!-- cross compiles are built separately on a Linux box... --> </modules> +diff --git a/native_system/pom.xml b/native_system/pom.xml +index c83977f..dc602e4 100644 --- a/native_system/pom.xml +++ b/native_system/pom.xml @@ -23,9 +23,6 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnetlib-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

