Bug#596416: unblock: cynthiune.app/0.9.5-11
reopen 596416
retitle 596416 unblock: cynthiune.app/0.9.5-12
thanks
Julien Cristau wrote:
> On Sat, Sep 11, 2010 at 09:17:24 +0300, Yavor Doganov wrote:
> > unblock cynthiune.app/0.9.5-11
> > age-days 20 cynthiune.app/0.9.5-11
> >
> Done. Please make sure if any bad regressions are discovered that
> they're set to RC severity to prevent the migration.
Thanks. I noticed one problem so far -- the bundle is not built on
armel and powerpcspe. The fix is a oneliner:
--- cynthiune.app-0.9.5/debian/changelog
+++ cynthiune.app-0.9.5/debian/changelog
@@ -1,3 +1,10 @@
+cynthiune.app (0.9.5-12) unstable; urgency=low
+
+ * debian/patches/ALSA.patch: Adjust makefile conditional to actually
+ build the bundle on armel and powerpcspe (Really closes: #576228).
+
+ -- Yavor Doganov <yavor@gnu.org> Tue, 21 Sep 2010 22:43:29 +0300
+
cynthiune.app (0.9.5-11) unstable; urgency=low
* debian/patches/ALSA.patch: New; implement an ALSA output bundle and
--- cynthiune.app-0.9.5/debian/patches/ALSA.patch
+++ cynthiune.app-0.9.5/debian/patches/ALSA.patch
@@ -12,11 +12,13 @@
--- cynthiune.app-0.9.5.orig/GNUmakefile
+++ cynthiune.app-0.9.5/GNUmakefile
-@@ -94,6 +94,14 @@
+@@ -94,6 +94,16 @@
else
-+ifeq (linux-gnu,$(GNUSTEP_TARGET_OS))
++# GNUSTEP_TARGET_OS is defined to `linux-gnueabi' on armel and
++# `linux-gnuspe' on powerpcspe.
++ifneq (,$(findstring linux-gnu,$(GNUSTEP_TARGET_OS)))
+
+ifneq (yes,$(disable-alsa))
+BUNDLES += ALSA
Reply to: