I've uploaded the following NMU:
diff -u gambit-0.2006.01.20/debian/changelog
gambit-0.2006.01.20/debian/changelog
--- gambit-0.2006.01.20/debian/changelog
+++ gambit-0.2006.01.20/debian/changelog
@@ -1,3 +1,11 @@
+gambit (0.2006.01.20-1.2) unstable; urgency=low
+
+ * NMU as part of the GCC 4.1 transition.
+ * Remove extra qualifications from C++ file (Closes: #370743).
+ * Don't assign NULL to an iterator (Closes: #369708).
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]> Thu, 08 Jun 2006 21:55:07 +0200
+
gambit (0.2006.01.20-1.1) unstable; urgency=low
* Non-maintainer upload.
only in patch2:
unchanged:
--- gambit-0.2006.01.20.orig/sources/tools/enumpoly/nfghs.h
+++ gambit-0.2006.01.20/sources/tools/enumpoly/nfghs.h
@@ -56,8 +56,8 @@
void Initialize(Game game);
void Cleanup(Game game);
- void gbtNfgHs::SolveSizeDiff(Game game, Gambit::List < MixedStrategyProfile
< double > > & solutions,
- int size, int diff);
+ void SolveSizeDiff(Game game, Gambit::List < MixedStrategyProfile < double >
> & solutions,
+ int size, int diff);
bool SolveSupportSizeProfile(Game game, Gambit::List < MixedStrategyProfile
< double > > & solutions,
const Gambit::Array < int > &
supportSizeProfile);
only in patch2:
unchanged:
--- gambit-0.2006.01.20.orig/sources/labenski/src/fparser.cpp
+++ gambit-0.2006.01.20/sources/labenski/src/fparser.cpp
@@ -2386,8 +2386,8 @@
{
//bool didsomething = true;
- pit poslogpos = NULL; bool foundposlog = false;
- pit neglogpos = NULL; bool foundneglog = false;
+ pit poslogpos; bool foundposlog = false;
+ pit neglogpos; bool foundneglog = false;
ConstList cl = p1->BuildConstList();
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]