tags 356004 + pending
thanks

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



diff -u mobilemesh-1.0/UtDebug.h mobilemesh-1.0/UtDebug.h
--- mobilemesh-1.0/UtDebug.h
+++ mobilemesh-1.0/UtDebug.h
@@ -39,7 +39,7 @@
   static bool Update();
   static void Clear();
   static ostream &DumpAll(ostream &os);
-  static String Debug::Dump();
+  static String Dump();
 
   // Depricated.  Use clear! 
   static void PurgeAllMemory() { Clear(); }
diff -u mobilemesh-1.0/UtString.h mobilemesh-1.0/UtString.h
--- mobilemesh-1.0/UtString.h
+++ mobilemesh-1.0/UtString.h
@@ -106,9 +106,9 @@
 
   // ----------------------------------------------------------------
   // Local extensions below here...  (not standard "string" class stuff)
-  static String String::MakeAndPack(long data, size_t len, size_t offset = 
npos);
-  void String::Pack(long data, size_t len, size_t offset = npos);
-  long String::Unpack(size_t len, size_t offset = 0, bool extend = false);
+  static String MakeAndPack(long data, size_t len, size_t offset = npos);
+  void Pack(long data, size_t len, size_t offset = npos);
+  long Unpack(size_t len, size_t offset = 0, bool extend = false);
 
   bool Getline(istream &is);
   bool Getline(istream &is, char term);
diff -u mobilemesh-1.0/debian/changelog mobilemesh-1.0/debian/changelog
--- mobilemesh-1.0/debian/changelog
+++ mobilemesh-1.0/debian/changelog
@@ -1,3 +1,10 @@
+mobilemesh (1.0-6.1) unstable; urgency=low
+
+  * NMU as part of the GCC 4.1 transition.
+  * Remove extra qualification from C++ header file. Closes: #356004)
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]>  Thu, 25 May 2006 18:19:50 +0200
+
 mobilemesh (1.0-6) unstable; urgency=low
 
   * Rebuild for C++ ABI

-- 
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