tags 357061 + pending
thanks

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


diff -u bbsload-0.2.8/debian/changelog bbsload-0.2.8/debian/changelog
--- bbsload-0.2.8/debian/changelog
+++ bbsload-0.2.8/debian/changelog
@@ -1,3 +1,10 @@
+bbsload (0.2.8-1.1) unstable; urgency=low
+
+  * NMU as part of the GCC 4.1 transition.
+  * Remove extra qualification from C++ header file. (Closes: #357061)
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]>  Fri, 26 May 2006 22:23:18 +0200
+
 bbsload (0.2.8-1) unstable; urgency=low
 
   * New maintainer. (Closes: #320951: ITA: bbsload -- System load tool
--- bbsload-0.2.8.orig/resource.hh
+++ bbsload-0.2.8/resource.hh
@@ -121,8 +121,8 @@
 {
 
 public:
-    Resource::Resource(ToolWindow *);
-    Resource::~Resource(void);
+    Resource(ToolWindow *);
+    ~Resource(void);
 
     struct FRAME frame;
     struct LABEL label;

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