[Git][java-team/scala-tools-sbinary][master] 5 commits: New upstream version 0.4.2-on-scala-2.11.0~M5
Tony Mancill
gitlab at salsa.debian.org
Sat Apr 18 19:24:31 BST 2020
Tony Mancill pushed to branch master at Debian Java Maintainers / scala-tools-sbinary
Commits:
71c6ce95 by Manas Kashyap at 2020-04-12T10:54:19+05:30
New upstream version 0.4.2-on-scala-2.11.0~M5
- - - - -
8e8b3d04 by Manas Kashyap at 2020-04-12T10:54:20+05:30
Update upstream source from tag 'upstream/0.4.2-on-scala-2.11.0_M5'
Update to upstream version '0.4.2-on-scala-2.11.0~M5'
with Debian dir fc50b6d108e76d995a33bc48e75b4a4b9976109a
- - - - -
8d5d1ae7 by Manas Kashyap at 2020-04-12T10:55:50+05:30
Drop compat file, rely on debhelper-compat and bump compat level to 12
- - - - -
6b0df9be by Manas Kashyap at 2020-04-12T10:56:59+05:30
changelog entries made for the work done
- - - - -
729ed418 by Tony Mancill at 2020-04-18T18:24:28+00:00
Merge branch 'master' into 'master'
Master
See merge request java-team/scala-tools-sbinary!1
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- project/SBinaryProject.scala
- + project/build.properties
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+scala-tools-sbinary (0.4.2-on-scala-2.11.0~M5-1) UNRELEASED; urgency=medium
+
+ * Team Upload
+ * New upstream version 0.4.2-on-scala-2.11.0~M5
+ * Drop compat file, rely on debhelper-compat and bump compat level to 12
+
+ -- Manas Kashyap <manaskashyaptech at gmail.com> Sun, 12 Apr 2020 10:55:55 +0530
+
scala-tools-sbinary (0.4.2-1) unstable; urgency=medium
* Initial release. (Closes: #855305)
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders:
Frédéric Bonnard <frediz at linux.vnet.ibm.com>,
Emmanuel Bourg <ebourg at apache.org>
Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 12),
default-jdk,
maven-repo-helper,
scala
=====================================
project/SBinaryProject.scala
=====================================
@@ -31,7 +31,7 @@ object SBinaryProject extends Build
def aux(nameString: String) = commonSettings ++ Seq( publish := (), name := nameString )
def scalaXmlDep(scalaV: String): List[ModuleID] =
- if(scalaV.startsWith("2.11.")) List("org.scala-lang" % "scala-xml" % scalaV) else Nil
+ if(scalaV.startsWith("2.11.")) List("org.scala-lang.modules" %% "scala-xml" % "1.0-RC2") else Nil
/*** Templating **/
=====================================
project/build.properties
=====================================
@@ -0,0 +1 @@
+sbt.version=0.12.4
View it on GitLab: https://salsa.debian.org/java-team/scala-tools-sbinary/-/compare/0dc95d31bd1b58ab7544d0eba0ea27b1e87e2b34...729ed4183fccd89aedd29df586725b71c25801d4
--
View it on GitLab: https://salsa.debian.org/java-team/scala-tools-sbinary/-/compare/0dc95d31bd1b58ab7544d0eba0ea27b1e87e2b34...729ed4183fccd89aedd29df586725b71c25801d4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200418/b32f8e3a/attachment.html>
More information about the pkg-java-commits
mailing list