rev 3301 - kde-extras/taskjuggler/trunk/debian

Fathi Boudra fboudra-guest at costa.debian.org
Sat Mar 11 18:08:02 UTC 2006


Author: fboudra-guest
Date: 2006-03-11 18:08:01 +0000 (Sat, 11 Mar 2006)
New Revision: 3301

Added:
   kde-extras/taskjuggler/trunk/debian/TaskjugglerUI.xml
   kde-extras/taskjuggler/trunk/debian/taskjuggler.xml
Modified:
   kde-extras/taskjuggler/trunk/debian/changelog
   kde-extras/taskjuggler/trunk/debian/rules
Log:
Added manpages

Added: kde-extras/taskjuggler/trunk/debian/TaskjugglerUI.xml
===================================================================
--- kde-extras/taskjuggler/trunk/debian/TaskjugglerUI.xml	2006-03-11 02:21:06 UTC (rev 3300)
+++ kde-extras/taskjuggler/trunk/debian/TaskjugglerUI.xml	2006-03-11 18:08:01 UTC (rev 3301)
@@ -0,0 +1,232 @@
+<?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" [
+  <!ENTITY dhfirstname "<firstname>fathi</firstname>">
+  <!ENTITY dhsurname   "<surname>Boudra</surname>">
+  <!ENTITY dhdate      "<date>mars 11, 2006</date>">
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>fboudra at free.fr</email>">
+  <!ENTITY dhusername  "Fathi Boudra">
+  <!ENTITY dhucpackage "<refentrytitle>TASKJUGGLERUI</refentrytitle>">
+  <!ENTITY dhpackage   "TaskjugglerUI">
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]
+>
+<refentry>
+  <refentryinfo>
+    <address>
+       &dhemail;
+    </address>
+    <author>
+       &dhfirstname; &dhsurname;
+    </author>
+    <copyright>
+      <year>
+         2006
+      </year>
+      <holder>
+         &dhusername;
+      </holder>
+    </copyright>
+     &dhdate;
+  </refentryinfo>
+  <refmeta>
+     &dhucpackage; &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>
+       &dhpackage;
+    </refname>
+    <refpurpose>
+       a KDE graphical front-end for taskjuggler
+    </refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>
+         &dhpackage;
+      </command>
+      <arg>
+        <option>
+          <replaceable>
+             Qt-options
+          </replaceable>
+        </option>
+      </arg>
+      <arg>
+        <option>
+          <replaceable>
+            <filename>
+               KDE-options
+            </filename>
+          </replaceable>
+        </option>
+      </arg>
+      <arg>
+        <option>
+          <replaceable>
+            <filename>
+               URL
+            </filename>
+          </replaceable>
+        </option>
+      </arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>
+       DESCRIPTION
+    </title>
+    <para>
+      <command>
+         &dhpackage;
+      </command>
+       is a graphical user interface for taskjuggler.
+    </para>
+    <para>
+       It's completely an integrated project management environment.
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>
+       OPTIONS
+    </title>
+    <variablelist>
+      <varlistentry>
+        <term>
+          <option>
+             --help
+          </option>
+        </term>
+        <listitem>
+          <para>
+             Show help about options
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             --help-qt
+          </option>
+        </term>
+        <listitem>
+          <para>
+             Show Qt specific options
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             --help-kde
+          </option>
+        </term>
+        <listitem>
+          <para>
+             Show KDE specific options
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             --help-all
+          </option>
+        </term>
+        <listitem>
+          <para>
+             Show all options
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             --author
+          </option>
+        </term>
+        <listitem>
+          <para>
+             Show author information
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             -v
+          </option>
+          <option>
+             --version
+          </option>
+        </term>
+        <listitem>
+          <para>
+             Show version information
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             --license
+          </option>
+        </term>
+        <listitem>
+          <para>
+             Show license information
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             URL
+          </option>
+        </term>
+        <listitem>
+          <para>
+             TaskJuggler Project (TJP) file to open
+          </para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>
+       SEE ALSO
+    </title>
+    <para>
+      <filename>
+         /usr/share/doc/taskjuggler/index.html
+      </filename>
+       , taskjuggler(1)
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>
+       AUTHOR
+    </title>
+    <para>
+       This manual page was written by &dhusername;
+      <email>
+         &dhemail;
+      </email>
+       based on the output of TaskjugglerUI --help for the &debian; system (but may be used by others).
+    </para>
+    <para>
+       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.
+    </para>
+    <para>
+       On Debian systems, the complete text of the GNU General Public License can be found in
+      <filename>
+         /usr/share/common-licenses/GPL
+      </filename>
+       .
+    </para>
+  </refsect1>
+</refentry>

Modified: kde-extras/taskjuggler/trunk/debian/changelog
===================================================================
--- kde-extras/taskjuggler/trunk/debian/changelog	2006-03-11 02:21:06 UTC (rev 3300)
+++ kde-extras/taskjuggler/trunk/debian/changelog	2006-03-11 18:08:01 UTC (rev 3301)
@@ -1,3 +1,11 @@
+taskjuggler () UNRELEASED; urgency=low
+
+  * Updated desktop file
+  * Added taskjuggler and TaskjugglerUI manpages (Closes: #335533)
+  * Build with gcc-4.0 in every arch (Closes: #343023)
+
+ -- Mark Purcell <msp at debian.org>  Tue,  6 Dec 2005 18:28:08 +0000
+
 taskjuggler (2.2.0-1) unstable; urgency=low
 
   * New upstream release

Modified: kde-extras/taskjuggler/trunk/debian/rules
===================================================================
--- kde-extras/taskjuggler/trunk/debian/rules	2006-03-11 02:21:06 UTC (rev 3300)
+++ kde-extras/taskjuggler/trunk/debian/rules	2006-03-11 18:08:01 UTC (rev 3301)
@@ -5,4 +5,12 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_BUILDDIR = .
+DEB_INSTALL_MANPAGES_taskjuggler := debian/taskjuggler.1 debian/TaskjugglerUI.1
 
+build/taskjuggler::
+        /usr/bin/docbook2x-man --to-stdout debian/taskjuggler.xml > debian/taskjuggler.1
+        /usr/bin/docbook2x-man --to-stdout debian/TaskjugglerUI.xml > debian/TaskjugglerUI.1
+
+clean::
+        rm -f debian/taskjuggler.1 debian/TaskjugglerUI.1
+

Added: kde-extras/taskjuggler/trunk/debian/taskjuggler.xml
===================================================================
--- kde-extras/taskjuggler/trunk/debian/taskjuggler.xml	2006-03-11 02:21:06 UTC (rev 3300)
+++ kde-extras/taskjuggler/trunk/debian/taskjuggler.xml	2006-03-11 18:08:01 UTC (rev 3301)
@@ -0,0 +1,268 @@
+<?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" [
+  <!ENTITY dhfirstname "<firstname>fathi</firstname>">
+  <!ENTITY dhsurname   "<surname>Boudra</surname>">
+  <!ENTITY dhdate      "<date>mars 11, 2006</date>">
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>fboudra at free.fr</email>">
+  <!ENTITY dhusername  "Fathi Boudra">
+  <!ENTITY dhucpackage "<refentrytitle>TASKJUGGLER</refentrytitle>">
+  <!ENTITY dhpackage   "taskjuggler">
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]
+>
+<refentry>
+  <refentryinfo>
+    <address>
+       &dhemail;
+    </address>
+    <author>
+       &dhfirstname; &dhsurname;
+    </author>
+    <copyright>
+      <year>
+         2006
+      </year>
+      <holder>
+         &dhusername;
+      </holder>
+    </copyright>
+     &dhdate;
+  </refentryinfo>
+  <refmeta>
+     &dhucpackage; &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>
+       &dhpackage;
+    </refname>
+    <refpurpose>
+       translates project descriptions into HTML or XML reports
+    </refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>
+         &dhpackage;
+      </command>
+      <arg>
+        <option>
+          <replaceable>
+             options
+          </replaceable>
+        </option>
+      </arg>
+      <arg>
+        <option>
+          <replaceable>
+            <filename>
+               &lt;filename1&gt;
+            </filename>
+          </replaceable>
+        </option>
+      </arg>
+      <arg>
+        <option>
+          <replaceable>
+            <filename>
+               &lt;filename2&gt; ...
+            </filename>
+          </replaceable>
+        </option>
+      </arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>
+       DESCRIPTION
+    </title>
+    <para>
+      <command>
+         &dhpackage;
+      </command>
+       must be called with at least one file that contains the project description and the report definitions.
+      <para>
+         Calling it with . as input filename will cause reading from stdin.
+      </para>
+      <para>
+         To redirect output to stdout you can specify -- as filename for reports.
+      </para>
+      <para>
+         This feature can for example be used to generate dynamic HTML pages from CGI scripts.
+      </para>
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>
+       OPTIONS
+    </title>
+    <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 and copyright of program
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             -s
+          </option>
+        </term>
+        <listitem>
+          <para>
+             stop after syntax check
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             -M
+          </option>
+        </term>
+        <listitem>
+          <para>
+             output include dependencies for make utilities
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             --makefile
+            <filename>
+               &lt;file&gt;
+            </filename>
+          </option>
+        </term>
+        <listitem>
+          <para>
+             generate include dependencies for make utilities into the specified file
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             --maxerrors N
+          </option>
+        </term>
+        <listitem>
+          <para>
+             stop after N errors. If N is 0 show all errors
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             --nodepcheck
+          </option>
+        </term>
+        <listitem>
+          <para>
+             don't search for dependency loops
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             --debug N
+          </option>
+        </term>
+        <listitem>
+          <para>
+             print debug output, N must be between 0 and 40, the higher N the more output is printed
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             --dbmode N
+          </option>
+        </term>
+        <listitem>
+          <para>
+             activate debug mode only for certain parts of the code
+          </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>
+             --updatedb
+          </option>
+        </term>
+        <listitem>
+          <para>
+             update the Kotrus database with the new resource usage information
+          </para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>
+       SEE ALSO
+    </title>
+    <para>
+      <filename>
+         /usr/share/doc/taskjuggler/index.html
+      </filename>
+       , TaskjugglerUI(1)
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>
+       AUTHOR
+    </title>
+    <para>
+       This manual page was written by &dhusername;
+      <email>
+         &dhemail;
+      </email>
+       based on the output of taskjuggler --help for the &debian; system (but may be used by others).
+    </para>
+    <para>
+       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.
+    </para>
+    <para>
+       On Debian systems, the complete text of the GNU General Public License can be found in
+      <filename>
+         /usr/share/common-licenses/GPL
+      </filename>
+       .
+    </para>
+  </refsect1>
+</refentry>




More information about the pkg-kde-commits mailing list