[pkg-java] r6975 - in trunk/simplyhtml/debian: . patches

ewl-guest at alioth.debian.org ewl-guest at alioth.debian.org
Fri Sep 5 08:27:09 UTC 2008


Author: ewl-guest
Date: 2008-09-05 08:27:08 +0000 (Fri, 05 Sep 2008)
New Revision: 6975

Modified:
   trunk/simplyhtml/debian/changelog
   trunk/simplyhtml/debian/install
   trunk/simplyhtml/debian/links
   trunk/simplyhtml/debian/patches/10_build_xml.patch
   trunk/simplyhtml/debian/rules
Log:
Upgrade to version 0.12.3, for clarifying license.


Modified: trunk/simplyhtml/debian/changelog
===================================================================
--- trunk/simplyhtml/debian/changelog	2008-09-03 18:48:35 UTC (rev 6974)
+++ trunk/simplyhtml/debian/changelog	2008-09-05 08:27:08 UTC (rev 6975)
@@ -1,3 +1,9 @@
+simplyhtml (0.12.3-0) unstable; urgency=low
+
+  * New upstream version, only for copyright/license clarification.
+
+ -- Eric Lavarde <deb at zorglub.s.bawue.de>  Fri, 05 Sep 2008 10:18:53 +0200
+
 simplyhtml (0.12.2-2) unstable; urgency=low
 
   * Remove recommendation for web browser and add missing build-dep on

Modified: trunk/simplyhtml/debian/install
===================================================================
--- trunk/simplyhtml/debian/install	2008-09-03 18:48:35 UTC (rev 6974)
+++ trunk/simplyhtml/debian/install	2008-09-05 08:27:08 UTC (rev 6975)
@@ -1,3 +1,3 @@
-dist/lib/SimplyHTML-0.12.2.jar usr/share/java
-dist/lib/SimplyHTMLHelp-0.12.2.jar usr/share/java
+dist/lib/SimplyHTML-0.12.3.jar usr/share/java
+dist/lib/SimplyHTMLHelp-0.12.3.jar usr/share/java
 simplyhtml usr/bin

Modified: trunk/simplyhtml/debian/links
===================================================================
--- trunk/simplyhtml/debian/links	2008-09-03 18:48:35 UTC (rev 6974)
+++ trunk/simplyhtml/debian/links	2008-09-05 08:27:08 UTC (rev 6975)
@@ -1,2 +1,2 @@
-usr/share/java/SimplyHTML-0.12.2.jar usr/share/java/SimplyHTML.jar
-usr/share/java/SimplyHTMLHelp-0.12.2.jar usr/share/java/SimplyHTMLHelp.jar
+usr/share/java/SimplyHTML-0.12.3.jar usr/share/java/SimplyHTML.jar
+usr/share/java/SimplyHTMLHelp-0.12.3.jar usr/share/java/SimplyHTMLHelp.jar

Modified: trunk/simplyhtml/debian/patches/10_build_xml.patch
===================================================================
--- trunk/simplyhtml/debian/patches/10_build_xml.patch	2008-09-03 18:48:35 UTC (rev 6974)
+++ trunk/simplyhtml/debian/patches/10_build_xml.patch	2008-09-05 08:27:08 UTC (rev 6975)
@@ -6,8 +6,8 @@
  	<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.12.2.jar"/>
-+	<property name="SimplyHTMLHelp.jar" value="${dist.lib}/SimplyHTMLHelp-0.12.2.jar"/>
++	<property name="SimplyHTML.jar" value="${dist.lib}/SimplyHTML-0.12.3.jar"/>
++	<property name="SimplyHTMLHelp.jar" value="${dist.lib}/SimplyHTMLHelp-0.12.3.jar"/>
  	<property name="post" value="../post" />
  	<property name="debug" value="on" />
  	<property name="java_source_version" value="1.4" />

Modified: trunk/simplyhtml/debian/rules
===================================================================
--- trunk/simplyhtml/debian/rules	2008-09-03 18:48:35 UTC (rev 6974)
+++ trunk/simplyhtml/debian/rules	2008-09-05 08:27:08 UTC (rev 6975)
@@ -12,7 +12,7 @@
 DEB_BUILDDIR         := src
 
 LIBRARY=SimplyHTML
-VERSION=0.12.2
+VERSION=0.12.3
 
 build:
 	/usr/bin/docbook-to-man debian/simplyhtml.sgml > simplyhtml.1




More information about the pkg-java-commits mailing list