Author: drazzib Date: 2010-03-27 19:33:58 +0000 (Sat, 27 Mar 2010) New Revision: 11953
Added: trunk/uimaj/debian/manpages/validateDescriptor.xml trunk/uimaj/debian/uima-utils.manpages Modified: trunk/uimaj/debian/TODO trunk/uimaj/debian/control trunk/uimaj/debian/manpages/annotationViewer.xml trunk/uimaj/debian/manpages/cpeGui.xml trunk/uimaj/debian/manpages/documentAnalyzer.xml trunk/uimaj/debian/manpages/jcasgen.xml trunk/uimaj/debian/manpages/runAE.xml trunk/uimaj/debian/manpages/runCPE.xml trunk/uimaj/debian/manpages/runPearInstaller.xml trunk/uimaj/debian/manpages/runPearMerger.xml trunk/uimaj/debian/manpages/runPearPackager.xml trunk/uimaj/debian/rules trunk/uimaj/debian/uima-utils.install Log: uimaj: first step for manpages Modified: trunk/uimaj/debian/TODO =================================================================== --- trunk/uimaj/debian/TODO 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/TODO 2010-03-27 19:33:58 UTC (rev 11953) @@ -1,13 +1,14 @@ - Do full source code review (org.tar.gz) - Remove ./uima-docbook-tool/tools/common-lib/*.jar - Remove ./uimaj-eclipse-update-site/features/*.jar + Remove ./uima-docbook-tool/tools/common-lib/*.jar + Remove ./uimaj-eclipse-update-site/features/*.jar + Review copyright and licence - Build-Depends: Upload fixed maven2/libmaven2-core (plugins version) - Build-Depends: Upload geronimo-activation-1.1-spec (NEW) - Or switch to libgnujaf-java ? + Or switch to libgnujaf-java ? - Enable uimaj-examples module. Need: - 1) org.eclipse.emf:common:jar:2.1.0 - 2) org.eclipse.emf:ecore:jar:2.1.0 - 3) org.eclipse.emf:ecore-xmi:jar:2.1.0 -- Update and install manpages + 1) org.eclipse.emf:common:jar:2.1.0 + 2) org.eclipse.emf:ecore:jar:2.1.0 + 3) org.eclipse.emf:ecore-xmi:jar:2.1.0 +- Update manpages - Check .desktop files with FreeDesktop and Debian Policy compliance - Build and install documentation reference (from docbook) Modified: trunk/uimaj/debian/control =================================================================== --- trunk/uimaj/debian/control 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/control 2010-03-27 19:33:58 UTC (rev 11953) @@ -6,7 +6,8 @@ Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper, maven-repo-helper (>= 1.0.6), libmaven2-core-java (>> 2.2.1-1), maven2 (>> 2.2.1-2) Build-Depends-Indep: junit, ant, ant-contrib, libaxis-java, libcommons-io-java, liblog4j1.2-java, - libgeronimo-activation-1.1-spec-java, default-jdk-doc, libmaven-javadoc-plugin-java, libmaven-site-plugin-java + libgeronimo-activation-1.1-spec-java, default-jdk-doc, libmaven-javadoc-plugin-java, libmaven-site-plugin-java, + docbook-xsl, xsltproc Standards-Version: 3.8.4 Homepage: http://incubator.apache.org/uima/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/uimaj/ Modified: trunk/uimaj/debian/manpages/annotationViewer.xml =================================================================== --- trunk/uimaj/debian/manpages/annotationViewer.xml 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/manpages/annotationViewer.xml 2010-03-27 19:33:58 UTC (rev 11953) @@ -2,46 +2,21 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ -<!-- - -Process this file with an XSLT processor: `xsltproc \ --''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl manpage.dbk'. A manual page -<package>.<section> will be generated. You may view the -manual page with: nroff -man <package>.<section> | less'. A -typical entry in a Makefile or Makefile.am is: - -DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl -XP=xsltproc -''-nonet - -manpage.1: manpage.dbk - $(XP) $(DB2MAN) $< - -The xsltproc binary is found in the xsltproc package. The -XSL files are in docbook-xsl. Please remember that if you -create the nroff version in one of the debian/rules file -targets (such as build), you will need to include xsltproc -and docbook-xsl in your Build-Depends control field. - ---> - <!-- Fill in your name for FIRSTNAME and SURNAME. --> - <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>"> - <!ENTITY dhsurname "<surname>SURNAME</surname>"> + <!ENTITY dhfirstname "<firstname>Fabien</firstname>"> + <!ENTITY dhsurname "<surname>Poulard</surname>"> <!-- Please adjust the date whenever revising the manpage. --> <!ENTITY dhdate "<date>juillet 3, 2008</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> - <!ENTITY dhsection "<manvolnum>SECTION</manvolnum>"> + <!ENTITY dhsection "<manvolnum>1</manvolnum>"> <!ENTITY dhemail "<email>[email protected]</email>"> <!ENTITY dhusername "Fabien Poulard"> - <!ENTITY dhucpackage "<refentrytitle>UIMA-BASE</refentrytitle>"> - <!ENTITY dhpackage "uima-base"> + <!ENTITY dhucpackage "<refentrytitle>UIMA-UTILS</refentrytitle>"> + <!ENTITY dhpackage "annotationViewer"> <!ENTITY debian "<productname>Debian</productname>"> <!ENTITY gnu "<acronym>GNU</acronym>"> - <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> ]> <refentry> @@ -50,7 +25,7 @@ &dhemail; </address> <copyright> - <year>2007</year> + <year>2010</year> <holder>&dhusername;</holder> </copyright> &dhdate; @@ -63,7 +38,7 @@ <refnamediv> <refname>&dhpackage;</refname> - <refpurpose>program to do something</refpurpose> + <refpurpose>tool for viewing analysis results that have been saved</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> @@ -129,15 +104,23 @@ <title>AUTHOR</title> <para>This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 any - later version published by the Free Software Foundation. + the &debian; system (but may be used by others). + 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. </para> - <para> - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - </para> + <para> + On Debian systems, the complete text of the Apache 2.0 + License can be found in /usr/share/common-licenses/Apache-2.0. + </para> </refsect1> </refentry> Modified: trunk/uimaj/debian/manpages/cpeGui.xml =================================================================== --- trunk/uimaj/debian/manpages/cpeGui.xml 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/manpages/cpeGui.xml 2010-03-27 19:33:58 UTC (rev 11953) @@ -2,46 +2,21 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ -<!-- - -Process this file with an XSLT processor: `xsltproc \ --''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl manpage.dbk'. A manual page -<package>.<section> will be generated. You may view the -manual page with: nroff -man <package>.<section> | less'. A -typical entry in a Makefile or Makefile.am is: - -DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl -XP=xsltproc -''-nonet - -manpage.1: manpage.dbk - $(XP) $(DB2MAN) $< - -The xsltproc binary is found in the xsltproc package. The -XSL files are in docbook-xsl. Please remember that if you -create the nroff version in one of the debian/rules file -targets (such as build), you will need to include xsltproc -and docbook-xsl in your Build-Depends control field. - ---> - <!-- Fill in your name for FIRSTNAME and SURNAME. --> - <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>"> - <!ENTITY dhsurname "<surname>SURNAME</surname>"> + <!ENTITY dhfirstname "<firstname>Fabien</firstname>"> + <!ENTITY dhsurname "<surname>Poulard</surname>"> <!-- Please adjust the date whenever revising the manpage. --> <!ENTITY dhdate "<date>juillet 3, 2008</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> - <!ENTITY dhsection "<manvolnum>SECTION</manvolnum>"> + <!ENTITY dhsection "<manvolnum>1</manvolnum>"> <!ENTITY dhemail "<email>[email protected]</email>"> <!ENTITY dhusername "Fabien Poulard"> - <!ENTITY dhucpackage "<refentrytitle>UIMA-BASE</refentrytitle>"> - <!ENTITY dhpackage "uima-base"> + <!ENTITY dhucpackage "<refentrytitle>UIMA-UTILS</refentrytitle>"> + <!ENTITY dhpackage "cpeGui"> <!ENTITY debian "<productname>Debian</productname>"> <!ENTITY gnu "<acronym>GNU</acronym>"> - <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> ]> <refentry> @@ -50,7 +25,7 @@ &dhemail; </address> <copyright> - <year>2007</year> + <year>2010</year> <holder>&dhusername;</holder> </copyright> &dhdate; @@ -63,7 +38,7 @@ <refnamediv> <refname>&dhpackage;</refname> - <refpurpose>program to do something</refpurpose> + <refpurpose>graphical tool that allows you to assemble and run CPE</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> @@ -129,15 +104,23 @@ <title>AUTHOR</title> <para>This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 any - later version published by the Free Software Foundation. + the &debian; system (but may be used by others). + 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. </para> - <para> - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - </para> + <para> + On Debian systems, the complete text of the Apache 2.0 + License can be found in /usr/share/common-licenses/Apache-2.0. + </para> </refsect1> </refentry> Modified: trunk/uimaj/debian/manpages/documentAnalyzer.xml =================================================================== --- trunk/uimaj/debian/manpages/documentAnalyzer.xml 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/manpages/documentAnalyzer.xml 2010-03-27 19:33:58 UTC (rev 11953) @@ -2,46 +2,21 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ -<!-- - -Process this file with an XSLT processor: `xsltproc \ --''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl manpage.dbk'. A manual page -<package>.<section> will be generated. You may view the -manual page with: nroff -man <package>.<section> | less'. A -typical entry in a Makefile or Makefile.am is: - -DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl -XP=xsltproc -''-nonet - -manpage.1: manpage.dbk - $(XP) $(DB2MAN) $< - -The xsltproc binary is found in the xsltproc package. The -XSL files are in docbook-xsl. Please remember that if you -create the nroff version in one of the debian/rules file -targets (such as build), you will need to include xsltproc -and docbook-xsl in your Build-Depends control field. - ---> - <!-- Fill in your name for FIRSTNAME and SURNAME. --> - <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>"> - <!ENTITY dhsurname "<surname>SURNAME</surname>"> + <!ENTITY dhfirstname "<firstname>Fabien</firstname>"> + <!ENTITY dhsurname "<surname>Poulard</surname>"> <!-- Please adjust the date whenever revising the manpage. --> <!ENTITY dhdate "<date>juillet 3, 2008</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> - <!ENTITY dhsection "<manvolnum>SECTION</manvolnum>"> + <!ENTITY dhsection "<manvolnum>1</manvolnum>"> <!ENTITY dhemail "<email>[email protected]</email>"> <!ENTITY dhusername "Fabien Poulard"> - <!ENTITY dhucpackage "<refentrytitle>UIMA-BASE</refentrytitle>"> - <!ENTITY dhpackage "uima-base"> + <!ENTITY dhucpackage "<refentrytitle>UIMA-UTILS</refentrytitle>"> + <!ENTITY dhpackage "documentAnalyzer"> <!ENTITY debian "<productname>Debian</productname>"> <!ENTITY gnu "<acronym>GNU</acronym>"> - <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> ]> <refentry> @@ -50,7 +25,7 @@ &dhemail; </address> <copyright> - <year>2007</year> + <year>2010</year> <holder>&dhusername;</holder> </copyright> &dhdate; @@ -63,7 +38,7 @@ <refnamediv> <refname>&dhpackage;</refname> - <refpurpose>program to do something</refpurpose> + <refpurpose>tool for testing annotators and AEs</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> @@ -129,15 +104,23 @@ <title>AUTHOR</title> <para>This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 any - later version published by the Free Software Foundation. + the &debian; system (but may be used by others). + 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. </para> - <para> - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - </para> + <para> + On Debian systems, the complete text of the Apache 2.0 + License can be found in /usr/share/common-licenses/Apache-2.0. + </para> </refsect1> </refentry> Modified: trunk/uimaj/debian/manpages/jcasgen.xml =================================================================== --- trunk/uimaj/debian/manpages/jcasgen.xml 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/manpages/jcasgen.xml 2010-03-27 19:33:58 UTC (rev 11953) @@ -2,46 +2,21 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ -<!-- - -Process this file with an XSLT processor: `xsltproc \ --''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl manpage.dbk'. A manual page -<package>.<section> will be generated. You may view the -manual page with: nroff -man <package>.<section> | less'. A -typical entry in a Makefile or Makefile.am is: - -DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl -XP=xsltproc -''-nonet - -manpage.1: manpage.dbk - $(XP) $(DB2MAN) $< - -The xsltproc binary is found in the xsltproc package. The -XSL files are in docbook-xsl. Please remember that if you -create the nroff version in one of the debian/rules file -targets (such as build), you will need to include xsltproc -and docbook-xsl in your Build-Depends control field. - ---> - <!-- Fill in your name for FIRSTNAME and SURNAME. --> - <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>"> - <!ENTITY dhsurname "<surname>SURNAME</surname>"> + <!ENTITY dhfirstname "<firstname>Fabien</firstname>"> + <!ENTITY dhsurname "<surname>Poulard</surname>"> <!-- Please adjust the date whenever revising the manpage. --> <!ENTITY dhdate "<date>juillet 3, 2008</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> - <!ENTITY dhsection "<manvolnum>SECTION</manvolnum>"> + <!ENTITY dhsection "<manvolnum>1</manvolnum>"> <!ENTITY dhemail "<email>[email protected]</email>"> <!ENTITY dhusername "Fabien Poulard"> - <!ENTITY dhucpackage "<refentrytitle>UIMA-BASE</refentrytitle>"> - <!ENTITY dhpackage "uima-base"> + <!ENTITY dhucpackage "<refentrytitle>UIMA-UTILS</refentrytitle>"> + <!ENTITY dhpackage "jcasgen"> <!ENTITY debian "<productname>Debian</productname>"> <!ENTITY gnu "<acronym>GNU</acronym>"> - <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> ]> <refentry> @@ -50,7 +25,7 @@ &dhemail; </address> <copyright> - <year>2007</year> + <year>2010</year> <holder>&dhusername;</holder> </copyright> &dhdate; @@ -63,7 +38,7 @@ <refnamediv> <refname>&dhpackage;</refname> - <refpurpose>program to do something</refpurpose> + <refpurpose>create Java source files for classes that enable JCas access to the CAS</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> @@ -129,15 +104,23 @@ <title>AUTHOR</title> <para>This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 any - later version published by the Free Software Foundation. + the &debian; system (but may be used by others). + 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. </para> - <para> - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - </para> + <para> + On Debian systems, the complete text of the Apache 2.0 + License can be found in /usr/share/common-licenses/Apache-2.0. + </para> </refsect1> </refentry> Modified: trunk/uimaj/debian/manpages/runAE.xml =================================================================== --- trunk/uimaj/debian/manpages/runAE.xml 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/manpages/runAE.xml 2010-03-27 19:33:58 UTC (rev 11953) @@ -2,46 +2,21 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ -<!-- - -Process this file with an XSLT processor: `xsltproc \ --''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl manpage.dbk'. A manual page -<package>.<section> will be generated. You may view the -manual page with: nroff -man <package>.<section> | less'. A -typical entry in a Makefile or Makefile.am is: - -DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl -XP=xsltproc -''-nonet - -manpage.1: manpage.dbk - $(XP) $(DB2MAN) $< - -The xsltproc binary is found in the xsltproc package. The -XSL files are in docbook-xsl. Please remember that if you -create the nroff version in one of the debian/rules file -targets (such as build), you will need to include xsltproc -and docbook-xsl in your Build-Depends control field. - ---> - <!-- Fill in your name for FIRSTNAME and SURNAME. --> - <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>"> - <!ENTITY dhsurname "<surname>SURNAME</surname>"> + <!ENTITY dhfirstname "<firstname>Fabien</firstname>"> + <!ENTITY dhsurname "<surname>Poulard</surname>"> <!-- Please adjust the date whenever revising the manpage. --> <!ENTITY dhdate "<date>juillet 3, 2008</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> - <!ENTITY dhsection "<manvolnum>SECTION</manvolnum>"> + <!ENTITY dhsection "<manvolnum>1</manvolnum>"> <!ENTITY dhemail "<email>[email protected]</email>"> <!ENTITY dhusername "Fabien Poulard"> - <!ENTITY dhucpackage "<refentrytitle>UIMA-BASE</refentrytitle>"> - <!ENTITY dhpackage "uima-base"> + <!ENTITY dhucpackage "<refentrytitle>UIMA-UTILS</refentrytitle>"> + <!ENTITY dhpackage "runAE"> <!ENTITY debian "<productname>Debian</productname>"> <!ENTITY gnu "<acronym>GNU</acronym>"> - <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> ]> <refentry> @@ -50,7 +25,7 @@ &dhemail; </address> <copyright> - <year>2007</year> + <year>2010</year> <holder>&dhusername;</holder> </copyright> &dhdate; @@ -63,7 +38,7 @@ <refnamediv> <refname>&dhpackage;</refname> - <refpurpose>program to do something</refpurpose> + <refpurpose>launcher for an UIMA Analyze Engine</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> @@ -129,15 +104,23 @@ <title>AUTHOR</title> <para>This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 any - later version published by the Free Software Foundation. + the &debian; system (but may be used by others). + 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. </para> - <para> - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - </para> + <para> + On Debian systems, the complete text of the Apache 2.0 + License can be found in /usr/share/common-licenses/Apache-2.0. + </para> </refsect1> </refentry> Modified: trunk/uimaj/debian/manpages/runCPE.xml =================================================================== --- trunk/uimaj/debian/manpages/runCPE.xml 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/manpages/runCPE.xml 2010-03-27 19:33:58 UTC (rev 11953) @@ -2,46 +2,21 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ -<!-- - -Process this file with an XSLT processor: `xsltproc \ --''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl manpage.dbk'. A manual page -<package>.<section> will be generated. You may view the -manual page with: nroff -man <package>.<section> | less'. A -typical entry in a Makefile or Makefile.am is: - -DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl -XP=xsltproc -''-nonet - -manpage.1: manpage.dbk - $(XP) $(DB2MAN) $< - -The xsltproc binary is found in the xsltproc package. The -XSL files are in docbook-xsl. Please remember that if you -create the nroff version in one of the debian/rules file -targets (such as build), you will need to include xsltproc -and docbook-xsl in your Build-Depends control field. - ---> - <!-- Fill in your name for FIRSTNAME and SURNAME. --> - <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>"> - <!ENTITY dhsurname "<surname>SURNAME</surname>"> + <!ENTITY dhfirstname "<firstname>Fabien</firstname>"> + <!ENTITY dhsurname "<surname>Poulard</surname>"> <!-- Please adjust the date whenever revising the manpage. --> <!ENTITY dhdate "<date>juillet 3, 2008</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> - <!ENTITY dhsection "<manvolnum>SECTION</manvolnum>"> + <!ENTITY dhsection "<manvolnum>1</manvolnum>"> <!ENTITY dhemail "<email>[email protected]</email>"> <!ENTITY dhusername "Fabien Poulard"> - <!ENTITY dhucpackage "<refentrytitle>UIMA-BASE</refentrytitle>"> - <!ENTITY dhpackage "uima-base"> + <!ENTITY dhucpackage "<refentrytitle>UIMA-UTILS</refentrytitle>"> + <!ENTITY dhpackage "runCPE"> <!ENTITY debian "<productname>Debian</productname>"> <!ENTITY gnu "<acronym>GNU</acronym>"> - <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> ]> <refentry> @@ -50,7 +25,7 @@ &dhemail; </address> <copyright> - <year>2007</year> + <year>2010</year> <holder>&dhusername;</holder> </copyright> &dhdate; @@ -129,15 +104,23 @@ <title>AUTHOR</title> <para>This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 any - later version published by the Free Software Foundation. + the &debian; system (but may be used by others). + 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. </para> - <para> - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - </para> + <para> + On Debian systems, the complete text of the Apache 2.0 + License can be found in /usr/share/common-licenses/Apache-2.0. + </para> </refsect1> </refentry> Modified: trunk/uimaj/debian/manpages/runPearInstaller.xml =================================================================== --- trunk/uimaj/debian/manpages/runPearInstaller.xml 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/manpages/runPearInstaller.xml 2010-03-27 19:33:58 UTC (rev 11953) @@ -2,46 +2,21 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ -<!-- - -Process this file with an XSLT processor: `xsltproc \ --''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl manpage.dbk'. A manual page -<package>.<section> will be generated. You may view the -manual page with: nroff -man <package>.<section> | less'. A -typical entry in a Makefile or Makefile.am is: - -DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl -XP=xsltproc -''-nonet - -manpage.1: manpage.dbk - $(XP) $(DB2MAN) $< - -The xsltproc binary is found in the xsltproc package. The -XSL files are in docbook-xsl. Please remember that if you -create the nroff version in one of the debian/rules file -targets (such as build), you will need to include xsltproc -and docbook-xsl in your Build-Depends control field. - ---> - <!-- Fill in your name for FIRSTNAME and SURNAME. --> - <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>"> - <!ENTITY dhsurname "<surname>SURNAME</surname>"> + <!ENTITY dhfirstname "<firstname>Fabien</firstname>"> + <!ENTITY dhsurname "<surname>Poulard</surname>"> <!-- Please adjust the date whenever revising the manpage. --> <!ENTITY dhdate "<date>juillet 3, 2008</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> - <!ENTITY dhsection "<manvolnum>SECTION</manvolnum>"> + <!ENTITY dhsection "<manvolnum>1</manvolnum>"> <!ENTITY dhemail "<email>[email protected]</email>"> <!ENTITY dhusername "Fabien Poulard"> - <!ENTITY dhucpackage "<refentrytitle>UIMA-BASE</refentrytitle>"> - <!ENTITY dhpackage "uima-base"> + <!ENTITY dhucpackage "<refentrytitle>UIMA-UTILS</refentrytitle>"> + <!ENTITY dhpackage "runPearInstaller"> <!ENTITY debian "<productname>Debian</productname>"> <!ENTITY gnu "<acronym>GNU</acronym>"> - <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> ]> <refentry> @@ -50,7 +25,7 @@ &dhemail; </address> <copyright> - <year>2007</year> + <year>2010</year> <holder>&dhusername;</holder> </copyright> &dhdate; @@ -63,7 +38,7 @@ <refnamediv> <refname>&dhpackage;</refname> - <refpurpose>program to do something</refpurpose> + <refpurpose>GUI based Java application that helps installing UIMA compliant components</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> @@ -129,15 +104,23 @@ <title>AUTHOR</title> <para>This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 any - later version published by the Free Software Foundation. + the &debian; system (but may be used by others). + 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. </para> - <para> - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - </para> + <para> + On Debian systems, the complete text of the Apache 2.0 + License can be found in /usr/share/common-licenses/Apache-2.0. + </para> </refsect1> </refentry> Modified: trunk/uimaj/debian/manpages/runPearMerger.xml =================================================================== --- trunk/uimaj/debian/manpages/runPearMerger.xml 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/manpages/runPearMerger.xml 2010-03-27 19:33:58 UTC (rev 11953) @@ -2,46 +2,21 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ -<!-- - -Process this file with an XSLT processor: `xsltproc \ --''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl manpage.dbk'. A manual page -<package>.<section> will be generated. You may view the -manual page with: nroff -man <package>.<section> | less'. A -typical entry in a Makefile or Makefile.am is: - -DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl -XP=xsltproc -''-nonet - -manpage.1: manpage.dbk - $(XP) $(DB2MAN) $< - -The xsltproc binary is found in the xsltproc package. The -XSL files are in docbook-xsl. Please remember that if you -create the nroff version in one of the debian/rules file -targets (such as build), you will need to include xsltproc -and docbook-xsl in your Build-Depends control field. - ---> - <!-- Fill in your name for FIRSTNAME and SURNAME. --> - <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>"> - <!ENTITY dhsurname "<surname>SURNAME</surname>"> + <!ENTITY dhfirstname "<firstname>Fabien</firstname>"> + <!ENTITY dhsurname "<surname>Poulard</surname>"> <!-- Please adjust the date whenever revising the manpage. --> <!ENTITY dhdate "<date>juillet 3, 2008</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> - <!ENTITY dhsection "<manvolnum>SECTION</manvolnum>"> + <!ENTITY dhsection "<manvolnum>1</manvolnum>"> <!ENTITY dhemail "<email>[email protected]</email>"> <!ENTITY dhusername "Fabien Poulard"> - <!ENTITY dhucpackage "<refentrytitle>UIMA-BASE</refentrytitle>"> - <!ENTITY dhpackage "uima-base"> + <!ENTITY dhucpackage "<refentrytitle>UIMA-UTILS</refentrytitle>"> + <!ENTITY dhpackage "runPearMerger"> <!ENTITY debian "<productname>Debian</productname>"> <!ENTITY gnu "<acronym>GNU</acronym>"> - <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> ]> <refentry> @@ -50,7 +25,7 @@ &dhemail; </address> <copyright> - <year>2007</year> + <year>2010</year> <holder>&dhusername;</holder> </copyright> &dhdate; @@ -63,7 +38,7 @@ <refnamediv> <refname>&dhpackage;</refname> - <refpurpose>program to do something</refpurpose> + <refpurpose>takes two or more PEAR files and merges their contents</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> @@ -129,15 +104,23 @@ <title>AUTHOR</title> <para>This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 any - later version published by the Free Software Foundation. + the &debian; system (but may be used by others). + 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. </para> - <para> - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - </para> + <para> + On Debian systems, the complete text of the Apache 2.0 + License can be found in /usr/share/common-licenses/Apache-2.0. + </para> </refsect1> </refentry> Modified: trunk/uimaj/debian/manpages/runPearPackager.xml =================================================================== --- trunk/uimaj/debian/manpages/runPearPackager.xml 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/manpages/runPearPackager.xml 2010-03-27 19:33:58 UTC (rev 11953) @@ -2,46 +2,21 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ -<!-- - -Process this file with an XSLT processor: `xsltproc \ --''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl manpage.dbk'. A manual page -<package>.<section> will be generated. You may view the -manual page with: nroff -man <package>.<section> | less'. A -typical entry in a Makefile or Makefile.am is: - -DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ -manpages/docbook.xsl -XP=xsltproc -''-nonet - -manpage.1: manpage.dbk - $(XP) $(DB2MAN) $< - -The xsltproc binary is found in the xsltproc package. The -XSL files are in docbook-xsl. Please remember that if you -create the nroff version in one of the debian/rules file -targets (such as build), you will need to include xsltproc -and docbook-xsl in your Build-Depends control field. - ---> - <!-- Fill in your name for FIRSTNAME and SURNAME. --> - <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>"> - <!ENTITY dhsurname "<surname>SURNAME</surname>"> + <!ENTITY dhfirstname "<firstname>Fabien</firstname>"> + <!ENTITY dhsurname "<surname>Poulard</surname>"> <!-- Please adjust the date whenever revising the manpage. --> <!ENTITY dhdate "<date>juillet 3, 2008</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> - <!ENTITY dhsection "<manvolnum>SECTION</manvolnum>"> + <!ENTITY dhsection "<manvolnum>1</manvolnum>"> <!ENTITY dhemail "<email>[email protected]</email>"> <!ENTITY dhusername "Fabien Poulard"> - <!ENTITY dhucpackage "<refentrytitle>UIMA-BASE</refentrytitle>"> - <!ENTITY dhpackage "uima-base"> + <!ENTITY dhucpackage "<refentrytitle>UIMA-UTILS</refentrytitle>"> + <!ENTITY dhpackage "runPearPackager"> <!ENTITY debian "<productname>Debian</productname>"> <!ENTITY gnu "<acronym>GNU</acronym>"> - <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> ]> <refentry> @@ -50,7 +25,7 @@ &dhemail; </address> <copyright> - <year>2007</year> + <year>2010</year> <holder>&dhusername;</holder> </copyright> &dhdate; @@ -63,7 +38,7 @@ <refnamediv> <refname>&dhpackage;</refname> - <refpurpose>program to do something</refpurpose> + <refpurpose>takes some PEAR settings to create an UIMA PEAR file</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> @@ -129,15 +104,23 @@ <title>AUTHOR</title> <para>This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 any - later version published by the Free Software Foundation. + the &debian; system (but may be used by others). + 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. </para> - <para> - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - </para> + <para> + On Debian systems, the complete text of the Apache 2.0 + License can be found in /usr/share/common-licenses/Apache-2.0. + </para> </refsect1> </refentry> Added: trunk/uimaj/debian/manpages/validateDescriptor.xml =================================================================== --- trunk/uimaj/debian/manpages/validateDescriptor.xml (rev 0) +++ trunk/uimaj/debian/manpages/validateDescriptor.xml 2010-03-27 19:33:58 UTC (rev 11953) @@ -0,0 +1,127 @@ +<?xml version='1.0' encoding='ISO-8859-1'?> +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + + <!-- Fill in your name for FIRSTNAME and SURNAME. --> + <!ENTITY dhfirstname "<firstname>Fabien</firstname>"> + <!ENTITY dhsurname "<surname>Poulard</surname>"> + <!-- Please adjust the date whenever revising the manpage. --> + <!ENTITY dhdate "<date>juillet 3, 2008</date>"> + <!-- SECTION should be 1-8, maybe w/ subsection other parameters are + allowed: see man(7), man(1). --> + <!ENTITY dhsection "<manvolnum>1</manvolnum>"> + <!ENTITY dhemail "<email>[email protected]</email>"> + <!ENTITY dhusername "Fabien Poulard"> + <!ENTITY dhucpackage "<refentrytitle>UIMA-UTILS</refentrytitle>"> + <!ENTITY dhpackage "validateDescriptor"> + + <!ENTITY debian "<productname>Debian</productname>"> + <!ENTITY gnu "<acronym>GNU</acronym>"> +]> + +<refentry> + <refentryinfo> + <address> + &dhemail; + </address> + <copyright> + <year>2010</year> + <holder>&dhusername;</holder> + </copyright> + &dhdate; + </refentryinfo> + <refmeta> + &dhucpackage; + + &dhsection; + </refmeta> + <refnamediv> + <refname>&dhpackage;</refname> + + <refpurpose>simple component descriptor validator</refpurpose> + </refnamediv> + <refsynopsisdiv> + <cmdsynopsis> + <command>&dhpackage;</command> + + <arg><option>-e <replaceable>this</replaceable></option></arg> + + <arg><option>--example <replaceable>that</replaceable></option></arg> + </cmdsynopsis> + </refsynopsisdiv> + <refsect1> + <title>DESCRIPTION</title> + + <para>This manual page documents briefly the + <command>&dhpackage;</command> and <command>bar</command> + commands.</para> + + <para>This manual page was written for the &debian; distribution + because the original program does not have a manual page. + Instead, it has documentation in the &gnu; + <application>Info</application> format; see below.</para> + + <para><command>&dhpackage;</command> is a program that...</para> + + </refsect1> + <refsect1> + <title>OPTIONS</title> + + <para>These programs follow the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. For a complete description, see the + <application>Info</application> files.</para> + + <variablelist> + <varlistentry> + <term><option>-h</option> + <option>--help</option> + </term> + <listitem> + <para>Show summary of options.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>-v</option> + <option>--version</option> + </term> + <listitem> + <para>Show version of program.</para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + <refsect1> + <title>SEE ALSO</title> + + <para>bar (1), baz (1).</para> + + <para>The programs are documented fully by <citetitle>The Rise and + Fall of a Fooish Bar</citetitle> available via the + <application>Info</application> system.</para> + </refsect1> + <refsect1> + <title>AUTHOR</title> + + <para>This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). + 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. + </para> + <para> + On Debian systems, the complete text of the Apache 2.0 + License can be found in /usr/share/common-licenses/Apache-2.0. + </para> + + </refsect1> +</refentry> + Modified: trunk/uimaj/debian/rules =================================================================== --- trunk/uimaj/debian/rules 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/rules 2010-03-27 19:33:58 UTC (rev 11953) @@ -3,25 +3,31 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk -# Use uimaj/pom.xml for build -DEB_BUILDDIR := uimaj -JAVA_HOME := /usr/lib/jvm/default-java -# Enough memory to aggregate Javadoc -JAVA_OPTS += -Xmx512m - # Debug Build #export DH_VERBOSE = 1 #JAVA_OPTS += -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 #DEB_MAVEN_ARGS += -e -X VERSION := $(DEB_UPSTREAM_VERSION)-incubating -MY_PATCHPOM_ARGS := --debian-build --keep-pom-version --maven-repo=$(DEB_MAVEN_REPO) $(DEB_PATCHPOMS_ARGS) +# Use uimaj/pom.xml for build +DEB_BUILDDIR := uimaj +JAVA_HOME := /usr/lib/jvm/default-java +# Enough memory to aggregate Javadoc +JAVA_OPTS += -Xmx512m + # Use new javadoc:aggregate target to generate Javadoc DEB_MAVEN_DOC_TARGET = javadoc:aggregate # Disable auto-install because we use multiple packages DEB_MAVEN_INSTALL_TARGET = +# Args for our custom mh_patchpoms calls +MY_PATCHPOM_ARGS := --debian-build --keep-pom-version --maven-repo=$(DEB_MAVEN_REPO) $(DEB_PATCHPOMS_ARGS) +# Manpages generation +DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl +XP=xsltproc -''-nonet +UIMA_MANPAGES := annotationViewer.1 documentAnalyzer.1 cpeGui.1 jcasgen.1 runCPE.1 runAE.1 runPearInstaller.1 runPearInstaller.1 runPearMerger.1 runPearPackager.1 validateDescriptor.1 + get-orig-source: uscan --force-download --rename @@ -41,6 +47,8 @@ mh_unpatchpoms -plibuima-cpe-java mh_unpatchpoms -plibuima-document-annotation-java mh_unpatchpoms -plibuima-tools-java + -rm -rf debian/tmp + -rm $(UIMA_MANPAGES) binary-install/libuima-vinci-java:: mh_installpoms -plibuima-vinci-java -e$(VERSION) @@ -80,11 +88,14 @@ mv debian/uima-utils/usr/bin/cpeGui.sh debian/uima-utils/usr/bin/cpeGui mv debian/uima-utils/usr/bin/documentAnalyzer.sh debian/uima-utils/usr/bin/documentAnalyzer mv debian/uima-utils/usr/bin/jcasgen.sh debian/uima-utils/usr/bin/jcasgen - mv debian/uima-utils/usr/bin/runCPE.sh debian/uima-utils/usr/bin/runCPE + #mv debian/uima-utils/usr/bin/runCPE.sh debian/uima-utils/usr/bin/runCPE mv debian/uima-utils/usr/bin/runAE.sh debian/uima-utils/usr/bin/runAE mv debian/uima-utils/usr/bin/runPearInstaller.sh debian/uima-utils/usr/bin/runPearInstaller mv debian/uima-utils/usr/bin/runPearMerger.sh debian/uima-utils/usr/bin/runPearMerger mv debian/uima-utils/usr/bin/runPearPackager.sh debian/uima-utils/usr/bin/runPearPackager mv debian/uima-utils/usr/bin/validateDescriptor.sh debian/uima-utils/usr/bin/validateDescriptor +build/uima-utils:: $(UIMA_MANPAGES) +%.1: debian/manpages/%.xml + $(XP) $(DB2MAN) $< Modified: trunk/uimaj/debian/uima-utils.install =================================================================== --- trunk/uimaj/debian/uima-utils.install 2010-03-27 14:21:21 UTC (rev 11952) +++ trunk/uimaj/debian/uima-utils.install 2010-03-27 19:33:58 UTC (rev 11953) @@ -4,7 +4,7 @@ uimaj-distr/src/main/scripts/documentAnalyzer.sh /usr/bin/ uimaj-distr/src/main/scripts/jcasgen.sh /usr/bin/ uimaj-distr/src/main/scripts/runAE.sh /usr/bin/ -uimaj-distr/src/main/scripts/runCPE.sh /usr/bin/ +#uimaj-distr/src/main/scripts/runCPE.sh /usr/bin/ uimaj-distr/src/main/scripts/runPearInstaller.sh /usr/bin/ uimaj-distr/src/main/scripts/runPearMerger.sh /usr/bin/ uimaj-distr/src/main/scripts/runPearPackager.sh /usr/bin/ Added: trunk/uimaj/debian/uima-utils.manpages =================================================================== --- trunk/uimaj/debian/uima-utils.manpages (rev 0) +++ trunk/uimaj/debian/uima-utils.manpages 2010-03-27 19:33:58 UTC (rev 11953) @@ -0,0 +1,11 @@ +annotationViewer.1 +cpeGui.1 +documentAnalyzer.1 +jcasgen.1 +runAE.1 +#runCPE.1 +runPearInstaller.1 +runPearMerger.1 +runPearPackager.1 +validateDescriptor.1 + _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

