Package: release.debian.org Severity: normal User: release.debian....@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 <ya...@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 <ya...@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 $@ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org