[xml/sgml-commit] r2272 - in /packages/herold/trunk/debian: CHANGES changelog patches/fixclasspath.patch patches/jarsdir.patch rules watch

malat at users.alioth.debian.org malat at users.alioth.debian.org
Mon Mar 21 09:57:36 UTC 2016


Author: malat
Date: Mon Mar 21 09:57:35 2016
New Revision: 2272

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2272
Log:
prepare upload

Modified:
    packages/herold/trunk/debian/CHANGES
    packages/herold/trunk/debian/changelog
    packages/herold/trunk/debian/patches/fixclasspath.patch
    packages/herold/trunk/debian/patches/jarsdir.patch
    packages/herold/trunk/debian/rules
    packages/herold/trunk/debian/watch

Modified: packages/herold/trunk/debian/CHANGES
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/herold/trunk/debian/CHANGES?rev=2272&op=diff
==============================================================================
--- packages/herold/trunk/debian/CHANGES	(original)
+++ packages/herold/trunk/debian/CHANGES	Mon Mar 21 09:57:35 2016
@@ -1,3 +1,70 @@
+        News
+
+   [2015-11-26] herold Release 8.0.1
+              * Fixed another wrong section nesting within document
+                fragments. (Trafo Issue #2)
+
+   [2015-11-21] herold Release 8.0.0
+              * The mapping of HTML elements and attributes element can be
+                fine tuned by using node or attribute sections. See the
+                manual for details Herold Manpage.
+              * Fixed wrong section nesting within document fragments. (Trafo
+                Issue #1)
+
+   [2015-05-27] dodo Release 8.0.2
+              * Fixed pdf customization layer. A lot of white space was
+                produced under certain circumstances.
+              * Minor fixes.
+
+   [2015-05-27] dbdoclet Release 8.0.3
+              * Cleanup of the log messages.
+              * Minor fixes.
+
+   [2014-09-03] dbdoclet Release 8.0.2
+              * Validation against the DocBook5 XSD Schema while constructing
+                the document.
+
+   [2014-07-30] dbdoclet Release 8.0.1
+              * Support for JDK 1.8.
+              * Possibility to specify special configurations for problematic
+                classes.
+              * New command line option -f (Issue #2).
+              * Fixed ClassCastException in BrEditor (Issue #1).
+              * Fixed "Cannot find class" error in dbdoclet.bat (Issue #3).
+
+   [2014-02-28] dbdoclet Release 7.1.0
+              * The generated UML class diagrams are containing the
+                information about the fields and methods for the documented
+                class now.
+              * Bug fixes.
+
+   [2014-02-28] dodo Release 7.0.0
+              * Improved PDF layout.
+              * Updated dbdoclet and fop.
+              * GUI bug fixes.
+
+   [2013-10-23] dbdoclet Release 7.0.0
+              * The javadoc doclet is now separated from GUI.
+              * The javadoc doclet is now released under the GPLv3.
+              * New configuration parameters.
+              * Improved cross references.
+              * Fixed processing of @inheritDoc tag.
+              * Minor fixes.
+
+   [2013-03-27] herold Release 6.1.0
+              * New section detection via css class names. If your HTML
+                contains headings which are not using the h1-6 tags, but via
+                css formatted p, div or similiar tags, the new section
+                detection can help you to create the proper sectioning
+                structure in DocBook.
+              * List detection via css class names. Sometimes HTML contains
+                "lists", which truly are special formatted paragraphs. The
+                new list detection can help you to reconstruct the proper
+                lists in DocBook.
+
+   [2013-02-20] dbdoclet Release 6.1.0
+              * New configuration file format.
+              * GUI fixes.
 
    [2012-12-20] herold Release 6.0.4
               * Fixed invalid section nesting, when parameter
@@ -455,4 +522,4 @@
                 longer than the specified width, are splitted into serveral
                 lines with a backslash character in the end.
 
-   Copyright (c) 2001-2012, Michael Fuchs
+   Copyright © 2001-2015, Michael Fuchs

Modified: packages/herold/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/herold/trunk/debian/changelog?rev=2272&op=diff
==============================================================================
--- packages/herold/trunk/debian/changelog	(original)
+++ packages/herold/trunk/debian/changelog	Mon Mar 21 09:57:35 2016
@@ -1,3 +1,9 @@
+herold (8.0.1-1) UNRELEASED; urgency=medium
+
+  * New upstream.
+
+ -- Mathieu Malaterre <malat at debian.org>  Mon, 21 Mar 2016 10:44:06 +0100
+
 herold (6.1.0-1) unstable; urgency=low
 
   * New upstream. Closes: #697525, #698421

Modified: packages/herold/trunk/debian/patches/fixclasspath.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/herold/trunk/debian/patches/fixclasspath.patch?rev=2272&op=diff
==============================================================================
--- packages/herold/trunk/debian/patches/fixclasspath.patch	(original)
+++ packages/herold/trunk/debian/patches/fixclasspath.patch	Mon Mar 21 09:57:35 2016
@@ -2,19 +2,18 @@
  It would be nice to have a better patch since this breaks at each new release...
 Author: Mathieu Malaterre <malat at debian.org>
 
-Index: src/java/META-INF/MANIFEST.MF
-===================================================================
---- src.orig/java/META-INF/MANIFEST.MF	2013-03-27 09:44:06.000000000 +0100
-+++ src/java/META-INF/MANIFEST.MF	2013-04-01 10:03:16.718617282 +0200
-@@ -1,10 +1,5 @@
+--- a/java/META-INF/MANIFEST.MF
++++ b/java/META-INF/MANIFEST.MF
+@@ -1,9 +1,6 @@
  Manifest-Version: 1.0
 -Ant-Version: Apache Ant 1.8.2
--Created-By: 1.6.0_32-b05 (Sun Microsystems Inc.)
+-Created-By: 1.8.0_45-b14 (Oracle Corporation)
  Main-Class: org.dbdoclet.herold.Herold
- Specification-Version: 6.1.0
- Implementation-Version: 6.1.0
--Class-Path: ../conf/       org.antlr.runtime.jar       org.apache.comm
-- ons.jxpath.jar      org.apache.commons.logging.jar      org.apache.lo
-- g4j.jar
--
+-Specification-Version: 8.0.4-SNAPSHOT
+-Implementation-Version: 8.0.4-SNAPSHOT
+-Class-Path: ../conf/  org.antlr.runtime.jar   org.apache.commons.jxpat
+- h.jar  org.apache.commons.logging.jar  org.apache.log4j.jar
++Specification-Version: 8.0.1
++Implementation-Version: 8.0.1
+ 
 +Class-Path: /usr/share/herold/conf/ antlr3-runtime.jar xml-resolver.jar commons-jxpath.jar commons-codec.jar xmlgraphics-commons.jar commons-logging.jar

Modified: packages/herold/trunk/debian/patches/jarsdir.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/herold/trunk/debian/patches/jarsdir.patch?rev=2272&op=diff
==============================================================================
--- packages/herold/trunk/debian/patches/jarsdir.patch	(original)
+++ packages/herold/trunk/debian/patches/jarsdir.patch	Mon Mar 21 09:57:35 2016
@@ -3,13 +3,11 @@
 Author: Mathieu Malaterre <malat at debian.org>
 Forwarded: not-needed
 
-Index: src/build.xml
-===================================================================
---- src.orig/build.xml	2012-11-07 11:14:32.000000000 +0100
-+++ src/build.xml	2012-11-07 11:35:27.694682453 +0100
+--- a/build.xml
++++ b/build.xml
 @@ -13,7 +13,7 @@
- 			<include name="org/dbdoclet/trafo/tag/html/*" />
- 			<include name="org/dbdoclet/trafo/html/docbook/editor/**" />
+ 			<include name="org/dbdoclet/tag/html/*" />
+ 			<include name="org/dbdoclet/trafo/internal/html/docbook/editor/**" />
  			<classpath>
 -				<fileset dir="../jars">
 +				<fileset dir="jars">

Modified: packages/herold/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/herold/trunk/debian/rules?rev=2272&op=diff
==============================================================================
--- packages/herold/trunk/debian/rules	(original)
+++ packages/herold/trunk/debian/rules	Mon Mar 21 09:57:35 2016
@@ -33,9 +33,9 @@
 
 # download missing files:
 # See #693306
-TARGZ=herold-6.0.3-152.tar.gz
+TARGZ=herold-8.0.1-244.tar.gz
 debian/dbdoclet.css:
-	wget http://www.dbdoclet.org/archives/$(TARGZ)
+	wget http://www.dbdoclet.org/archives/herold/$(TARGZ)
 	tar xfz $(TARGZ)
 	mv ./herold/profiles debian
 	mv ./herold/conf debian

Modified: packages/herold/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/herold/trunk/debian/watch?rev=2272&op=diff
==============================================================================
--- packages/herold/trunk/debian/watch	(original)
+++ packages/herold/trunk/debian/watch	Mon Mar 21 09:57:35 2016
@@ -1,4 +1,5 @@
 version=3
 #http://www.dbdoclet.org/archives/herold-src-([\d\.]+)-[\d]+\.zip
+#https://github.com/mfuchs23/trafo/releases
 http://www.dbdoclet.org/index.html \
   http://www.dbdoclet.org/archives/herold-src-([\d\.]+)-[\d]+\.zip




More information about the debian-xml-sgml-commit mailing list