Author: manuel
Date: 2008-10-30 14:56:12 +0000 (Thu, 30 Oct 2008)
New Revision: 2596

Added:
   trunk/packages/phylip/trunk/debian/patches/02_src_cons_h
Modified:
   trunk/packages/phylip/trunk/debian/changelog
   trunk/packages/phylip/trunk/debian/patches/series
Log:
Added a patch that prevents treedist to write empty files on amd64


Modified: trunk/packages/phylip/trunk/debian/changelog
===================================================================
--- trunk/packages/phylip/trunk/debian/changelog        2008-10-30 14:50:58 UTC 
(rev 2595)
+++ trunk/packages/phylip/trunk/debian/changelog        2008-10-30 14:56:12 UTC 
(rev 2596)
@@ -1,8 +1,9 @@
 phylip (1:3.68-2) UNRELEASED; urgency=low
 
   * debian/control: Added myself to uploaders
+  * Added a patch that prevents treedist to write empty files on amd64
 
- -- Manuel Prinz <[EMAIL PROTECTED]>  Thu, 30 Oct 2008 15:49:35 +0100
+ -- Manuel Prinz <[EMAIL PROTECTED]>  Thu, 30 Oct 2008 15:51:34 +0100
 
 phylip (1:3.68-1) unstable; urgency=low
 

Added: trunk/packages/phylip/trunk/debian/patches/02_src_cons_h
===================================================================
--- trunk/packages/phylip/trunk/debian/patches/02_src_cons_h                    
        (rev 0)
+++ trunk/packages/phylip/trunk/debian/patches/02_src_cons_h    2008-10-30 
14:56:12 UTC (rev 2596)
@@ -0,0 +1,12 @@
+Index: phylip-3.68/src/cons.h
+===================================================================
+--- phylip-3.68.orig/src/cons.h        2008-10-29 13:38:26.000000000 +0100
++++ phylip-3.68/src/cons.h     2008-10-29 13:38:55.000000000 +0100
+@@ -52,6 +52,7 @@
+ boolean samename(naym, plotstring);
+ void   reordertips(void);
+ void   read_groups (pattern_elm ****, long, long, FILE *);
++void   clean_up_final ();
+ /* function prototypes */
+ #endif
+ 

Modified: trunk/packages/phylip/trunk/debian/patches/series
===================================================================
--- trunk/packages/phylip/trunk/debian/patches/series   2008-10-30 14:50:58 UTC 
(rev 2595)
+++ trunk/packages/phylip/trunk/debian/patches/series   2008-10-30 14:56:12 UTC 
(rev 2596)
@@ -1,3 +1,4 @@
 01_Makefile.patch
 01_src_Makefile.patch
 01_src_phylip_h
+02_src_cons_h


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to