Bug#596416: unblock: cynthiune.app/0.9.5-11

2010-09-21 Thread Yavor Doganov
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   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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#596416: unblock: cynthiune.app/0.9.5-11

2010-09-10 Thread Yavor Doganov
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package cynthiune.app to fix (unofficial?) release
goal.  If possible, I'd prefer to spend longer period in unstable.
The changelog is:

  * debian/patches/ALSA.patch: New; implement an ALSA output bundle and
make it the default on GNU/Linux (Closes: #576228).
  * debian/patches/kfreebsd-OSS-default.patch: Remove, default now handled
with the above patch.
  * debian/patches/series: Update.
  * debian/control (Build-Depends): Add libasound2-dev [linux-any].
(Standards-Version): Set to 3.9.1 (no changes needed).
  * debian/copyright: Update copyright holders/years.

 cynthiune.app-0.9.5/debian/changelog  |   13 
 cynthiune.app-0.9.5/debian/control|3 
 cynthiune.app-0.9.5/debian/copyright  |1 
 cynthiune.app-0.9.5/debian/patches/series |2 
 debian/patches/ALSA.patch |  402 ++
 debian/patches/kfreebsd-OSS-default.patch |   18 -
 6 files changed, 419 insertions(+), 20 deletions(-)

$ diffstat debian/patches/ALSA.patch 
 GNUmakefile   |8 
 GeneralPreference.m   |   50 -
 cynthiune.app-0.9.5/Bundles/ALSA/ALSA.h   |   40 
 cynthiune.app-0.9.5/Bundles/ALSA/ALSA.m   |  169 ++
 cynthiune.app-0.9.5/Bundles/ALSA/GNUmakefile  |   44 
 cynthiune.app-0.9.5/Bundles/ALSA/GNUmakefile.preamble |   31 +++
 6 files changed, 335 insertions(+), 7 deletions(-)

unblock cynthiune.app/0.9.5-11
age-days 20 cynthiune.app/0.9.5-11



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org