tags 357182 + pending
thanks

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


only in patch2:
unchanged:
--- guessnet-0.38.orig/src/IFace.h
+++ guessnet-0.38/src/IFace.h
@@ -85,7 +85,7 @@
        void write_interface_configuration(const struct if_params& ifp)
                throw (IFaceException);
 
-       int IFace::mdio_read(int location) throw (MIIException);
+       int mdio_read(int location) throw (MIIException);
 
 public:
        /// Create an object to access informations of the interface whose name
only in patch2:
unchanged:
--- guessnet-0.38.orig/src/ChildProcess.h
+++ guessnet-0.38/src/ChildProcess.h
@@ -92,7 +92,7 @@
 
        /// For a subprocess to run proc.
        /// After this function exits successfully, `proc' can safely be 
deleted.
-       pid_t ChildProcess::fork() throw (SystemException);
+       pid_t fork() throw (SystemException);
 
        /// Fork a subprocess to run proc.  If one of the std*fd variables is
        /// non-null, create a pipe connected to the corresponding file 
descriptor
only in patch2:
unchanged:
--- guessnet-0.38.orig/debian/changelog
+++ guessnet-0.38/debian/changelog
@@ -1,3 +1,10 @@
+guessnet (0.38-1.1) unstable; urgency=low
+
+  * NMU as part of the GCC 4.1 transition.
+  * Remove extra qualification from C++ header files.  Closes: #357182.
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]>  Fri, 26 May 2006 12:29:18 +0200
+
 guessnet (0.38-1) unstable; urgency=low
 
   * New upstream version.

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