--- doxia-1.1.orig/debian/orig-tar.sh +++ doxia-1.1/debian/orig-tar.sh @@ -0,0 +1,18 @@ +#!/bin/sh -e + +TAR=../doxia_$2.orig.tar.gz +DIR=doxia-$2 +TAG=doxia-$2 + +svn export http://svn.apache.org/repos/asf/maven/doxia/doxia/tags/$TAG $DIR +# remove as it's packaged elsewhere +rm -r $DIR/doxia-maven-plugin +tar -c -z -f $TAR $DIR +rm -rf $DIR ../$TAG + +# move to directory 'tarballs' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $TAR $origDir + echo "moved $TAR to $origDir" +fi --- doxia-1.1.orig/debian/doxia-book-components.xml +++ doxia-1.1/debian/doxia-book-components.xml @@ -0,0 +1,130 @@ + + + + org.apache.maven.doxia.book.services.renderer.BookRenderer + rtf + org.apache.maven.doxia.book.services.renderer.RtfBookRenderer + RTF book renderer with the <code>iText</code> framework. + + + org.apache.maven.doxia.Doxia + doxia + + + + + org.apache.maven.doxia.book.services.renderer.BookRenderer + pdf + org.apache.maven.doxia.book.services.renderer.PdfBookRenderer + PDF book renderer with the <code>iText</code> framework. + + + org.apache.maven.doxia.Doxia + doxia + + + + + org.apache.maven.doxia.book.services.renderer.BookRenderer + xhtml + org.apache.maven.doxia.book.services.renderer.XHtmlBookRenderer + <p>XHtmlBookRenderer class. + + + org.apache.maven.doxia.Doxia + doxia + + + + + org.apache.maven.doxia.book.services.renderer.BookRenderer + doc-book + org.apache.maven.doxia.book.services.renderer.DocbookBookRenderer + An implementation of <code>BookRenderer</code> for docbook + + + org.apache.maven.doxia.Doxia + doxia + + + + + org.apache.maven.doxia.book.services.renderer.BookRenderer + xdoc + org.apache.maven.doxia.book.services.renderer.XdocBookRenderer + An implementation of <code>BookRenderer</code> for Xdoc + + + org.apache.maven.doxia.Doxia + doxia + + + org.codehaus.plexus.i18n.I18N + i18n + + + + + org.apache.maven.doxia.book.services.renderer.BookRenderer + latex + org.apache.maven.doxia.book.services.renderer.LatexBookRenderer + <p>LatexBookRenderer class. + + + org.apache.maven.doxia.Doxia + doxia + + + + + org.apache.maven.doxia.book.services.validation.BookValidator + org.apache.maven.doxia.book.services.validation.DefaultBookValidator + Default implementation of BookValidator. + + + org.apache.maven.doxia.book.services.io.BookIo + org.apache.maven.doxia.book.services.io.DefaultBookIo + <p>DefaultBookIo class. + + + org.apache.maven.doxia.module.site.manager.SiteModuleManager + siteModuleManager + + + + + org.apache.maven.doxia.book.services.indexer.BookIndexer + org.apache.maven.doxia.book.services.indexer.DefaultBookIndexer + Default implementation of BookIndexer. + + + org.apache.maven.doxia.Doxia + doxia + + + + + org.apache.maven.doxia.book.BookDoxia + org.apache.maven.doxia.book.DefaultBookDoxia + Default implementation of BookDoxia. + + + org.apache.maven.doxia.book.services.io.BookIo + bookIo + + + org.apache.maven.doxia.book.services.validation.BookValidator + bookValidator + + + org.apache.maven.doxia.book.services.indexer.BookIndexer + bookIndexer + + + org.apache.maven.doxia.book.services.renderer.BookRenderer + bookRenderers + + + + + --- doxia-1.1.orig/debian/changelog +++ doxia-1.1/debian/changelog @@ -0,0 +1,89 @@ +doxia (1.1-3build1) karmic; urgency=low + + * Upload to karmic, avoiding new version from unstable. LP: #443292. + + -- Matthias Klose Thu, 08 Oct 2009 14:20:22 +0200 + +doxia (1.1-3) unstable; urgency=low + + * Upload to unstable. + + -- Torsten Werner Sun, 09 Aug 2009 10:47:26 +0200 + +doxia (1.1-2) experimental; urgency=low + + [ Ludovic Claude ] + * Remove test dependencies from Maven POM descriptors + + [ Torsten Werner ] + * Remove extra Build-Depends-Indep: ant. + + -- Torsten Werner Mon, 03 Aug 2009 21:33:12 +0200 + +doxia (1.1-1) experimental; urgency=low + + [ Ludovic Claude ] + * New upstream version (Closes: #520760) + * Add myself to uploaders + * Add the Maven POMs to the package, + * Add a Build-Depends-Indep dependency on maven-repo-helper + * Use mh_installpom and mh_installjar to install the POM and the jar to the + Maven repository + * Remove the patch itext.diff, use a dependency on libitext1-java + instead to keep using version 1.x of iText. + * Add a dependency on fop and libcommons-configuration-java to build the new + doxia-module-fo + * Remove the dependency on libplexus-container-default-java, it's replaced + by a transitive dependency on libplexus-containers-java (from + libplexus-i18n-java) + * Remove the dependency on classpath-doc on the java-doc package, + it's not needed + * Remove full text of the Apache 2.0 license from debian/copyright + + [ Torsten Werner ] + * Add missing Build-Depends: libcommons-lang-java. + * Upload to experimental. + + -- Torsten Werner Mon, 13 Jul 2009 19:55:39 +0200 + +doxia (1.0-alpha-11-4) unstable; urgency=low + + * Change debian/rules to really use default-jdk. (Closes: #535919) + + -- Torsten Werner Mon, 06 Jul 2009 22:12:34 +0200 + +doxia (1.0-alpha-11-3) unstable; urgency=low + + * Add missing Depends: ${misc:Depends}. + * Change Section: java. + * Update Standards-Version: 3.8.2 (no changes). + * Switch to default-jdk. (Closes: #526278) + + -- Torsten Werner Wed, 01 Jul 2009 22:34:46 +0200 + +doxia (1.0-alpha-11-2) experimental; urgency=low + + * Improve patch itext.diff. + + -- Torsten Werner Fri, 28 Nov 2008 16:49:47 +0100 + +doxia (1.0-alpha-11-1) experimental; urgency=low + + [ Michael Koch ] + * Added watch file. + * Added Homepage, Vcs-Svn and Vcs-Browser fields. + * Added myself to Uploaders. + + [ Torsten Werner ] + * new upstream version + * Added myself to Uploaders. + * Updated Standards-Version to 3.8.0. + * Add patch itext.diff. + + -- Torsten Werner Thu, 27 Nov 2008 20:37:58 +0100 + +doxia (1.0-alpha-7-1) unstable; urgency=low + + * Initial release. (Closes: #413554) + + -- Paul Cager Thu, 12 Jul 2007 10:11:17 +0100 --- doxia-1.1.orig/debian/doxia-module-rtf-components.xml +++ doxia-1.1/debian/doxia-module-rtf-components.xml @@ -0,0 +1,10 @@ + + + + org.apache.maven.doxia.sink.SinkFactory + rtf + org.apache.maven.doxia.module.rtf.RtfSinkFactory + Rtf implementation of the Sink factory. + + + --- doxia-1.1.orig/debian/libdoxia-java.poms +++ doxia-1.1/debian/libdoxia-java.poms @@ -0,0 +1,18 @@ +pom.xml --no-parent +doxia-core/pom.xml +doxia-book/pom.xml +doxia-logging-api/pom.xml +doxia-sink-api/pom.xml +doxia-modules/pom.xml +doxia-modules/doxia-module-apt/pom.xml +doxia-modules/doxia-module-confluence/pom.xml +doxia-modules/doxia-module-docbook-simple/pom.xml +doxia-modules/doxia-module-fml/pom.xml +doxia-modules/doxia-module-fo/pom.xml +doxia-modules/doxia-module-itext/pom.xml +doxia-modules/doxia-module-latex/pom.xml +doxia-modules/doxia-module-rtf/pom.xml +doxia-modules/doxia-module-twiki/pom.xml +doxia-modules/doxia-module-xdoc/pom.xml +doxia-modules/doxia-module-xhtml/pom.xml + --- doxia-1.1.orig/debian/build.xml +++ doxia-1.1/debian/build.xml @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- doxia-1.1.orig/debian/doxia-module-fo-components.xml +++ doxia-1.1/debian/doxia-module-fo-components.xml @@ -0,0 +1,10 @@ + + + + org.apache.maven.doxia.sink.SinkFactory + fo + org.apache.maven.doxia.module.fo.FoSinkFactory + FO implementation of the Sink factory. + + + --- doxia-1.1.orig/debian/doxia-module-twiki-components.xml +++ doxia-1.1/debian/doxia-module-twiki-components.xml @@ -0,0 +1,22 @@ + + + + org.apache.maven.doxia.module.site.SiteModule + twiki + org.apache.maven.doxia.module.twiki.TWikiSiteModule + {@link org. + + + org.apache.maven.doxia.parser.Parser + twiki + org.apache.maven.doxia.module.twiki.TWikiParser + Parse the <a href="http://twiki. + + + org.apache.maven.doxia.sink.SinkFactory + twiki + org.apache.maven.doxia.module.twiki.TWikiSinkFactory + TWiki implementation of the Sink factory. + + + --- doxia-1.1.orig/debian/rules +++ doxia-1.1/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +PACKAGE := $(DEB_SOURCE_PACKAGE) +VERSION := $(DEB_UPSTREAM_VERSION) +JAVA_HOME := /usr/lib/jvm/default-java +DEB_JARS := ant-nodeps +DEB_ANT_BUILD_TARGET := package javadoc +DEB_ANT_BUILDFILE := debian/build.xml +DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dversion=$(VERSION) +API_DOCS := build/api +CORE_LIBS := core book logging-api sink-api +MODULES := apt confluence docbook-simple fml fo itext latex rtf twiki xdoc xhtml + +get-orig-source: + -uscan --download-version $(VERSION) --force-download --rename + +makebuilddir/lib$(PACKAGE)-java:: + set -e; for COMPONENT in doxia-core doxia-book $(addprefix doxia-modules/doxia-module-, $(MODULES)); do \ + COMPONENT_FILE=debian/$$(echo $$COMPONENT | cut -d'/' -f2 -)-components.xml; \ + if [ -e $$COMPONENT_FILE ]; then \ + install -d $$COMPONENT/build/classes/META-INF/plexus; \ + install -m644 -T $$COMPONENT_FILE $$COMPONENT/build/classes/META-INF/plexus/components.xml; \ + fi \ + done + +binary-post-install/lib$(PACKAGE)-java:: + mh_installpoms -plib$(PACKAGE)-java + set -e; for LIB in $(CORE_LIBS); do \ + mh_installjar -plib$(PACKAGE)-java -l --usj-name=$(PACKAGE)-$$LIB $(PACKAGE)-$$LIB/pom.xml $(PACKAGE)-$$LIB/build/$(PACKAGE)-$$LIB-$(VERSION).jar; \ + done + set -e; for MODULE in $(MODULES); do \ + mh_installjar -plib$(PACKAGE)-java -l --usj-name=$(PACKAGE)-module-$$MODULE $(PACKAGE)-modules/doxia-module-$$MODULE/pom.xml $(PACKAGE)-modules/doxia-module-$$MODULE/build/$(PACKAGE)-module-$$MODULE-$(VERSION).jar; \ + done + +binary-post-install/lib$(PACKAGE)-java-doc:: + dh_install -plib$(PACKAGE)-java-doc $(API_DOCS) usr/share/doc/lib$(PACKAGE)-java + +clean:: + -rm -rf debian/tmp + +# Extract plexus components.xml files generated from a standard Maven build +PLEXUS_COMPONENTS=$(shell find . -name components.xml | grep "target/classes" | sed -re "s,.*/([a-z-]+)/target/.*,debian/\1-components.xml,") + +debian/%-components.xml: + # In $* + find . -type f -path *$*/target/classes/META-INF/plexus/components.xml -exec cp '{}' $@ \; + if [ -e $*/target/classes/META-INF/plexus/components.xml ]; then \ + cp $*/target/classes/META-INF/plexus/components.xml $@; \ + fi + +copy-plexus-components: $(PLEXUS_COMPONENTS) --- doxia-1.1.orig/debian/doxia-module-docbook-simple-components.xml +++ doxia-1.1/debian/doxia-module-docbook-simple-components.xml @@ -0,0 +1,39 @@ + + + + + org.apache.maven.doxia.module.site.SiteModule + docbook + org.apache.maven.doxia.module.docbook.DocBookSiteModule + <p>DocBookSiteModule class. + + + org.apache.maven.doxia.parser.Parser + docbook + org.apache.maven.doxia.module.docbook.DocBookParser + Parse a <a href="http://www. + + + org.apache.maven.doxia.sink.SinkFactory + docbook + org.apache.maven.doxia.module.docbook.DocbookSinkFactory + Docbook implementation of the Sink factory. + + + org.apache.maven.doxia.parser.Parser + doc-book + org.apache.maven.doxia.module.docbook.DocBookParser + Parse a <code>Docbook</code> document and emit events into the specified doxia + Sink. + + org.apache.maven.doxia.sink.SinkFactory + doc-book + org.apache.maven.doxia.module.docbook.DocbookSinkFactory + Docbook implementation of the Sink factory. + + org.apache.maven.doxia.module.site.SiteModule + doc-book + org.apache.maven.doxia.module.docbook.DocBookSiteModule + + + --- doxia-1.1.orig/debian/doxia-module-fml-components.xml +++ doxia-1.1/debian/doxia-module-fml-components.xml @@ -0,0 +1,16 @@ + + + + org.apache.maven.doxia.module.site.SiteModule + fml + org.apache.maven.doxia.module.fml.FmlSiteModule + <p>FmlSiteModule class. + + + org.apache.maven.doxia.parser.Parser + fml + org.apache.maven.doxia.module.fml.FmlParser + Parse a fml model and emit events into the specified doxia Sink. + + + --- doxia-1.1.orig/debian/doxia-module-xhtml-components.xml +++ doxia-1.1/debian/doxia-module-xhtml-components.xml @@ -0,0 +1,22 @@ + + + + org.apache.maven.doxia.sink.SinkFactory + xhtml + org.apache.maven.doxia.module.xhtml.XhtmlSinkFactory + Xhtml implementation of the Sink factory. + + + org.apache.maven.doxia.parser.Parser + xhtml + org.apache.maven.doxia.module.xhtml.XhtmlParser + Parse an xhtml model and emit events into a Doxia Sink. + + + org.apache.maven.doxia.module.site.SiteModule + xhtml + org.apache.maven.doxia.module.xhtml.XhtmlSiteModule + <p>XhtmlSiteModule class. + + + --- doxia-1.1.orig/debian/doxia-module-confluence-components.xml +++ doxia-1.1/debian/doxia-module-confluence-components.xml @@ -0,0 +1,22 @@ + + + + org.apache.maven.doxia.parser.Parser + confluence + org.apache.maven.doxia.module.confluence.ConfluenceParser + Parse the <a href="http://www. + + + org.apache.maven.doxia.module.site.SiteModule + confluence + org.apache.maven.doxia.module.confluence.ConfluenceSiteModule + <p>ConfluenceSiteModule class. + + + org.apache.maven.doxia.sink.SinkFactory + confluence + org.apache.maven.doxia.module.confluence.ConfluenceSinkFactory + Confluence implementation of the Sink factory. + + + --- doxia-1.1.orig/debian/maven.ignoreRules +++ doxia-1.1/debian/maven.ignoreRules @@ -0,0 +1 @@ +org.apache.maven.doxia doxia-core test-jar --- doxia-1.1.orig/debian/doxia-core-components.xml +++ doxia-1.1/debian/doxia-core-components.xml @@ -0,0 +1,73 @@ + + + + org.apache.maven.doxia.parser.manager.ParserManager + org.apache.maven.doxia.parser.manager.DefaultParserManager + Simple implementation of the <code>ParserManager</code> interface. + + + org.apache.maven.doxia.parser.Parser + parsers + + + + + org.apache.maven.doxia.module.site.manager.SiteModuleManager + org.apache.maven.doxia.module.site.manager.DefaultSiteModuleManager + Simple implementation of the SiteModuleManager interface. + + + org.apache.maven.doxia.module.site.SiteModule + siteModules + + + + + org.apache.maven.doxia.macro.Macro + echo + org.apache.maven.doxia.macro.EchoMacro + A simple macro that prints out the key and value of some supplied parameters. + + + org.apache.maven.doxia.macro.Macro + snippet + org.apache.maven.doxia.macro.snippet.SnippetMacro + A macro that prints out the content of a file or a URL. + + + org.apache.maven.doxia.macro.Macro + swf + org.apache.maven.doxia.macro.SwfMacro + Macro for embedding Flash (SWF) within Maven documentation. + + + org.apache.maven.doxia.macro.manager.MacroManager + org.apache.maven.doxia.macro.manager.DefaultMacroManager + Default implementation of <code>MacroManager</code> + + + org.apache.maven.doxia.macro.Macro + macros + + + + + org.apache.maven.doxia.macro.Macro + toc + org.apache.maven.doxia.macro.toc.TocMacro + Macro to display a <code>Table Of Content</code> in a given <code>Sink</code>. + + + org.apache.maven.doxia.Doxia + org.apache.maven.doxia.DefaultDoxia + Simple implementation of the Doxia interface: +uses a ParserManager to lookup a parser. + + + org.apache.maven.doxia.parser.manager.ParserManager + parserManager + + + + + --- doxia-1.1.orig/debian/doxia-module-apt-components.xml +++ doxia-1.1/debian/doxia-module-apt-components.xml @@ -0,0 +1,28 @@ + + + + + org.apache.maven.doxia.parser.Parser + apt + org.apache.maven.doxia.module.apt.AptParser + The APT parser. + + + org.apache.maven.doxia.macro.manager.MacroManager + macroManager + + + + org.apache.maven.doxia.module.site.SiteModule + apt + org.apache.maven.doxia.module.apt.AptSiteModule + <p>AptSiteModule class. + + + org.apache.maven.doxia.sink.SinkFactory + apt + org.apache.maven.doxia.module.apt.AptSinkFactory + APT implementation of the Sink factory. + + + --- doxia-1.1.orig/debian/copyright +++ doxia-1.1/debian/copyright @@ -0,0 +1,71 @@ +This package was debianized by + Trygve Laugstol + Paul Cager + +The Debian packaging is Copyright (c) 2007 Trygve Laugstol and is licensed under +the GNU General Public License version 2. On Debian systems, the complete text +of the GNU General Public License version 2 can be found in +'/usr/share/common-licenses/GPL-2'. + + +Doxia was downloaded from + http://maven.apache.org/doxia/ + +Upstream Authors: + The Apache Software Foundation + Brett Porter + Emmanuel Venisse + James Taylor + Lars Trieloff + Vincent Siveton + Juan F. Codagnone + Rod Johnson + + +Copyright: + Copyright (C) 2002-2005 The Apache Software Foundation. + Copyright (C) 2005 Juan F. Codagnone + Copyright (C) 2005 Zauber + +License: + A number of source files in this package have missing or invalid + license declarations. Upstream have fixed this in their SVN, and the + situation discussed in + http://lists.debian.org/debian-devel/2007/07/msg00042.html + The consensus was that it should not prevent the package + entering Debian. + + The source files in question are: + + + These files have no copyright statement or license declaration: + doxia-sink-api/src/main/java/org/codehaus/doxia/sink/Sink.java + doxia-core/src/main/java/org/apache/maven/doxia/module/confluence/parser/table/TableRowBlock.java + doxia-core/src/main/java/org/apache/maven/doxia/module/confluence/parser/SectionBlock.java + doxia-core/src/main/java/org/apache/maven/doxia/module/common/ByLineReaderSource.java + doxia-core/src/main/java/org/apache/maven/doxia/module/common/ByLineSource.java + + + These files have "Copyright (c) 2005 Your Corporation. All Rights + Reserved" with no license declaration: + doxia-core/src/main/java/org/apache/maven/doxia/module/confluence/parser/SectionBlockParser.java + doxia-core/src/main/java/org/apache/maven/doxia/module/confluence/parser/VerbatimBlock.java + doxia-core/src/main/java/org/apache/maven/doxia/module/confluence/parser/VerbatimBlockParser.java + doxia-core/src/main/java/org/apache/maven/doxia/module/confluence/parser/TextBlock.java + + Otherwise the following license declaration is made: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +On Debian systems, the complete text of the Apache License +version 2.0 can be found in /usr/share/common-licenses/Apache-2.0 --- doxia-1.1.orig/debian/doxia-module-xdoc-components.xml +++ doxia-1.1/debian/doxia-module-xdoc-components.xml @@ -0,0 +1,28 @@ + + + + + org.apache.maven.doxia.module.site.SiteModule + xdoc + org.apache.maven.doxia.module.xdoc.XdocSiteModule + <p>XdocSiteModule class. + + + org.apache.maven.doxia.sink.SinkFactory + xdoc + org.apache.maven.doxia.module.xdoc.XdocSinkFactory + Xdoc implementation of the Sink factory. + + + org.apache.maven.doxia.parser.Parser + xdoc + org.apache.maven.doxia.module.xdoc.XdocParser + Parse an xdoc model and emit events into the specified doxia Sink. + + + org.apache.maven.doxia.macro.manager.MacroManager + macroManager + + + + --- doxia-1.1.orig/debian/compat +++ doxia-1.1/debian/compat @@ -0,0 +1 @@ +5 --- doxia-1.1.orig/debian/watch +++ doxia-1.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://svn.apache.org/repos/asf/maven/doxia/doxia/tags/ doxia-(\d.*)/ \ + debian debian/orig-tar.sh --- doxia-1.1.orig/debian/build.properties +++ doxia-1.1/debian/build.properties @@ -0,0 +1,26 @@ +javadoc.dir=build/api +maven.test.skip=true +classpath.compile = \ + ${basedir}/doxia-logging-api/build/doxia-logging-api-${version}.jar:\ + ${basedir}/doxia-sink-api/build/doxia-sink-api-${version}.jar:\ + ${basedir}/doxia-core/build/doxia-core-${version}.jar:\ + ${basedir}/doxia-modules/doxia-module-apt/build/doxia-module-apt-${version}.jar:\ + ${basedir}/doxia-modules/doxia-module-docbook-simple/build/doxia-module-docbook-simple-${version}.jar:\ + ${basedir}/doxia-modules/doxia-module-itext/build/doxia-module-itext-${version}.jar:\ + ${basedir}/doxia-modules/doxia-module-latex/build/doxia-module-latex-${version}.jar:\ + ${basedir}/doxia-modules/doxia-module-xdoc/build/doxia-module-xdoc-${version}.jar:\ + ${basedir}/doxia-modules/doxia-module-xhtml/build/doxia-module-xhtml-${version}.jar:\ + /usr/share/java/plexus-container-default.jar:\ + /usr/share/java/plexus-i18n.jar:\ + /usr/share/java/plexus-utils.jar:\ + /usr/share/java/plexus-velocity.jar:\ + /usr/share/java/velocity.jar:\ + /usr/share/java/modello-core.jar:\ + /usr/share/java/modello-plugin-xml.jar:\ + /usr/share/java/modello-plugin-xpp3.jar:\ + /usr/share/java/modello-plugin-xsd.jar:\ + /usr/share/java/maven-ant-helper.jar:\ + /usr/share/java/commons-configuration.jar:\ + /usr/share/java/commons-lang.jar:\ + /usr/share/java/fop.jar:\ + /usr/share/java/itext1.jar --- doxia-1.1.orig/debian/doxia-module-latex-components.xml +++ doxia-1.1/debian/doxia-module-latex-components.xml @@ -0,0 +1,10 @@ + + + + org.apache.maven.doxia.sink.SinkFactory + latex + org.apache.maven.doxia.module.latex.LatexSinkFactory + Latex implementation of the Sink factory. + + + --- doxia-1.1.orig/debian/maven.rules +++ doxia-1.1/debian/maven.rules @@ -0,0 +1,3 @@ +com.lowagie itext jar 1.4 +junit junit jar s/3\..*/3.x/ +log4j log4j jar s/1\.2\..*/1.2.x/ --- doxia-1.1.orig/debian/doxia-module-itext-components.xml +++ doxia-1.1/debian/doxia-module-itext-components.xml @@ -0,0 +1,10 @@ + + + + org.apache.maven.doxia.sink.SinkFactory + itext + org.apache.maven.doxia.module.itext.ITextSinkFactory + IText implementation of the Sink factory. + + + --- doxia-1.1.orig/debian/control +++ doxia-1.1/debian/control @@ -0,0 +1,51 @@ +Source: doxia +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Trygve Laugstol , Paul Cager , Michael Koch , + Torsten Werner +Build-Depends-Indep: maven-repo-helper (>= 0.7), maven-ant-helper (>> 4), ant-optional, + libmodello-java, openjdk-6-doc, + libplexus-containers-java, libplexus-utils-java, libplexus-i18n-java, libxerces2-java, + libcommons-configuration-java, fop, liblog4j1.2-java, libjaxp1.3-java, libitext1-java +Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk, quilt +Standards-Version: 3.8.2 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/doxia +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/doxia +Homepage: http://maven.apache.org/doxia/ + +Package: libdoxia-java +Architecture: all +Depends: ${misc:Depends}, libplexus-containers-java, libplexus-utils-java, libplexus-i18n-java, libxerces2-java +Recommends: libcommons-configuration-java, fop, liblog4j1.2-java, libjaxp1.3-java, libitext1-java +Suggests: libdoxia-java-doc +Description: a powerful content generation framework + Doxia is a content generation framework which aims to provide its users + with powerful techniques for generating static and dynamic content. + . + Doxia can be used to generate static sites in addition to being + incorporated into dynamic content generation systems like blogs, wikis + and content management systems. + . + Doxia is used exensively by Maven and it powers the entire + documentation system of Maven. It gives Maven the ability to take any + document that Doxia supports and output it any format. + +Package: libdoxia-java-doc +Architecture: all +Section: doc +Depends: ${misc:Depends}, openjdk-6-doc | classpath-doc +Suggests: libdoxia-java +Description: a powerful content generation framework + Doxia is a content generation framework which aims to provide its users + with powerful techniques for generating static and dynamic content. + . + Doxia can be used to generate static sites in addition to being + incorporated into dynamic content generation systems like blogs, wikis + and content management systems. + . + Doxia is used exensively by Maven and it powers the entire + documentation system of Maven. It gives Maven the ability to take any + document that Doxia supports and output it any format. + . + This package provides the API documentation for Doxia. --- doxia-1.1.orig/debian/libdoxia-java-doc.doc-base +++ doxia-1.1/debian/libdoxia-java-doc.doc-base @@ -0,0 +1,9 @@ +Document: libdoxia-java +Title: API Javadoc for libdoxia +Author: doxia developers +Abstract: This is the API Javadoc provided by the libdoxia library. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libdoxia-java/api/index.html +Files: /usr/share/doc/libdoxia-java/api/* --- doxia-1.1.orig/debian/patches/series +++ doxia-1.1/debian/patches/series @@ -0,0 +1 @@ +dependencies.patch --- doxia-1.1.orig/debian/patches/dependencies.patch +++ doxia-1.1/debian/patches/dependencies.patch @@ -0,0 +1,14 @@ +--- a/doxia-modules/doxia-module-fo/pom.xml ++++ b/doxia-modules/doxia-module-fo/pom.xml +@@ -71,11 +71,6 @@ + 1.0.b2 + + +- xml-apis +- xmlParserAPIs +- 2.0.2 +- +- + org.codehaus.plexus + plexus-utils +