[gradle-shadow-plugin] 08/11: Proper description of shadow

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 15:44:30 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository gradle-shadow-plugin.

commit 9d8a123863226ccbd5706397cbac768d828d726d
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Feb 22 14:20:07 2016 +0000

    Proper description of shadow
---
 debian/control | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index d991c4c..ca60822 100644
--- a/debian/control
+++ b/debian/control
@@ -10,18 +10,19 @@ Build-Depends:
  maven-repo-helper,
  default-jdk
 Standards-Version: 3.9.7
-Homepage: https://github.com/thomaslee/gradle-jflex-plugin
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/gradle-jflex-plugin.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gradle-jflex-plugin.git
+Homepage: https://github.com/johnrengelman/shadow
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/gradle-shadow-plugin.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gradle-shadow-plugin.git
 
 Package: libgradle-shadow-plugin-java
 Architecture: all
 Depends:
  ${misc:Depends}
 Description: Gradle plugin for Shadow
- The gradle-jflex-plugin makes it possible to integrate JFlex into the Gradle
- build system. JFlex itself is a lexical analyzer generator that takes as input
- a specification with a set of regular expressions and corresponding actions.
- It generates a program (a lexer) that reads input, matches the input against
- the regular expressions in the spec file, and runs the corresponding action if
- a regular expression matched.
+ Shadow is an extension of the Gradle Jar task that optimizes FatJar/UberJar
+ creation by using JarInputStream and JarOutputStream to copy file contents.
+ This avoids the unnecessary I/O overhead of expanding jar files to
+ disk before recombining them. Shadow provides the similar filtering,
+ relocation, and transformation capabilities as the Maven Shade plugin.
+ The gradle-shadow-plugin makes it possible to integrate JFlex into the Gradle
+ - build system.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-shadow-plugin.git



More information about the pkg-java-commits mailing list