[SCM] pulseaudio packaging branch, master, updated. debian/5.0-1-4-gbf53e77
rbalint at users.alioth.debian.org
rbalint at users.alioth.debian.org
Mon Apr 7 13:19:15 UTC 2014
The branch, master has been updated
via bf53e77d5f088630f55a6571caeb185e94331d31 (commit)
via 481ced339f20943f2e6bbf794862156828ec12e5 (commit)
via 237192d1dabc94c85df137307de8185995581be6 (commit)
from 14ae5a5ea8489fa295d2c4fccc6e11d564ab6a29 (commit)
- Shortlog ------------------------------------------------------------
bf53e77 Fix FTBFS on ARM architectures
481ced3 Fix too long line in d/changelog
237192d Start working on next upload
Summary of changes:
debian/changelog | 9 ++++++++-
debian/rules | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit bf53e77d5f088630f55a6571caeb185e94331d31
Author: Balint Reczey <balint at balintreczey.hu>
Date: Mon Apr 7 15:17:43 2014 +0200
Fix FTBFS on ARM architectures
diff --git a/debian/rules b/debian/rules
index f7cccd2..b7a1e63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ common-install-arch::
common-configure-arch::
ifneq (,$(findstring $(DEB_HOST_ARCH), "arm armel"))
- make -C src libpulsecommon_5.0_la-svolume_arm.lo CFLAGS+=-march=armv6
+ make -C src pulsecore/libpulsecommon_5.0_la-svolume_arm.lo CFLAGS+=-march=armv6
endif
common-binary-post-install-arch:: list-missing
commit 481ced339f20943f2e6bbf794862156828ec12e5
Author: Balint Reczey <balint at balintreczey.hu>
Date: Mon Apr 7 15:12:57 2014 +0200
Fix too long line in d/changelog
diff --git a/debian/changelog b/debian/changelog
index 63c7810..fac730e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,8 @@ pulseaudio (5.0-1) unstable; urgency=medium
* Use channel 2 for raop sink (Closes: #658733)
[ Alexander Kurtz ]
- * Exit PA with X session closing when PA is started by the session (Closes: 594001)
+ * Exit PA with X session closing when PA is started by the session
+ (Closes: #594001)
[ Balint Reczey ]
* Don't pass --disable-hal to ./configure (Closes: #729494)
commit 237192d1dabc94c85df137307de8185995581be6
Author: Balint Reczey <balint at balintreczey.hu>
Date: Mon Apr 7 15:14:20 2014 +0200
Start working on next upload
Git-Dch: Ignore
diff --git a/debian/changelog b/debian/changelog
index 6b83621..63c7810 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pulseaudio (5.0-2) UNRELEASED; urgency=low
+
+ * Start working on next upload
+
+ -- Balint Reczey <balint at balintreczey.hu> Mon, 07 Apr 2014 15:13:52 +0200
+
pulseaudio (5.0-1) unstable; urgency=medium
[ Balint Reczey ]
--
pulseaudio packaging
More information about the pkg-pulseaudio-devel
mailing list