[SCM] freeplane packaging branch, master, updated. debian/1.2.23-1-1-g9a73c5d

Felix Natter fnatter at gmx.net
Wed Jun 26 18:30:35 UTC 2013


The following commit has been merged in the master branch:
commit 9a73c5d06fd843669a0fc571ba70ce2bc4324a37
Author: Felix Natter <fnatter at gmx.net>
Date:   Wed Jun 26 20:20:54 2013 +0200

    fix path to commons-io.jar in core MANIFEST.MF

diff --git a/debian/changelog b/debian/changelog
index 37f00be..bd8de93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freeplane (1.2.23-2) unstable; urgency=low
+
+  * fix path to commons-io.jar in core MANIFEST.MF
+
+ -- Felix Natter <fnatter at gmx.net>  Wed, 26 Jun 2013 20:18:46 +0200
+
 freeplane (1.2.23-1) unstable; urgency=low
 
   * Upload to unstable
diff --git a/debian/patches/15_libraries_manifest.patch b/debian/patches/15_libraries_manifest.patch
index 53ed633..6ce8a6a 100644
--- a/debian/patches/15_libraries_manifest.patch
+++ b/debian/patches/15_libraries_manifest.patch
@@ -12,7 +12,7 @@ adapts jar paths in core MANIFEST as well as plugin MANIFESTs
 - lib/SimplyHTML.jar,
 - lib/jortho.jar,
 + ../../../java/commons-lang.jar,
-+ ../../../commons-io.jar,
++ ../../../java/commons-io.jar,
 + ../../../java/jgoodies-forms.jar,
 + ../../../java/jgoodies-common.jar,
 + ../../../java/gnu-regexp-1.1.4.jar,

-- 
freeplane packaging



More information about the pkg-java-commits mailing list