[simplyhtml] 03/03: upgrade to 0.16.13 which fixes two critical bugs
Felix Natter
fnatter-guest at moszumanska.debian.org
Thu Dec 31 17:22:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
fnatter-guest pushed a commit to branch master
in repository simplyhtml.
commit 49ab1dc31bb2a0a2a22206f4f47e6797e0eb31d0
Author: Felix Natter <fnatter at gmx.net>
Date: Thu Dec 31 18:21:45 2015 +0100
upgrade to 0.16.13 which fixes two critical bugs
---
debian/changelog | 6 ++++++
debian/install | 4 ++--
debian/links | 4 ++--
debian/patches/10_build_xml.patch | 4 ++--
debian/rules | 2 +-
5 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 475d8e6..0b04614 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+simplyhtml (0.16.13-1) unstable; urgency=medium
+
+ * New upstream version (fixes two critical bugs)
+
+ -- Felix Natter <fnatter at gmx.net> Thu, 31 Dec 2015 18:12:57 +0100
+
simplyhtml (0.16.11-1) unstable; urgency=medium
* New upstream version (key binding for paste as plain text,
diff --git a/debian/install b/debian/install
index b79e120..444b4f8 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1,3 @@
-dist/lib/SimplyHTML-0.16.11.jar usr/share/java
-dist/lib/SimplyHTMLHelp-0.16.11.jar usr/share/java
+dist/lib/SimplyHTML-0.16.13.jar usr/share/java
+dist/lib/SimplyHTMLHelp-0.16.13.jar usr/share/java
simplyhtml usr/bin
diff --git a/debian/links b/debian/links
index 7d4abf4..104b556 100644
--- a/debian/links
+++ b/debian/links
@@ -1,2 +1,2 @@
-usr/share/java/SimplyHTML-0.16.11.jar usr/share/java/SimplyHTML.jar
-usr/share/java/SimplyHTMLHelp-0.16.11.jar usr/share/java/SimplyHTMLHelp.jar
+usr/share/java/SimplyHTML-0.16.13.jar usr/share/java/SimplyHTML.jar
+usr/share/java/SimplyHTMLHelp-0.16.13.jar usr/share/java/SimplyHTMLHelp.jar
diff --git a/debian/patches/10_build_xml.patch b/debian/patches/10_build_xml.patch
index 6b57b7b..659726c 100644
--- a/debian/patches/10_build_xml.patch
+++ b/debian/patches/10_build_xml.patch
@@ -7,8 +7,8 @@ adapt paths to jar dependencies (/usr/share/java/*.jar)
<property name="dist.lib" value="${dist}/lib" />
- <property name="SimplyHTML.jar" value="${dist.lib}/SimplyHTML.jar"/>
- <property name="SimplyHTMLHelp.jar" value="${dist.lib}/SimplyHTMLHelp.jar"/>
-+ <property name="SimplyHTML.jar" value="${dist.lib}/SimplyHTML-0.16.11.jar"/>
-+ <property name="SimplyHTMLHelp.jar" value="${dist.lib}/SimplyHTMLHelp-0.16.11.jar"/>
++ <property name="SimplyHTML.jar" value="${dist.lib}/SimplyHTML-0.16.13.jar"/>
++ <property name="SimplyHTMLHelp.jar" value="${dist.lib}/SimplyHTMLHelp-0.16.13.jar"/>
<property name="SimplyHTMLsources.jar" value="${dist.lib}/SimplyHTML-sources.jar"/>
<property name="post" value="../post" />
<property name="debug" value="on" />
diff --git a/debian/rules b/debian/rules
index b9ee8be..4defe74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ DEB_ANT_BUILD_TARGET := full-dist
DEB_BUILDDIR := src
LIBRARY=SimplyHTML
-VERSION=0.16.11
+VERSION=0.16.13
build:
/usr/bin/docbook-to-man debian/simplyhtml.sgml > simplyhtml.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/simplyhtml.git
More information about the pkg-java-commits
mailing list