This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository netty.
commit 9ccab0a7dbd5963c11c658a9126f2d15ecffffd5 Author: Emmanuel Bourg <[email protected]> Date: Tue May 24 01:20:04 2016 +0200 Removed the empty classifier for the tcnative dependency --- debian/changelog | 8 ++++++++ debian/patches/06-remove-tcnative-classifier.patch | 24 ++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 33 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2001b7e..313ef36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +netty (1:4.0.36-2) unstable; urgency=medium + + * Team upload. + * Removed the empty classifier for the tcnative dependency since it's breaks + the Gradle dependencies resolution + + -- Emmanuel Bourg <[email protected]> Tue, 24 May 2016 00:45:11 +0200 + netty (1:4.0.36-1) unstable; urgency=medium * Team upload. diff --git a/debian/patches/06-remove-tcnative-classifier.patch b/debian/patches/06-remove-tcnative-classifier.patch new file mode 100644 index 0000000..7555235 --- /dev/null +++ b/debian/patches/06-remove-tcnative-classifier.patch @@ -0,0 +1,24 @@ +Description: Removes the empty classifier for the tcnative dependency since it breaks + the Gradle dependencies resolution (seen with the projectreactor package) +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/pom.xml ++++ b/pom.xml +@@ -295,7 +295,6 @@ + <groupId>${project.groupId}</groupId> + <artifactId>${tcnative.artifactId}</artifactId> + <version>${tcnative.version}</version> +- <classifier>${tcnative.classifier}</classifier> + <scope>compile</scope> + <optional>true</optional> + </dependency> +--- a/handler/pom.xml ++++ b/handler/pom.xml +@@ -47,7 +47,6 @@ + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>${tcnative.artifactId}</artifactId> +- <classifier>${tcnative.classifier}</classifier> + <optional>true</optional> + </dependency> + <dependency> diff --git a/debian/patches/series b/debian/patches/series index decdb39..f45cc65 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ 03-ignore-jboss-marshalling.patch 04-netty-all-light.patch 05-reproducible-versions-properties.patch +06-remove-tcnative-classifier.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netty.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

