Your message dated Wed, 25 Aug 2010 20:18:11 +0200
with message-id <[email protected]>
and subject line Re: Bug#592603: unblock: adun.app/0.81-4
has caused the Debian Bug report #592603,
regarding unblock: adun.app/0.81-4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
592603: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592603
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: freeze-exception

Please unblock adun.app; -4 fixes FTBFS on mipsen which was the only
reason it wasn't able to migrate to testing for so long.

unblock adun.app/0.81-4

The debdiff between -3 and -4 follows.

diff -u adun.app-0.81/debian/control adun.app-0.81/debian/control
--- adun.app-0.81/debian/control
+++ adun.app-0.81/debian/control
@@ -7,10 +7,10 @@
           Yavor Doganov <[email protected]>
 Build-Depends: debhelper (>= 7),
               dpatch,
-              libgnustep-gui-dev (>= 0.12.0),
+              libgnustep-gui-dev,
               libgsl0-dev,
               imagemagick
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://diana.imim.es/Adun
 Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/adun.app/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/adun.app/trunk/
diff -u adun.app-0.81/debian/changelog adun.app-0.81/debian/changelog
--- adun.app-0.81/debian/changelog
+++ adun.app-0.81/debian/changelog
@@ -1,3 +1,14 @@
+adun.app (0.81-4) unstable; urgency=low
+
+  * debian/rules (mipsen-flags): New variable, conditionally define only
+    when building on mips/mipsel as a workaround for gcc-4.4 bug #519006.
+    (build-stamp): Use it.
+  * debian/control (Build-Depends): Remove obsolete version requirement
+    for libgnustep-gui-dev.
+    (Standards-Version): Compliant with 3.9.1 (no changes required).
+
+ -- Yavor Doganov <[email protected]>  Mon, 09 Aug 2010 16:16:34 +0300
+
 adun.app (0.81-3) unstable; urgency=low
 
   [ Charles Plessy ]
diff -u adun.app-0.81/debian/rules adun.app-0.81/debian/rules
--- adun.app-0.81/debian/rules
+++ adun.app-0.81/debian/rules
@@ -17,6 +17,11 @@
 optim := debug=yes
 endif
 
+# Workaround for gcc-4.4 bug 519006.
+ifneq (,$(findstring mips,$(DEB_BUILD_ARCH)))
+mipsen-flags := ADDITIONAL_OBJCFLAGS=-g0 ADDITIONAL_CFLAGS=-g0
+endif
+
 build: patch build-stamp
 
 build-stamp:
@@ -33,7 +38,7 @@
 # even if no -j option is used.  GNUSTEP_MAKE_PARALLEL_BUILDING=no
 # prevents messing the MAKELEVEL again.
        MAKELEVEL=0 $(MAKE) GNUSTEP_MAKE_PARALLEL_BUILDING=no $(optim) \
-         messages=yes LDFLAGS="$(LDFLAGS)"
+         messages=yes LDFLAGS="$(LDFLAGS)" $(mipsen-flags)
        convert UL/Resources/icon.tiff -resize 32x32 adun.xpm
        touch $@
 



--- End Message ---
--- Begin Message ---
On Wed, Aug 11, 2010 at 19:41:55 +0200, Mehdi Dogguy wrote:

> On  0, Yavor Doganov <[email protected]> wrote:
> > Mehdi Dogguy wrote:
> > > Unfortunately, it won't be able to migrate directly since the
> > > GNUstep transition started and adun.app caught the old symbols of
> > > gnustep-{base,gui}.
> > 
> > Right, so what prevents it from migrating tomorrow except the freeze
> > block?  It got built on all archs before gnustep-base/1.20.1 was
> > uploaded; http://packages.debian.org/sid/adun.app seems to confirm
> > that.
> > 
> 
> hrm, right... except for some archs when I checked (but don't recally 
> exactly which) and that's why I scheduled the binNMUs. It's being rebuilt 
> using the new gnustep-gui now. In any case, it will be part of Squeeze.
> It's just a matter of time.
> 
Closing the bug as this will go in as part of the gnustep transition.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to