I've uploaded the folllwing NMU:

diff -u twutils-0.2/debian/changelog twutils-0.2/debian/changelog
--- twutils-0.2/debian/changelog
+++ twutils-0.2/debian/changelog
@@ -1,3 +1,10 @@
+twutils (0.2-7.1) unstable; urgency=low
+
+  * NMU as part of the GCC 4.1 transition.
+  * Remove extra qualifications from C++ header file.  Closes: # 358287
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]>  Fri, 26 May 2006 23:39:18 +0200
+
 twutils (0.2-7) unstable; urgency=low
 
   * New maintainer (Closes: #238032).
only in patch2:
unchanged:
--- twutils-0.2.orig/twkalc/kcalc.h
+++ twutils-0.2/twkalc/kcalc.h
@@ -208,16 +208,16 @@
     void helpclicked();
     void set_colors();
     /* user clicked on display. let's declare we own the selection */
-    static void QtCalculator::display_clicked() {
+    static void display_clicked() {
        dpy->exportSelection();
     }
     /* user clicked to paste selection. let's ask to who owns it. */
     /* twin server BUG: we get this only if user middle-clicks outside 
gadgets/buttons */
-    static void QtCalculator::user_wants_to_paste() {
+    static void user_wants_to_paste() {
        dpy->requestSelection();
     }
     /* some client wants our selection. let's give it to him */
-    static void QtCalculator::someclient_wants_selection(TEvent *E, void *) {
+    static void someclient_wants_selection(TEvent *E, void *) {
        extern char     display_str[];
        static char buf[TW_MAX_MIMELEN];
     

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