Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libgpars-groovy-java
Commits: 49f95ccf by Emmanuel Bourg at 2018-10-14T07:56:39Z No longer build the Netty remote classes and removed the dependency on libnetty-3.9-java (Closes: #905860) - - - - - 79b5ff53 by Emmanuel Bourg at 2018-10-14T07:56:56Z Standards-Version updated to 4.2.1 - - - - - c837fda2 by Emmanuel Bourg at 2018-10-14T07:57:36Z Wrap and sort - - - - - c932b8a1 by Emmanuel Bourg at 2018-10-14T07:58:13Z Updated the Homepage field - - - - - ddf2e620 by Emmanuel Bourg at 2018-10-14T07:58:28Z Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - debian/maven.ignoreRules - + debian/patches/exclude-netty-remote.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +libgpars-groovy-java (1.2.1-10) unstable; urgency=medium + + * Team upload. + * No longer build the Netty remote classes and removed the dependency + on libnetty-3.9-java (Closes: #905860) + * Standards-Version updated to 4.2.1 + * Updated the Homepage field + + -- Emmanuel Bourg <[email protected]> Sun, 14 Oct 2018 09:58:19 +0200 + libgpars-groovy-java (1.2.1-9) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -2,30 +2,30 @@ Source: libgpars-groovy-java Maintainer: Debian Java Maintainers <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 11), - default-jdk, - default-jdk-doc, - maven-repo-helper, - groovy (>= 2.0.8~), - libnetty-3.9-java, - libjsr166y-java (>= 1.7.0~), - libjcsp-java, - gradle-debian-helper, - libmultiverse-core-java, - libosgi-core-java -Standards-Version: 4.1.4 +Build-Depends: + debhelper (>= 11), + default-jdk, + default-jdk-doc, + gradle-debian-helper, + groovy (>= 2.0.8~), + libjcsp-java, + libjsr166y-java (>= 1.7.0~), + libmultiverse-core-java, + libosgi-core-java, + maven-repo-helper +Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/java-team/libgpars-groovy-java.git Vcs-Browser: https://salsa.debian.org/java-team/libgpars-groovy-java -Homepage: http://gpars.github.io +Homepage: http://gpars.org Package: libgpars-groovy-java Architecture: all -Depends: groovy, - libnetty-3.9-java, - libjsr166y-java, - libjcsp-java, - libmultiverse-core-java, - ${misc:Depends} +Depends: + groovy, + libjcsp-java, + libjsr166y-java, + libmultiverse-core-java, + ${misc:Depends} Suggests: libgpars-groovy-java-doc (= ${binary:Version}) Description: open-source concurrency library for Groovy Library that provides multiple high-level abstractions for ===================================== debian/maven.ignoreRules ===================================== @@ -6,6 +6,7 @@ junit junit * * * * net.sourceforge.cobertura cobertura * * * * org.apache.maven.wagon wagon-http-lightweight * * * * org.grails grails-docs * * * * +org.jboss.netty netty * * * * org.spockframework spock-core * * * * org.xhtmlrenderer core-renderer * * * * org.yaml snakeyaml * * * * ===================================== debian/patches/exclude-netty-remote.patch ===================================== @@ -0,0 +1,23 @@ +Description: Excludes the groovyx.gpars.remote.netty classes which rely on an + unsupported version of Netty (these classes are never used in Debian anyway). + The next upstream release will support a more recent version of Netty. +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/build.gradle ++++ b/build.gradle +@@ -48,6 +48,15 @@ + sourceCompatibility = 6 + targetCompatibility = 6 + ++sourceSets { ++ main { ++ groovy { ++ srcDir 'src/main/groovy' ++ exclude '**/remote/netty/**' ++ } ++ } ++} ++ + def theVendor = 'gpars.org' + def theTitle = 'GPars: Groovy Parallel Systems' + ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ add_compatibility_with_gradle_2.5.diff reproducible-documentation.patch groovy-classpath.patch transition_Gradle_3.1.patch +exclude-netty-remote.patch View it on GitLab: https://salsa.debian.org/java-team/libgpars-groovy-java/compare/c32c00769e79bb41302200d9603dc9370209782b...ddf2e62052b1c477e1bda5493d2ae9e7b37d64de -- View it on GitLab: https://salsa.debian.org/java-team/libgpars-groovy-java/compare/c32c00769e79bb41302200d9603dc9370209782b...ddf2e62052b1c477e1bda5493d2ae9e7b37d64de You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

