[med-svn] r20 - in trunk/packages/treeviewx/trunk/debian: . patches

Charles Plessy charles-guest at costa.debian.org
Tue Apr 18 14:14:42 UTC 2006


Author: charles-guest
Date: 2006-04-18 14:14:41 +0000 (Tue, 18 Apr 2006)
New Revision: 20

Added:
   trunk/packages/treeviewx/trunk/debian/treeviewx.desktop
   trunk/packages/treeviewx/trunk/debian/tv.1.xml
Removed:
   trunk/packages/treeviewx/trunk/debian/patches/80_new-manpage_tv.sgml.dpatch
   trunk/packages/treeviewx/trunk/debian/patches/81_desktop_file.dpatch
Modified:
   trunk/packages/treeviewx/trunk/debian/patches/00list
Log:
Storing new files as patches was clearly a dpatch abuse.


Modified: trunk/packages/treeviewx/trunk/debian/patches/00list
===================================================================
--- trunk/packages/treeviewx/trunk/debian/patches/00list	2006-04-18 12:58:15 UTC (rev 19)
+++ trunk/packages/treeviewx/trunk/debian/patches/00list	2006-04-18 14:14:41 UTC (rev 20)
@@ -1,4 +1,2 @@
 50_wxT_tv.cpp.dpatch
 51_wxT_tview.cpp.dpatch
-80_new-manpage_tv.sgml.dpatch
-81_desktop_file.dpatch

Deleted: trunk/packages/treeviewx/trunk/debian/patches/80_new-manpage_tv.sgml.dpatch
===================================================================
--- trunk/packages/treeviewx/trunk/debian/patches/80_new-manpage_tv.sgml.dpatch	2006-04-18 12:58:15 UTC (rev 19)
+++ trunk/packages/treeviewx/trunk/debian/patches/80_new-manpage_tv.sgml.dpatch	2006-04-18 14:14:41 UTC (rev 20)
@@ -1,152 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 80_new-manpage_tv.sgml.dpatch by  <charles at sorbet.igloo>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Adding a manpage which is not part of the original sources
-
- at DPATCH@
-
---- tv-0.5.1-old/tv.sgml	1970-01-01 09:00:00.000000000 +0900
-+++ tv-0.5.1/tv.sgml	2006-03-13 09:43:02.000000000 +0900
-@@ -0,0 +1,141 @@
-+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-+
-+<!-- Process this file with docbook-to-man to generate an nroff manual
-+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
-+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
-+     less'.  A typical entry in a Makefile or Makefile.am is:
-+
-+manpage.1: manpage.sgml
-+	docbook-to-man $< > $@
-+
-+    
-+	The docbook-to-man binary is found in the docbook-to-man package.
-+	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
-+	docbook-to-man in your Build-Depends control field.
-+
-+  -->
-+
-+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-+  <!ENTITY dhfirstname "<firstname>Charles</firstname>">
-+  <!ENTITY dhsurname   "<surname>Plessy</surname>">
-+  <!-- Please adjust the date whenever revising the manpage. -->
-+  <!ENTITY dhdate      "<date>2005-02-18</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>charles-debian-nospam at plessy.org</email>">
-+  <!ENTITY dhusername  "Charles Plessy">
-+  <!ENTITY dhucpackage "<refentrytitle>TREEVIEW X</refentrytitle>">
-+  <!ENTITY dhpackage   "TreeView X">
-+
-+  <!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>displays and prints phylogenetic trees</refpurpose>
-+  </refnamediv>
-+  <refsynopsisdiv>
-+    <cmdsynopsis>
-+      <command>tv</command> <arg choice="opt"><replaceable>filename</replaceable></arg>
-+    </cmdsynopsis>
-+  </refsynopsisdiv>
-+  <refsect1>
-+    <title>DESCRIPTION</title>
-+
-+
-+    <para><command>tv</command> is the program that starts the
-+    TreeView X GUI.</para>
-+    
-+    
-+     <para>TreeView X is an open source and multi-platform program to
-+     display phylogenetic trees. It can read and display NEXUS and
-+     Newick format tree files (such as those output by PAUP*,
-+     ClustalX, TREE-PUZZLE, and other programs). It allows to order
-+     the branches of the trees, and to export the trees in SVG
-+     format.</para>
-+
-+     <para>If started from the command line with
-+     <filename>filename</filename> as an argument, TreeView X
-+     will open the tree stored in <filename>filename</filename>.</para>
-+
-+	     
-+  </refsect1>
-+
-+  <refsect1>
-+    <title>SEE ALSO</title>
-+
-+    <para>
-+    
-+    At present there is is no documentation for TreeView X. In the
-+    meantime please see the online documentation for TreeView
-+    (remember that TreeView X has only a subset of the features of
-+    TreeView). http://taxonomy.zoology.gla.ac.uk/rod/treeview/treeview_manual.html
-+
-+      
-+      </para>
-+  </refsect1>
-+  <refsect1>
-+    <title>AUTHOR</title>
-+
-+     <para><application>TreeView X</application> was written by Rod
-+     Page (r.page at bio.gla.ac.uk) URL:
-+     http://darwin.zoology.gla.ac.uk/~rpage/treeviewx.</para>
-+
-+    <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.
-+    </para>
-+	
-+    <para>
-+      On Debian systems, the complete text of the GNU General Public
-+      License can be found in /usr/share/common-licenses/GPL.
-+    </para>
-+
-+  </refsect1>
-+</refentry>
-+
-+<!-- Keep this comment at the end of the file
-+Local variables:
-+mode: sgml
-+sgml-omittag:t
-+sgml-shorttag:t
-+sgml-minimize-attributes:nil
-+sgml-always-quote-attributes:t
-+sgml-indent-step:2
-+sgml-indent-data:t
-+sgml-parent-document:nil
-+sgml-default-dtd-file:nil
-+sgml-exposed-tags:nil
-+sgml-local-catalogs:nil
-+sgml-local-ecat-files:nil
-+End:
-+-->
-+
-+

Deleted: trunk/packages/treeviewx/trunk/debian/patches/81_desktop_file.dpatch
===================================================================
--- trunk/packages/treeviewx/trunk/debian/patches/81_desktop_file.dpatch	2006-04-18 12:58:15 UTC (rev 19)
+++ trunk/packages/treeviewx/trunk/debian/patches/81_desktop_file.dpatch	2006-04-18 14:14:41 UTC (rev 20)
@@ -1,26 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 81_desktop_file.dpatch by  <charles at sorbet.igloo>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Adding a desktop file
-
- at DPATCH@
-
---- treeviewx-0.5.1-old/treeviewx.desktop	1970-01-01 09:00:00.000000000 +0900
-+++ treeviewx-0.5.1/treeviewx.desktop	2006-04-09 16:25:55.000000000 +0900
-@@ -0,0 +1,15 @@
-+[Desktop Entry]
-+Version=1.0
-+Encoding=UTF-8
-+Terminal=false
-+Icon=treeviewx
-+Exec=tv %U
-+Name=TreeView X
-+GenericName=Tree Plotter
-+GenericName[en]=Tree Plotter
-+GenericName[fr]=Traceur d'arbres
-+Comment=Displays, modifies, prints and export in SVG format phylogenetic trees
-+Comment[en]=Displays, modifies, prints and export in SVG format phylogenetic trees
-+Comment[fr]=Affiche, modifie, imprime et exporte au format SVG des arbres phyolgénétiques
-+Type=Application
-+Categories=Biology;Science;Education

Added: trunk/packages/treeviewx/trunk/debian/treeviewx.desktop
===================================================================
--- trunk/packages/treeviewx/trunk/debian/treeviewx.desktop	2006-04-18 12:58:15 UTC (rev 19)
+++ trunk/packages/treeviewx/trunk/debian/treeviewx.desktop	2006-04-18 14:14:41 UTC (rev 20)
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Terminal=false
+Icon=treeviewx
+Exec=tv %U
+Name=TreeView X
+GenericName=Tree Plotter
+GenericName[en]=Tree Plotter
+GenericName[fr]=Traceur d'arbres
+Comment=Displays, modifies, prints and export in SVG format phylogenetic trees
+Comment[en]=Displays, modifies, prints and export in SVG format phylogenetic trees
+Comment[fr]=Affiche, modifie, imprime et exporte au format SVG des arbres phyolgénétiques
+Type=Application
+Categories=Biology;Science;Education

Added: trunk/packages/treeviewx/trunk/debian/tv.1.xml
===================================================================
--- trunk/packages/treeviewx/trunk/debian/tv.1.xml	2006-04-18 12:58:15 UTC (rev 19)
+++ trunk/packages/treeviewx/trunk/debian/tv.1.xml	2006-04-18 14:14:41 UTC (rev 20)
@@ -0,0 +1,141 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+    
+	The docbook-to-man binary is found in the docbook-to-man package.
+	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
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Charles</firstname>">
+  <!ENTITY dhsurname   "<surname>Plessy</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>2005-02-18</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>charles-debian-nospam at plessy.org</email>">
+  <!ENTITY dhusername  "Charles Plessy">
+  <!ENTITY dhucpackage "<refentrytitle>TREEVIEW X</refentrytitle>">
+  <!ENTITY dhpackage   "TreeView X">
+
+  <!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>displays and prints phylogenetic trees</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>tv</command> <arg choice="opt"><replaceable>filename</replaceable></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+
+    <para><command>tv</command> is the program that starts the
+    TreeView X GUI.</para>
+    
+    
+     <para>TreeView X is an open source and multi-platform program to
+     display phylogenetic trees. It can read and display NEXUS and
+     Newick format tree files (such as those output by PAUP*,
+     ClustalX, TREE-PUZZLE, and other programs). It allows to order
+     the branches of the trees, and to export the trees in SVG
+     format.</para>
+
+     <para>If started from the command line with
+     <filename>filename</filename> as an argument, TreeView X
+     will open the tree stored in <filename>filename</filename>.</para>
+
+	     
+  </refsect1>
+
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>
+    
+    At present there is is no documentation for TreeView X. In the
+    meantime please see the online documentation for TreeView
+    (remember that TreeView X has only a subset of the features of
+    TreeView). http://taxonomy.zoology.gla.ac.uk/rod/treeview/treeview_manual.html
+
+      
+      </para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+     <para><application>TreeView X</application> was written by Rod
+     Page (r.page at bio.gla.ac.uk) URL:
+     http://darwin.zoology.gla.ac.uk/~rpage/treeviewx.</para>
+
+    <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.
+    </para>
+	
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL.
+    </para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+




More information about the debian-med-commit mailing list