tags 466757 + patch
My AM wants me to do some NMU for my T&S, here is one. Thanks, Arthur.
diff -u miro-1.1.2/debian/control miro-1.1.2/debian/control
--- miro-1.1.2/debian/control
+++ miro-1.1.2/debian/control
@@ -19,7 +19,8 @@
libxine-dev (>= 1.1.6-2),
chrpath,
libxv-dev,
- libssl-dev
+ libssl-dev,
+ libffi-dev
Standards-Version: 3.7.3
Homepage: http://www.getmiro.com
diff -u miro-1.1.2/debian/changelog miro-1.1.2/debian/changelog
--- miro-1.1.2/debian/changelog
+++ miro-1.1.2/debian/changelog
@@ -1,3 +1,11 @@
+miro (1.1.2-3.1) unstable; urgency=low
+
+ * Non-maintainer Upload.
+ * Add libffi-dev to Build-Depends.
+ * debian/patches/80_gcc-4.3_headers.patch: Add. Closes: #466757
+
+ -- Arthur Loiret <[EMAIL PROTECTED]> Mon, 31 Mar 2008 21:03:51 +0000
+
miro (1.1.2-3) unstable; urgency=low
* Provide "real" transitional packages for democracyplayer -> miro upgrades.
only in patch2:
unchanged:
--- miro-1.1.2.orig/debian/patches/80_gcc-4.3_headers.patch
+++ miro-1.1.2/debian/patches/80_gcc-4.3_headers.patch
@@ -0,0 +1,30 @@
+--- ./portable/libtorrent/include/libtorrent/peer_id.hpp 2008-03-31
20:47:32.000000000 +0000
++++ ./portable/libtorrent/include/libtorrent/peer_id.hpp 2008-03-31
20:47:44.000000000 +0000
+@@ -38,6 +38,7 @@
+ #include <cctype>
+ #include <algorithm>
+ #include <string>
++#include <cstring>
+
+ #include "libtorrent/config.hpp"
+ #include "libtorrent/assert.hpp"
+--- ./portable/libtorrent/src/file.cpp 2008-03-31 20:51:16.000000000 +0000
++++ ./portable/libtorrent/src/file.cpp 2008-03-31 20:52:11.000000000 +0000
+@@ -57,6 +57,7 @@
+ #include <sys/stat.h>
+ #include <sys/types.h>
+ #include <errno.h>
++#include <cstring>
+
+ #include <boost/static_assert.hpp>
+ // make sure the _FILE_OFFSET_BITS define worked
+--- ./portable/libtorrent/src/entry.cpp 2008-03-31 20:53:14.000000000
+0000
++++ ./portable/libtorrent/src/entry.cpp 2008-03-31 21:05:16.000000000
+0000
+@@ -34,6 +34,7 @@
+
+ #include <algorithm>
+ #include <iomanip>
++#include <ostream>
+ #include "libtorrent/entry.hpp"
+ #include "libtorrent/config.hpp"
+
signature.asc
Description: Digital signature

