clone 414660 -1 severity -1 wishlist retitle -1 please update csound to version 5 for 64-bit support tags 414660 patch thanks
Hi Hans, I've prepared an NMU for this bug, to drop alpha/ia64/amd64 from the architecture list for csound. Please find the patch attached, with autogenerated changes stripped out. (csound also lacked a proper clean target, so I've corrected this in the upload and future versions should no longer have any autogenerated changes that are an issue.) This NMU will be uploaded to incoming shortly. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/
diff -u csound-4.23f13/debian/control csound-4.23f13/debian/control --- csound-4.23f13/debian/control +++ csound-4.23f13/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.6.1 Package: csound -Architecture: any +Architecture: arm armeb armel hppa hurd-i386 i386 kfreebsd-i386 m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc Depends: ${shlibs:Depends} ${misc:Depends} Suggests: csound-doc Description: powerful and versatile sound synthesis software diff -u csound-4.23f13/debian/changelog csound-4.23f13/debian/changelog --- csound-4.23f13/debian/changelog +++ csound-4.23f13/debian/changelog @@ -1,3 +1,16 @@ +csound (1:4.23f13-1.1) unstable; urgency=high + + * Non-maintainer upload. + * High-urgency upload for RC bugfix. + * Drop alpha, ia64, and amd64 from the package architecture list, because + this version of csound makes many 32-bit assumptions that render the + package unusable. Closes: #414660. + * Also fix the clean target to use make distclean, not just make + clean, and remove csound/csound.xmg by hand since nothing seems to + take care of this on clean. + + -- Steve Langasek <[EMAIL PROTECTED]> Tue, 20 Mar 2007 15:55:27 -0700 + csound (1:4.23f13-1) unstable; urgency=low [ Hans Fugal ] diff -u csound-4.23f13/debian/rules csound-4.23f13/debian/rules --- csound-4.23f13/debian/rules +++ csound-4.23f13/debian/rules @@ -60,7 +60,8 @@ rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) clean + -$(MAKE) distclean + rm -f csound/csound.xmg dh_clean