Package: anon-proxy Version: 00.02.39-8.2 Tags: patch Attached is the NMU diff.
-- Robert Edmonds [EMAIL PROTECTED]
diff -u anon-proxy-00.02.39/debian/changelog anon-proxy-00.02.39/debian/changelog
--- anon-proxy-00.02.39/debian/changelog
+++ anon-proxy-00.02.39/debian/changelog
@@ -1,3 +1,10 @@
+anon-proxy (00.02.39-8.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Apply brian m. carlson's FTBFS patch (closes: #409473, #424601).
+
+ -- Robert S. Edmonds <[EMAIL PROTECTED]> Sun, 02 Sep 2007 02:46:27 -0400
+
anon-proxy (00.02.39-8.2) unstable; urgency=low
* Non-maintainer upload to fix pending l10n issues.
--- anon-proxy-00.02.39.orig/CAInfoService.cpp
+++ anon-proxy-00.02.39/CAInfoService.cpp
@@ -33,6 +33,9 @@
#include "CASocketAddrINet.hpp"
#include "CAUtil.hpp"
#include "xml/DOM_Output.hpp"
+
+#include <algorithm>
+
extern CACmdLnOptions options;
@@ -157,7 +160,7 @@
else
{
double dTmp=(double)diffTraffic/(double)avgTraffic;
- tmpTraffic=min(SINT32(50.*dTmp),100);
+ tmpTraffic=std::min(SINT32(50.*dTmp),100);
}
set64(m_lastMixedPackets,tmpPackets);
signature.asc
Description: Digital signature

