NMU patch attached.
--
Blars Blarson [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option. It is a standard feature.
diff -ruN ../orig/sigcperl-0.2.0/debian/changelog
sigcperl-0.2.0/debian/changelog
--- ../orig/sigcperl-0.2.0/debian/changelog 2005-09-04 05:33:44.000000000
+0000
+++ sigcperl-0.2.0/debian/changelog 2005-09-04 05:40:44.000000000 +0000
@@ -1,3 +1,11 @@
+sigcperl (0.2.0-2.1) unstable; urgency=low
+
+ * 0-day NMU durring bug squishing party
+ * fix for gcc 4.0 (closes: #297973)
+ * standards version 3.6.2
+
+ -- Blars Blarson <[EMAIL PROTECTED]> Sun, 4 Sep 2005 05:36:09 +0000
+
sigcperl (0.2.0-2) unstable; urgency=low
* Updated Standards-Version to 3.6.1.
diff -ruN ../orig/sigcperl-0.2.0/debian/control sigcperl-0.2.0/debian/control
--- ../orig/sigcperl-0.2.0/debian/control 2005-09-04 05:33:44.000000000
+0000
+++ sigcperl-0.2.0/debian/control 2005-09-04 05:40:23.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Michael Koch <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 4.0.0), libsigc++-1.2-dev, libperl-dev (>= 5.8.0)
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2
Package: libsigcperl-dev
Section: libdevel
diff -ruN ../orig/sigcperl-0.2.0/sigcperl/convert.h
sigcperl-0.2.0/sigcperl/convert.h
--- ../orig/sigcperl-0.2.0/sigcperl/convert.h 2002-08-15 17:29:31.000000000
+0000
+++ sigcperl-0.2.0/sigcperl/convert.h 2005-09-04 05:39:43.000000000 +0000
@@ -68,7 +68,7 @@
template<> inline ArgBox<double>::ArgBox(SV *val) throw()
: m_val(SvNV(val)) {}
-inline std::string SigCPerl::get_string(SV *val) throw()
+inline std::string get_string(SV *val) throw()
{
STRLEN len;
const char *str = SvPV(val, len);