Your message dated Sat, 21 Oct 2006 21:29:27 +0100 with message-id <[EMAIL PROTECTED]> and subject line Fixing version-tracking for already fixed-in-NMU bug has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: oaklisp Version: 1.3.1-2 The upstream make clean removes src/world/oakworld.bin, which means the source package can only be built once. The supplied patch backs up and restores this file either side of the clean. -- Regards, Ross Thomas diff -uN debian.orig/rules debian/rules --- debian.orig/rules Mon Mar 4 13:17:52 2002 +++ debian/rules Mon Mar 4 13:54:09 2002 @@ -23,8 +23,12 @@ dh_testroot rm -f build-stamp - # Add here commands to clean up after the build process. + # Make a backup of the supplied oakworld.bin before + # cleaning, or it gets wiped. + + mv src/world/oakworld.bin debian/ -$(MAKE) clean + mv debian/oakworld.bin src/world/ dh_clean
--- End Message ---
--- Begin Message ---Version: 1.3.1-2.1 This bug was fixed in an NMU, but never closed. I'm closing it with the correct version so that its status can be properly version-tracked. For reference: oaklisp (1.3.1-2.1) unstable; urgency=low . * Non-maintainer upload. * Bootstrap the compiler properly using a patch from Ross Thomas <[EMAIL PROTECTED]> (closes: #122117). * Add build dependancy on tetex-extra (closes: #136821). * Save oakworld.bin while cleaning so that the source can be rebuilt repeatedly (closes: #136822). * Include SPARC, m68k and PowerPC configurations (the SPARC and m68k configurations from <[EMAIL PROTECTED]>). At least the PowerPC port fails to build due to an attempt to malloc() huge amounts of memory so I'm not closing the relevant bug yet. * Change reference to GPL to point at /usr/share/common-licenses. Regards, Adam
--- End Message ---

