[med-svn] r7533 - in trunk/packages/mira/trunk/debian: . patches source

Steffen Möller moeller at alioth.debian.org
Tue Aug 23 21:08:44 UTC 2011


Author: moeller
Date: 2011-08-23 21:08:44 +0000 (Tue, 23 Aug 2011)
New Revision: 7533

Added:
   trunk/packages/mira/trunk/debian/patches/read_default_constructor.patch
   trunk/packages/mira/trunk/debian/source/
   trunk/packages/mira/trunk/debian/source/format
Modified:
   trunk/packages/mira/trunk/debian/README.source
   trunk/packages/mira/trunk/debian/changelog
   trunk/packages/mira/trunk/debian/patches/series
Log:
Just uploaded mira 3.4 to unstable.


Modified: trunk/packages/mira/trunk/debian/README.source
===================================================================
--- trunk/packages/mira/trunk/debian/README.source	2011-08-23 15:40:31 UTC (rev 7532)
+++ trunk/packages/mira/trunk/debian/README.source	2011-08-23 21:08:44 UTC (rev 7533)
@@ -1,6 +1,14 @@
 mira for Debian
 ---------------
 
+debian/patches/read_default_constructor.patch:
+
+  adding default constructor to class to circumvent error
+    read.C:45:28: error: uninitialized const ‘Read::REA_bposhashstat_default’ [-fpermissive]
+    ../../src/mira/read.H:159:10: note: ‘const struct Read::bposhashstat_t’ has no user-provided default constructor
+
+ -- Steffen Moeller <moeller at debian.org>  Tue, 23 Aug 2011 22:56:50 +0200
+
 Basic packaging seems fine. There are issues with the location of 
 Google's tcmalloc library.
 

Modified: trunk/packages/mira/trunk/debian/changelog
===================================================================
--- trunk/packages/mira/trunk/debian/changelog	2011-08-23 15:40:31 UTC (rev 7532)
+++ trunk/packages/mira/trunk/debian/changelog	2011-08-23 21:08:44 UTC (rev 7533)
@@ -1,3 +1,12 @@
+mira (3.4.0-1) unstable; urgency=low
+
+  * New upstream version.
+    - added default constructor to avoid FTBFS
+  * Sposoring Tim's work for Debian
+  * Using 3.0 (quilt) source format for bz2 upstream
+
+ -- Steffen Moeller <moeller at debian.org>  Tue, 23 Aug 2011 20:46:32 +0200
+
 mira (3.4rc3-2) lucid; urgency=low
 
   * Version 3.2.1.8 has been removed from SF.net.  Packaging the

Added: trunk/packages/mira/trunk/debian/patches/read_default_constructor.patch
===================================================================
--- trunk/packages/mira/trunk/debian/patches/read_default_constructor.patch	                        (rev 0)
+++ trunk/packages/mira/trunk/debian/patches/read_default_constructor.patch	2011-08-23 21:08:44 UTC (rev 7533)
@@ -0,0 +1,15 @@
+Index: mira-3.4.0/src/mira/read.H
+===================================================================
+--- mira-3.4.0.orig/src/mira/read.H	2011-08-23 21:25:23.821159194 +0200
++++ mira-3.4.0/src/mira/read.H	2011-08-23 21:53:40.777573643 +0200
+@@ -213,6 +213,10 @@
+       ostr << "r; " << bhs.rev << ' ';
+       return ostr;
+     }
++
++    bposhashstat_t () {
++    }
++    
+   };
+   
+   

Modified: trunk/packages/mira/trunk/debian/patches/series
===================================================================
--- trunk/packages/mira/trunk/debian/patches/series	2011-08-23 15:40:31 UTC (rev 7532)
+++ trunk/packages/mira/trunk/debian/patches/series	2011-08-23 21:08:44 UTC (rev 7533)
@@ -1,2 +1,3 @@
 add_shebang_lines
 xsltproc_nonet_for_doc_build
+read_default_constructor.patch

Added: trunk/packages/mira/trunk/debian/source/format
===================================================================
--- trunk/packages/mira/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/mira/trunk/debian/source/format	2011-08-23 21:08:44 UTC (rev 7533)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the debian-med-commit mailing list