[libgpars-groovy-java] 01/01: Depend on libnetty-3.9-java instead of libnetty-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jul 28 14:33:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libgpars-groovy-java.
commit 2f35e3283ad800615b3ab293eb538d2626d4bc15
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Jul 28 16:28:36 2015 +0200
Depend on libnetty-3.9-java instead of libnetty-java
---
debian/changelog | 7 +++++++
debian/control | 4 ++--
debian/patches/fix_gradle_build.diff | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 414e120..5841a1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libgpars-groovy-java (1.2.1-2) unstable; urgency=medium
+
+ * Team upload.
+ * Depend on libnetty-3.9-java instead of libnetty-java
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 28 Jul 2015 16:28:09 +0200
+
libgpars-groovy-java (1.2.1-1) unstable; urgency=low
* Team upload.
diff --git a/debian/control b/debian/control
index 57e240a..2cd9e03 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9),
default-jdk,
javahelper,
groovy2 (>= 2.0.8~),
- libnetty-java,
+ libnetty-3.9-java,
libjsr166y-java (>= 1.7.0~),
libjcsp-java,
gradle,
@@ -21,7 +21,7 @@ Homepage: http://gpars.codehaus.org/
Package: libgpars-groovy-java
Architecture: all
Depends: groovy,
- libnetty-java,
+ libnetty-3.9-java,
libjsr166y-java,
libjcsp-java,
${misc:Depends}
diff --git a/debian/patches/fix_gradle_build.diff b/debian/patches/fix_gradle_build.diff
index 0157d3e..21afa22 100644
--- a/debian/patches/fix_gradle_build.diff
+++ b/debian/patches/fix_gradle_build.diff
@@ -41,7 +41,7 @@ Last-Update: 2013-09-06
compile('org.multiverse:multiverse-core:0.7.0') { transitive = false }
- compile group: 'org.jboss.netty', name: 'netty', version: project.hasProperty('gpars_nettyVersion') ? gpars_nettyVersion : '3.2.9.Final'
- compile 'org.codehaus.jcsp:jcsp:1.1-rc5'
-+ compile group: 'org.jboss.netty', name: 'netty', version: project.hasProperty('gpars_nettyVersion') ? gpars_nettyVersion : '3.2.6.Final'
++ compile group: 'io.netty', name: 'netty', version: project.hasProperty('gpars_nettyVersion') ? gpars_nettyVersion : 'debian'
+ compile 'org.codehaus.jcsp:jcsp:1.1-rc4'
testCompile group: 'junit', name: 'junit', version: project.hasProperty('gpars_junitVersion') ? gpars_junitVersion : '4.11'
testCompile group: 'org.spockframework', name: 'spock-core', version: project.hasProperty('gpars_spockVersion') ? gpars_spockVersion : '0.7-groovy-2.0'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgpars-groovy-java.git
More information about the pkg-java-commits
mailing list