[med-svn] r1118 - in trunk/packages/njplot/trunk/debian: . patches
charles-guest at alioth.debian.org
charles-guest at alioth.debian.org
Sat Jan 12 05:55:03 UTC 2008
Author: charles-guest
Date: 2008-01-12 05:55:02 +0000 (Sat, 12 Jan 2008)
New Revision: 1118
Added:
trunk/packages/njplot/trunk/debian/patches/
trunk/packages/njplot/trunk/debian/patches/temporary-patch-for-2.2-because-it-ignores-HELPFILENAME.patch
Removed:
trunk/packages/njplot/trunk/debian/README.Debian
Modified:
trunk/packages/njplot/trunk/debian/changelog
trunk/packages/njplot/trunk/debian/control
trunk/packages/njplot/trunk/debian/rules
Log:
New upstream release with a small bug
Deleted: trunk/packages/njplot/trunk/debian/README.Debian
===================================================================
--- trunk/packages/njplot/trunk/debian/README.Debian 2008-01-12 04:41:50 UTC (rev 1117)
+++ trunk/packages/njplot/trunk/debian/README.Debian 2008-01-12 05:55:02 UTC (rev 1118)
@@ -1,21 +0,0 @@
-njplot for DEBIAN
------------------
-
-Njplot is provided from an ftp archive (see copyright) in a simple
-tarball without any versioning information and documentation. To
-find out whether there is a new version you have to check the time
-stamps and sizes in the archive. To enable a clean packaging for
-Debian the versioning is done according to the lates file date and
-thus you get versions inside Debian like 0.YYYYMMDD. Moreover the
-orig.tar.gz tarball for Debian includes some documentation and
-example files that are provided from the njplot web site and
-ftp archive to build a useful tar archive of all needed files.
-
-The build process of this Debian source tarball is done in the
-file debian/get-orig-source which can be called in the debian/rules
-file via
-
- make -f debian/rules get-orig-source
-
-
-Andreas Tille <tille at debian.org>, Mon, 01 Oct 2007 28:09:48 +0200
Modified: trunk/packages/njplot/trunk/debian/changelog
===================================================================
--- trunk/packages/njplot/trunk/debian/changelog 2008-01-12 04:41:50 UTC (rev 1117)
+++ trunk/packages/njplot/trunk/debian/changelog 2008-01-12 05:55:02 UTC (rev 1118)
@@ -1,10 +1,30 @@
-njplot (2.0-3) UNRELEASED; urgency=low
+njplot (2.2-1) UNRELEASED; urgency=low
[ Andreas Tille ]
* Added Vcs-Browser, Vcs-Svn
- -- Andreas Tille <tille at debian.org> Thu, 22 Nov 2007 22:04:06 +0100
+ [ 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.
+ - Removed the [biology] tag and the Homepage pseudo-field from the
+ description.
+ - Checked conformance with Policy 3.7.3.
+ - Dropped build dependancy on dpatch
+ * MIME support:
+ - debian/njplot.sharedmimeinfo declares that .phb and .ph files
+ are Clustal W phylogenetic trees.
+ - debian/njplot.mime, debian/njplot.desktop and
+ debian/unrooted.desktop declare that NJplot and Unrooted can
+ open Clustal W phylogenetic trees.
+ * Removed debian/README.Debian, as its contents were obsolete.
+ -- Charles Plessy <charles-debian-nospam at plessy.org> Sat, 12 Jan 2008 14:08:55 +0900
+
njplot (2.0-2) unstable; urgency=low
[ Nelson A. de Oliveira ]
Modified: trunk/packages/njplot/trunk/debian/control
===================================================================
--- trunk/packages/njplot/trunk/debian/control 2008-01-12 04:41:50 UTC (rev 1117)
+++ trunk/packages/njplot/trunk/debian/control 2008-01-12 05:55:02 UTC (rev 1118)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
XS-DM-Upload-Allowed: Yes
-Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: cdbs, dpatch, debhelper (>= 5), libncbi6-dev, libvibrant6-dev, lesstif2-dev, libxt-dev
-Standards-Version: 3.7.2
+Uploaders: Andreas Tille <tille at debian.org>, Charles Plessy <charles-debian-nospam at plessy.org>
+Build-Depends: cdbs, debhelper (>= 5), libncbi6-dev, libvibrant6-dev, lesstif2-dev, libxt-dev
+Standards-Version: 3.7.3
Homepage: http://pbil.univ-lyon1.fr/software/njplot.html
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/njplot/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/njplot/
@@ -13,11 +13,9 @@
Package: njplot
Architecture: any
Depends: ${shlibs:Depends}
-Description: [Biology] A tree drawing program
+Description: A tree drawing program
NJplot is able to draw any tree expressed in the standard
phylogenetic tree format (e.g., the format used by the Phylip package).
NJplot is especially convenient for rooting the unrooted trees
obtained from parsimony, distance or maximum likelihood tree-building
methods.
- .
- Homepage: http://pbil.univ-lyon1.fr/software/njplot.html
Added: trunk/packages/njplot/trunk/debian/patches/temporary-patch-for-2.2-because-it-ignores-HELPFILENAME.patch
===================================================================
--- trunk/packages/njplot/trunk/debian/patches/temporary-patch-for-2.2-because-it-ignores-HELPFILENAME.patch (rev 0)
+++ trunk/packages/njplot/trunk/debian/patches/temporary-patch-for-2.2-because-it-ignores-HELPFILENAME.patch 2008-01-12 05:55:02 UTC (rev 1118)
@@ -0,0 +1,11 @@
+--- njplot-2.2/njplot-vib.c.orig 2008-01-12 14:47:26.000000000 +0900
++++ njplot-2.2/njplot-vib.c 2008-01-12 14:47:56.000000000 +0900
+@@ -508,7 +508,7 @@
+ #elif defined(HELPFILENAME)
+ help_file = fopen(HELPFILENAME, "r");
+ #else
+- help_file = open_path("njplot.help");
++ help_file = open_path("/usr/share/njplot/njplot.help");
+ #endif
+ Nlm_KeyboardView(process_keys);
+ memcpy(&tag_njplot, "NJPL", sizeof(int));
Modified: trunk/packages/njplot/trunk/debian/rules
===================================================================
--- trunk/packages/njplot/trunk/debian/rules 2008-01-12 04:41:50 UTC (rev 1117)
+++ trunk/packages/njplot/trunk/debian/rules 2008-01-12 05:55:02 UTC (rev 1118)
@@ -2,7 +2,7 @@
# debian/rules for njplot using cdbs
# Andreas Tille <tille at debian.org>, GPL
-# include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
More information about the debian-med-commit
mailing list