[med-svn] r1143 - trunk/packages/njplot/trunk/debian

tille at alioth.debian.org tille at alioth.debian.org
Mon Jan 14 21:03:40 UTC 2008


Author: tille
Date: 2008-01-14 21:03:39 +0000 (Mon, 14 Jan 2008)
New Revision: 1143

Removed:
   trunk/packages/njplot/trunk/debian/patches/
Modified:
   trunk/packages/njplot/trunk/debian/changelog
   trunk/packages/njplot/trunk/debian/njplot.sharedmimeinfo
   trunk/packages/njplot/trunk/debian/rules
Log:
Fixed helpfile issue, mimeinfo


Modified: trunk/packages/njplot/trunk/debian/changelog
===================================================================
--- trunk/packages/njplot/trunk/debian/changelog	2008-01-14 20:51:01 UTC (rev 1142)
+++ trunk/packages/njplot/trunk/debian/changelog	2008-01-14 21:03:39 UTC (rev 1143)
@@ -1,13 +1,13 @@
-njplot (2.2-1) UNRELEASED; urgency=low
+njplot (2.2-1) unstable; urgency=low
 
   [ Andreas Tille ]
   * Added Vcs-Browser, Vcs-Svn
+  * Addet -DHELPFILENAME=\"/usr/share/njplot/njplot.help\" to
+    build options
 
   [ Charles Plessy ]
   * New upstream version:
     - NJplot can display several tree windows simultaneously.
-  * debian/patches: NJplot can not find its help file unless patched.
-  * debian/rules: switching to CDBS' simple-patchsys.
   * debian/control:
     - added myseld as Uploader.
     - allowed the upload by Debian Maintainers.

Modified: trunk/packages/njplot/trunk/debian/njplot.sharedmimeinfo
===================================================================
--- trunk/packages/njplot/trunk/debian/njplot.sharedmimeinfo	2008-01-14 20:51:01 UTC (rev 1142)
+++ trunk/packages/njplot/trunk/debian/njplot.sharedmimeinfo	2008-01-14 21:03:39 UTC (rev 1143)
@@ -1,12 +1,14 @@
 <?xml version="1.0"?>
 <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
   <mime-type type="text/x-clustalw-tree">
-    <comment>Phylogenetic tree in Clustal W format</comment>
-    <comment xml:lang="fr">Arbre phylogénétique au format Clustal W</comment>
+    <comment>Phylogenetic tree in Clustal W format</comment>
+    <comment xml:lang="fr">Arbre phylogénétique au format Clustal W</comment>
+    <comment xml:lang="de">Phylogenetischer Baum im Clustal W Format</comment>
     <magic priority="50">
       <match type="string" offset="0" value="(\n"/>
     </magic>
     <glob pattern="*.phb"/>
     <glob pattern="*.ph"/>
+    <sub-class-of type="text/plain"/>
   </mime-type>
 </mime-info>

Modified: trunk/packages/njplot/trunk/debian/rules
===================================================================
--- trunk/packages/njplot/trunk/debian/rules	2008-01-14 20:51:01 UTC (rev 1142)
+++ trunk/packages/njplot/trunk/debian/rules	2008-01-14 21:03:39 UTC (rev 1143)
@@ -2,7 +2,7 @@
 # debian/rules for njplot using cdbs
 # Andreas Tille <tille at debian.org>, GPL
 
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+# include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 
@@ -10,7 +10,7 @@
 # so force distclean
 DEB_MAKE_CLEAN_TARGET = distclean
 
-DEB_OPT_FLAG=-c -I/usr/include/ncbi -DNO_PDF -DWIN_MOTIF
+DEB_OPT_FLAG=-c -I/usr/include/ncbi -DNO_PDF -DWIN_MOTIF -DHELPFILENAME=\\\"/usr/share/njplot/njplot.help\\\"
 
 get-orig-source:
 	. debian/get-orig-source




More information about the debian-med-commit mailing list