[SCM] pulseaudio packaging branch, master, updated. debian/0.9.21-2-2-g47e7ce0
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sat Jul 3 14:13:09 UTC 2010
The branch, master has been updated
via 47e7ce04aee12fa0d74c11de36b50dc00243f043 (commit)
via a43b3459ba19dbaba9dd1ef6c3470cd015644c67 (commit)
from 1a3a8d3488bfd53ddda11b07b5e2436393aee901 (commit)
- Shortlog ------------------------------------------------------------
47e7ce0 Target unstable
a43b345 debian/rules: Compile with -g0 on mips{,el} to work around #519006 in gcc-4.4
Summary of changes:
debian/changelog | 7 +++++++
debian/rules | 5 +++++
2 files changed, 12 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 47e7ce04aee12fa0d74c11de36b50dc00243f043
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sat Jul 3 15:13:00 2010 +0100
Target unstable
diff --git a/debian/changelog b/debian/changelog
index 04dbcb3..18fc047 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-pulseaudio (0.9.21-3) UNRELEASED; urgency=low
+pulseaudio (0.9.21-3) unstable; urgency=low
* debian/rules: Compile with -g0 on mips{,el} to work around #519006 in
gcc-4.4
- -- Sjoerd Simons <sjoerd at debian.org> Sat, 03 Jul 2010 14:53:12 +0100
+ -- Sjoerd Simons <sjoerd at debian.org> Sat, 03 Jul 2010 15:12:54 +0100
pulseaudio (0.9.21-2) unstable; urgency=low
commit a43b3459ba19dbaba9dd1ef6c3470cd015644c67
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sat Jul 3 14:54:25 2010 +0100
debian/rules: Compile with -g0 on mips{,el} to work around #519006 in gcc-4.4
diff --git a/debian/changelog b/debian/changelog
index 1115d69..04dbcb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pulseaudio (0.9.21-3) UNRELEASED; urgency=low
+
+ * debian/rules: Compile with -g0 on mips{,el} to work around #519006 in
+ gcc-4.4
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sat, 03 Jul 2010 14:53:12 +0100
+
pulseaudio (0.9.21-2) unstable; urgency=low
* Import NMU patches into pkg-pulse git, thanks to the security team for
diff --git a/debian/rules b/debian/rules
index 3503079..4c0387f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,11 @@ include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+ifneq (,$(filter mips mipsel, $(DEB_HOST_ARCH)))
+ CFLAGS = -Wall -g0 $(DEB_OPT_FLAG)
+endif
+
+
common-build-arch::
grep -v -e alsa -e evdev -e udev debian/pulseaudio.install > \
debian/pulseaudio.install.kfreebsd-i386
--
pulseaudio packaging
More information about the pkg-pulseaudio-devel
mailing list