[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, master, updated. debian/0.9.17-1-16-g5fba61e
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Sep 27 21:43:29 UTC 2009
The branch, master has been updated
via 5fba61e885b9e419cd935101a683f7dc905cb4ca (commit)
from 2f5e16eae29681a393ecead4dc439cdf5504fa87 (commit)
- Shortlog ------------------------------------------------------------
5fba61e debian/rules: Add -march=armv6 to the CFLAGS on arm and armel (Closes: #546322)
Summary of changes:
debian/changelog | 4 +++-
debian/rules | 4 ++++
2 files changed, 7 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 5fba61e885b9e419cd935101a683f7dc905cb4ca
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sun Sep 27 18:46:57 2009 +0200
debian/rules: Add -march=armv6 to the CFLAGS on arm and armel (Closes: #546322)
diff --git a/debian/changelog b/debian/changelog
index 3760fe8..e902302 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,10 @@ pulseaudio (0.9.18-1) UNRELEASED; urgency=low
pulse instance (Closes: #529989)
* debian/control: Bump libsndfile1-dev build-depend to >= 1.0.20.
(Closes: #546734)
+ * debian/rules: Add -march=armv6 to the CFLAGS on arm and armel
+ (Closes: #546322)
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 27 Sep 2009 17:39:29 +0200
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 27 Sep 2009 18:46:04 +0200
pulseaudio (0.9.17-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index c2a32e0..8f36c0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,3 +44,7 @@ DEB_DH_SHLIBDEPS_ARGS_libpulse0 = -u -L/dev/null
DEB_DH_SHLIBDEPS_ARGS_pulseaudio = -u -Ldebian/shlibs_pulseaudio.local
DEB_DH_INSTALL_ARGS = --sourcedir=$(CURDIR)/debian/tmp
DEB_UPDATE_RCD_PARAMS = start 25 2 3 4 5 . stop 15 1 .
+
+ifneq (,$(findstring $(DEB_HOST_ARCH), "arm armel"))
+ CFLAGS += -march=armv6
+endif
--
pulseaudio packaging
More information about the Pkg-pulseaudio-devel
mailing list