[SCM] UNNAMED PROJECT branch, master, updated. debian/0.1-1-2-g5c1ef87
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sat May 19 20:04:01 UTC 2012
The branch, master has been updated
via 5c1ef8793730ed28cc79ca5c97089066e7d3c883 (commit)
via e96b35dd3ba3341031b78b2e13c81767e3228f19 (commit)
from ac701acc0f80151e21f1c45b2706e8f2e623bc4f (commit)
- Shortlog ------------------------------------------------------------
5c1ef87 Target unstable
e96b35d d/p/0001-Don-t-error-or-set-options-for-unknown-architectures.patch
Summary of changes:
debian/changelog | 8 ++++++
...-or-set-options-for-unknown-architectures.patch | 24 ++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 33 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 5c1ef8793730ed28cc79ca5c97089066e7d3c883
Author: Sjoerd Simons <sjoerd at luon.net>
Date: Sat May 19 22:00:53 2012 +0200
Target unstable
diff --git a/debian/changelog b/debian/changelog
index 856937f..a82ff6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-webrtc-audio-processing (0.1-2) UNRELEASED; urgency=low
+webrtc-audio-processing (0.1-2) unstable; urgency=low
* d/p/0001-Don-t-error-or-set-options-for-unknown-architectures.patch
- Added. Don't error out if the architecture isn't recognised, as the
defines aren't strictly necessary for the audio processing subset.
- -- Sjoerd Simons <sjoerd at debian.org> Sat, 19 May 2012 21:52:32 +0200
+ -- Sjoerd Simons <sjoerd at debian.org> Sat, 19 May 2012 22:00:19 +0200
webrtc-audio-processing (0.1-1) unstable; urgency=low
commit e96b35dd3ba3341031b78b2e13c81767e3228f19
Author: Sjoerd Simons <sjoerd at luon.net>
Date: Sat May 19 21:53:52 2012 +0200
d/p/0001-Don-t-error-or-set-options-for-unknown-architectures.patch
* d/p/0001-Don-t-error-or-set-options-for-unknown-architectures.patch
- Added. Don't error out if the architecture isn't recognised, as the
defines aren't strictly necessary for the audio processing subset.
diff --git a/debian/changelog b/debian/changelog
index 48e6a0f..856937f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+webrtc-audio-processing (0.1-2) UNRELEASED; urgency=low
+
+ * d/p/0001-Don-t-error-or-set-options-for-unknown-architectures.patch
+ - Added. Don't error out if the architecture isn't recognised, as the
+ defines aren't strictly necessary for the audio processing subset.
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sat, 19 May 2012 21:52:32 +0200
+
webrtc-audio-processing (0.1-1) unstable; urgency=low
* Initial release (Closes: #672797)
diff --git a/debian/patches/0001-Don-t-error-or-set-options-for-unknown-architectures.patch b/debian/patches/0001-Don-t-error-or-set-options-for-unknown-architectures.patch
new file mode 100644
index 0000000..93a3d09
--- /dev/null
+++ b/debian/patches/0001-Don-t-error-or-set-options-for-unknown-architectures.patch
@@ -0,0 +1,24 @@
+From 6480b6b44e376cbec2d8e4499692573a3861e003 Mon Sep 17 00:00:00 2001
+From: Sjoerd Simons <sjoerd at luon.net>
+Date: Sat, 19 May 2012 21:52:09 +0200
+Subject: [PATCH] Don't error or set options for unknown architectures
+
+---
+ src/typedefs.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/typedefs.h b/src/typedefs.h
+index 6620550..774905b 100644
+--- a/src/typedefs.h
++++ b/src/typedefs.h
+@@ -77,7 +77,6 @@
+ #define WEBRTC_ARCH_32_BITS
+ #define WEBRTC_ARCH_LITTLE_ENDIAN
+ #else
+-#error Please add support for your architecture in typedefs.h
+ #endif
+
+ #if defined(__SSE2__) || defined(_MSC_VER)
+--
+1.7.10
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d50b358
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Don-t-error-or-set-options-for-unknown-architectures.patch
--
UNNAMED PROJECT
More information about the pkg-pulseaudio-devel
mailing list