[plm] 04/05: Use json-simple.jar and not json_simple.jar (Closes: #747792)

Martin Quinson mquinson at moszumanska.debian.org
Sun May 11 19:04:36 UTC 2014


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

mquinson pushed a commit to branch debian-debian
in repository plm.

commit edb9e0534260d304203eb27022ba405405f26087
Author: Martin Quinson <martin.quinson at loria.fr>
Date:   Sun May 11 21:01:03 2014 +0200

    Use json-simple.jar and not json_simple.jar (Closes: #747792)
    
    Not sure how it could have worked in the past...
---
 debian/changelog    | 6 ++++++
 debian/plm.manifest | 2 +-
 debian/rules        | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 05023c1..58446d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+plm (2.3+repack-4) UNRELEASED; urgency=medium
+
+  * use json-simple.jar and not json_simple.jar (Closes: #747792)
+
+ -- Martin Quinson <mquinson at debian.org>  Sun, 11 May 2014 21:00:37 +0200
+
 plm (2.3+repack-3) unstable; urgency=medium
 
   * d/control: bump standards-version to 3.9.5 (no change needed)
diff --git a/debian/plm.manifest b/debian/plm.manifest
index 4beafb0..4d7281a 100644
--- a/debian/plm.manifest
+++ b/debian/plm.manifest
@@ -1,3 +1,3 @@
 usr/share/java/plm.jar:
  Main-Class: plm.core.ui.ProgrammersLearningMachine
- Class-Path: miglayout.jar jsyntaxpane.jar gettext-commons.jar json_simple.jar httpclient.jar httpcore.jar jython.jar scala-compiler.jar scala-library.jar
+ Class-Path: miglayout.jar jsyntaxpane.jar gettext-commons.jar json-simple.jar httpclient.jar httpcore.jar jython.jar scala-compiler.jar scala-library.jar
diff --git a/debian/rules b/debian/rules
index aa8909f..0eac43a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 depspath= /usr/share/java/miglayout.jar:/usr/share/java/jsyntaxpane.jar:/usr/share/java/gettext-commons.jar:/usr/share/java/junit4.jar
 scalapath=.
 #scalapath=/usr/share/java/scala-compiler.jar:/usr/share/java/scala-library.jar
-langpath=/usr/share/java/json_simple.jar:/usr/share/java/jython.jar:.
+langpath=/usr/share/java/json-simple.jar:/usr/share/java/jython.jar:.
 httppath=/usr/share/java/httpclient.jar:/usr/share/java/httpcore.jar:/usr/share/java/commons-logging.jar:/usr/share/java/httpmime.jar
 export CLASSPATH=$(depspath):$(langpath):$(httppath):$(scalapath):.
 

-- 
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