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

diff -u fonty-1.0/debian/changelog fonty-1.0/debian/changelog
--- fonty-1.0/debian/changelog
+++ fonty-1.0/debian/changelog
@@ -1,3 +1,10 @@
+fonty (1.0-23.1) unstable; urgency=low
+
+  * NMU as part of the GCC 4.1 transition.
+  * patches/008_gcc41.patch: Remove extra qualification. Closes: #356679.
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]>  Thu, 25 May 2006 23:06:25 +0200
+
 fonty (1.0-23) unstable; urgency=low
 
   * Rebuilt with new YADA. Depends: debconf | debconf-2.0. Closes: #331824.
only in patch2:
unchanged:
--- fonty-1.0.orig/debian/patches/008_gcc41.patch
+++ fonty-1.0/debian/patches/008_gcc41.patch
@@ -0,0 +1,12 @@
+--- a/dynafont/dynafont.cc~    2006-03-13 14:01:28.000000000 +0000
++++ b/dynafont/dynafont.cc     2006-03-13 14:01:43.000000000 +0000
+@@ -208,7 +208,7 @@
+       numer (unsigned long nr1) : fragmentow (1), b (0), ul (0) {*nr = nr1;}
+       int operator == (const numer &n1) const;
+       int operator != (const numer &n1) const {return !(*this == n1);}
+-      int numer::hash () const;
++      int hash () const;
+ };
+ 
+ int numer::operator == (const numer &n1) const
+

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