[maven-scala-plugin] 01/01: Disable Zinc server support

Andreas Tille tille at debian.org
Mon Feb 1 08:34:26 UTC 2016


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

tille pushed a commit to branch master
in repository maven-scala-plugin.

commit 6b658e2d650bdcea43fb070e963b2133ce5d0a6b
Author: Andreas Tille <tille at debian.org>
Date:   Mon Feb 1 09:32:31 2016 +0100

    Disable Zinc server support
---
 debian/README.Debian              | 13 +++++++++++++
 debian/patches/disable_zinc.patch | 21 +++++++++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 35 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..8a03a70
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,13 @@
+maven-scala-plugin for Debian
+-----------------------------
+
+At the scala-plugin website[1] a hint to the Zinc Server can be found
+and that scala-plugin could be used as Zinc client to support faster
+compilation running.  Since Zinc is not yet packaged for Debian at the
+moment this functionality is not available in the current scala-plugin
+packaging.
+
+[1] https://davidb.github.io/scala-maven-plugin/example_incremental.html
+
+ -- Andreas Tille <tille at debian.org>  Thu, 28 Jan 2016 15:27:24 +0100
+
diff --git a/debian/patches/disable_zinc.patch b/debian/patches/disable_zinc.patch
new file mode 100644
index 0000000..9608bd0
--- /dev/null
+++ b/debian/patches/disable_zinc.patch
@@ -0,0 +1,21 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 28 Jan 2016 15:27:24 +0100
+Description: Disable Zinc server support
+ See debian/README.Debian
+
+--- a/pom.xml
++++ b/pom.xml
+@@ -182,11 +182,13 @@
+       <scope>test</scope>
+     </dependency>
+     <!-- sbt incremental compiler -->
++<!-- scala code contains checks for an existing zinc and could proceede without if it is missing
+     <dependency>
+       <groupId>com.typesafe.zinc</groupId>
+       <artifactId>zinc</artifactId>
+       <version>0.3.5</version>
+     </dependency>
++-->
+ <!--
+     <dependency>
+       <groupId>com.typesafe.sbt</groupId>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e2a0885
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable_zinc.patch

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



More information about the pkg-java-commits mailing list