Your message dated Wed, 25 Aug 2010 20:18:11 +0200 with message-id <20100825181811.GT10843@patate.is-a-geek.org> 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 owner@bugs.debian.org immediately.) -- 592603: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592603 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: adun.app/0.81-4
- From: Yavor Doganov <yavor@gnu.org>
- Date: Wed, 11 Aug 2010 14:44:02 +0300
- Message-id: <[🔎] 20100811114402.9618.93560.reportbug@keel.southway-varna.com>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org 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 <yavor@gnu.org> 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 <yavor@gnu.org> 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 ---
- To: Mehdi Dogguy <mehdi@dogguy.org>
- Cc: Yavor Doganov <yavor@gnu.org>, 592603-done@bugs.debian.org
- Subject: Re: Bug#592603: unblock: adun.app/0.81-4
- From: Julien Cristau <jcristau@debian.org>
- Date: Wed, 25 Aug 2010 20:18:11 +0200
- Message-id: <20100825181811.GT10843@patate.is-a-geek.org>
- In-reply-to: <[🔎] 20100811174155.GB20626@dogguy.org>
- References: <[🔎] 20100811114402.9618.93560.reportbug@keel.southway-varna.com> <[🔎] 20100811162152.GY20626@dogguy.org> <8762zh3xo5.GNU's_Not_Unix!%yavor@gnu.org> <[🔎] 20100811174155.GB20626@dogguy.org>
On Wed, Aug 11, 2010 at 19:41:55 +0200, Mehdi Dogguy wrote: > On 0, Yavor Doganov <yavor@gnu.org> 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, JulienAttachment: signature.asc
Description: Digital signature
--- End Message ---