[plm] 03/05: drop any dependency on scala, as it is too ancient in debian to be useful
Martin Quinson
mquinson at moszumanska.debian.org
Sat Nov 1 16:52:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
mquinson pushed a commit to branch debian
in repository plm.
commit 3c7d9607a19178986a1bc6ab17492de5b5186589
Author: Martin Quinson <martin.quinson at loria.fr>
Date: Sat Nov 1 16:46:54 2014 +0100
drop any dependency on scala, as it is too ancient in debian to be useful
---
debian/changelog | 2 ++
debian/control | 12 +++++++-----
debian/plm.manifest | 4 +++-
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b4083fc..9db7650 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
plm (2.4.11+repack-2) UNRELEASED; urgency=medium
* Update Standards-Version to 3.9.6 (no change needed)
+ * Remove Scala from package description and rules
+ (we don't use it ATM since Debian version is too ancient)
-- Martin Quinson <mquinson at debian.org> Sat, 01 Nov 2014 08:32:19 +0100
diff --git a/debian/control b/debian/control
index 44ec80f..069c050 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Build-Depends: debhelper (>> 8), javahelper (>= 0.32), ant, quilt
Build-Depends-Indep: openjdk-7-jdk, libmiglayout-java, librsyntaxtextarea-java,
junit4, libgettext-commons-java, libjson-simple-java, libhttpclient-java, libhttpmime-java, libjgit-java,
jython, libgettext-ant-tasks-java, imagemagick
-#, scala
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/plm.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/plm.git
@@ -18,11 +17,11 @@ Depends: java-wrappers, ${java:Depends}, ${misc:Depends},
libhttpmime-java,
Recommends: ${java:Recommends}
Suggests: jython
-Description: Programming exerciser in Java, Python, Scala and others
+Description: Programming exerciser in Java, Python and others
The Programmer's Learning Machine (PLM) is a free cross-platform programming
exerciser. It lets you explore various concepts of programming through
- over 160 interactive exercises, that you can solve in either Java,
- Python or Scala.
+ over 160 interactive exercises, that you can solve in either Java or
+ Python.
.
The PLM interface and content is thoughtfully translated to English
and French; we hope that other translations will be contributed in
@@ -42,4 +41,7 @@ Description: Programming exerciser in Java, Python, Scala and others
Other lessons are planned to explore new concepts, such as the
backtracking, dynamic programming, object-oriented programming or the
standard libraries of python and Java. Other programming languages
- (such as Ruby or JavaScript) may be added in the future.
\ No newline at end of file
+ (such as Ruby or JavaScript) may be added in the future.
+ .
+ The Scala language was cut of the package because the Debian version
+ of that language is too ancient for the PLM.
\ No newline at end of file
diff --git a/debian/plm.manifest b/debian/plm.manifest
index 1193183..98947a6 100644
--- a/debian/plm.manifest
+++ b/debian/plm.manifest
@@ -1,3 +1,5 @@
usr/share/java/plm.jar:
Main-Class: plm.core.ui.ProgrammersLearningMachine
- Class-Path: miglayout.jar rsyntaxtextarea.jar gettext-commons.jar json-simple.jar httpclient.jar httpcore.jar jython.jar scala-compiler.jar scala-library.jar org.eclipse.jgit.jar
+ Class-Path: miglayout.jar rsyntaxtextarea.jar gettext-commons.jar json-simple.jar httpclient.jar httpcore.jar jython.jar org.eclipse.jgit.jar
+
+# scala-compiler.jar scala-library.jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plm.git
More information about the pkg-java-commits
mailing list