tags 355997 + pending
thanks

I've uploaded the following NMU to delayed-2.


diff -u faust-0.9.3/debian/changelog faust-0.9.3/debian/changelog
--- faust-0.9.3/debian/changelog
+++ faust-0.9.3/debian/changelog
@@ -1,3 +1,11 @@
+faust (0.9.3-2.1) unstable; urgency=low
+
+  * NMU as part of the GCC 4.1 transition.
+  * Apply patch from Ben Hutchings to declare friend functions (Closes:
+    #355997).
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]>  Thu, 25 May 2006 18:01:50 +0200
+
 faust (0.9.3-2) unstable; urgency=low
 
   * Add flex to Build-Depends (Closes: Bug#319481).
only in patch2:
unchanged:
--- faust-0.9.3.orig/compiler/tlib/symbol.hh
+++ faust-0.9.3/compiler/tlib/symbol.hh
@@ -46,6 +46,12 @@
 
 //--------------------------------SYMBOL-------------------------------------
 
+class Symbol;
+const Symbol*  symbol (const char* str);
+const Symbol*  symbol (const string& str);
+const Symbol*  unique (const char* str);
+const char*    name (const Symbol* sym);
+
 /**
  * Symbols are unique objects with a name stored in a hash table.
  */

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to