I've uploaded the folllwing NMU:

--- dosbox-0.63/debian/control
+++ dosbox-0.63/debian/control
@@ -2,7 +2,7 @@
 Section: otherosfs
 Priority: optional
 Maintainer: Peter Veenstra <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), libsdl1.2-dev , libpng12-dev, 
libsdl-net1.2-dev, libsdl-sound1.2-dev, libasound2-dev [i386 ia64 alpha amd64 
arm hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb 
sparc], type-handling (>= 0.2.1)
+Build-Depends: debhelper (>> 4.0.0), libsdl1.2-dev , libpng12-dev, 
libsdl-net1.2-dev, libsdl-sound1.2-dev, libasound2-dev [i386 ia64 alpha amd64 
armeb arm hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 
sh4eb sparc], type-handling (>= 0.2.1)
 Standards-Version: 3.6.1
 
 Package: dosbox
diff -u dosbox-0.63/debian/changelog dosbox-0.63/debian/changelog
--- dosbox-0.63/debian/changelog
+++ dosbox-0.63/debian/changelog
@@ -1,3 +1,10 @@
+dosbox (0.63-2.2) unstable; urgency=low
+
+  * NMU as part of the GCC 4.1 transition.
+  * Remove extra qualifications from C++ header file (Closes: #356116).
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]>  Fri, 26 May 2006 23:40:18 +0200
+
 dosbox (0.63-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- dosbox-0.63.orig/include/programs.h
+++ dosbox-0.63/include/programs.h
@@ -40,7 +40,7 @@
        CommandLine * cmd;
        DOS_PSP * psp;
        virtual void Run(void)=0;
-       bool Program::GetEnvStr(const char * entry,std::string & result);
+       bool GetEnvStr(const char * entry,std::string & result);
        bool GetEnvNum(Bitu num,std::string & result);
        Bitu GetEnvCount(void);
        bool SetEnv(const char * entry,const char * new_string);

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