tags 583760 + patch
tags 583760 + pending
tags 667333 + pending
thanks

Dear maintainer,

I've prepared an NMU for ptlib-wolf (versioned as 2.4.5-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Peter Ratzenbeck: Lichterloh I
diff -Nru ptlib-wolf-2.4.5/debian/changelog ptlib-wolf-2.4.5/debian/changelog
--- ptlib-wolf-2.4.5/debian/changelog	2011-07-02 08:23:39.000000000 +0200
+++ ptlib-wolf-2.4.5/debian/changelog	2012-04-21 12:58:55.000000000 +0200
@@ -1,3 +1,14 @@
+ptlib-wolf (2.4.5-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": add patch from Paul Tagliamonte (use
+    'this->SetAt'). Closes: #667333
+  * Fix "(ptlib-wolf_2.4.5-1/avr32): FTBFS: Outdated config.{sub,guess}":
+    use '--with autotools-dev' in debian/rules; updating config.{sub,guess}
+    got lost in the conversion to short-form dh(1). Closes: #583760
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 21 Apr 2012 12:46:13 +0200
+
 ptlib-wolf (2.4.5-2) unstable; urgency=low
 
   * Drop obsolete +Build-Conflicts:
diff -Nru ptlib-wolf-2.4.5/debian/patches/fix-ftbfs-gcc-4.7-667333.patch ptlib-wolf-2.4.5/debian/patches/fix-ftbfs-gcc-4.7-667333.patch
--- ptlib-wolf-2.4.5/debian/patches/fix-ftbfs-gcc-4.7-667333.patch	1970-01-01 01:00:00.000000000 +0100
+++ ptlib-wolf-2.4.5/debian/patches/fix-ftbfs-gcc-4.7-667333.patch	2012-04-21 12:44:45.000000000 +0200
@@ -0,0 +1,11 @@
+--- a/include/ptlib/array.h	2012-04-14 00:00:31.487510393 -0400
++++ b/include/ptlib/array.h	2012-04-14 00:00:37.791510057 -0400
+@@ -523,7 +523,7 @@ template <class T> class PScalarArray :
+       T t;
+       stream >> t;
+       if (!stream.fail())
+-        SetAt(index, t);
++        this->SetAt(index, t);
+     }
+ };
+ 
diff -Nru ptlib-wolf-2.4.5/debian/patches/series ptlib-wolf-2.4.5/debian/patches/series
--- ptlib-wolf-2.4.5/debian/patches/series	2011-07-02 08:23:39.000000000 +0200
+++ ptlib-wolf-2.4.5/debian/patches/series	2012-04-21 12:46:07.000000000 +0200
@@ -1 +1,2 @@
 sslv2-unsupported
+fix-ftbfs-gcc-4.7-667333.patch
diff -Nru ptlib-wolf-2.4.5/debian/rules ptlib-wolf-2.4.5/debian/rules
--- ptlib-wolf-2.4.5/debian/rules	2011-07-02 06:18:29.000000000 +0200
+++ ptlib-wolf-2.4.5/debian/rules	2012-04-21 12:56:05.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autotools-dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-oss --enable-v4l --disable-avc --disable-dc --disable-odbc

Attachment: signature.asc
Description: Digital signature

Reply via email to