[scala] 02/05: Added the missing Maven rule for jline (Closes: #853733)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Sep 21 08:40:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository scala.
commit d37ebc1d4fd786ee5ae6a46c81cc9675eaca67b4
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Sep 21 10:17:28 2017 +0200
Added the missing Maven rule for jline (Closes: #853733)
---
debian/changelog | 1 +
debian/maven.rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6388c35..33cccf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ scala (2.11.8-2) UNRELEASED; urgency=medium
[ Emmanuel Bourg ]
* Build with the Aether Ant tasks instead of the Maven Ant tasks
+ * Added the missing Maven rule for jline (Closes: #853733)
-- Mehdi Dogguy <mehdi at debian.org> Wed, 09 Aug 2017 16:48:46 -0400
diff --git a/debian/maven.rules b/debian/maven.rules
index 3e580ba..5a6cf12 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,2 +1,3 @@
org.scala-lang * * s/2\.11.*/2.11.x/ * *
org.scala-lang * * s/2\.12.*/2.12.x/ * *
+jline jline * s/.*/2.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala.git
More information about the pkg-java-commits
mailing list