Comment 1 for bug 227207

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package refit - 0.11-1ubuntu1

---------------
refit (0.11-1ubuntu1) intrepid; urgency=low

  * Resynchronise with Debian (LP: #227207). Remaining changes:
    - Create gptsync-udeb.
  * Build gptsync-udeb on amd64.
  * debian/patches/10_fat_binaries_build.dpatch:
    - Ubuntu uses /usr/lib32 rather than /emul/ia32-linux/usr/lib; adjust
      accordingly.

refit (0.11-1) unstable; urgency=low

  * New upstream release.

  * debian/font:
    + Ship an antialiased font for rEFIt.
  * debian/mbr:
    + Added mkmbrhdr.h to generate include/syslinux_mbr.h at build time.

  * debian/README.Debian:
    + Add a paragraph about the EFI shell and tools distributed with
      rEFIt upstream and why they aren't distributed in this package.
    + Document the build of a bootable rEFIt (EFI) CD/DVD.
    + Document the ia32 vs. x64 binaries and fat EFI binaries.
  * debian/copyright:
    + Update.
  * debian/control:
    + Build-Depend on syslinux, for /usr/lib/syslinux/mbr.bin.
    + Bump gnu-efi build-dep to >= 3.0e-2.
  * debian/rules:
    + Generate include/syslinux_mbr.h at build time.
    + Replace the font provided with rEFIt by the antialised font shipped in
      debian/font.
  * debian/install:
    + Install showpart.
    + Install icons, vollabel and config file.
    + Install ia32 and x64 binaries too, for bootable CDs.

  * debian/patches/10_fat_binaries_build.dpatch:
    + Updated; add -DEFI32 / -DEFIX64 to CPPFLAGS in Make.common.
  * debian/patches/11_debian_version_string.dpatch:
    + Updated.
  * debian/patches/20_gptsync_quiet_mode.dpatch:
    + Added; add a quiet mode to gptsync for non-interactive use.
  * debian/patches/21_gptsync_manpage.dpatch:
    + Added; rewrite the manpage.
  * debian/patches/40_disable_EFI110_features.dpatch:
    + Updated.
  * debian/patches/42_refit_uefi_call_wrapper.dpatch:
    + Updated.
  * debian/patches/03_refit_gcc_warning_fix.dpatch:
    + Added; fix a gcc warning.

refit (0.10-1) unstable; urgency=low

  * New upstream release.

  * debian/control:
    + Build-Depend on python, gcc-multilib.
  * debian/rules:
    + Build ia32 and x86_64 EFI binaries, then assemble them into final
      fat EFI binaries.

  * debian/patches/02_ia32_build_on_amd64.dpatch:
    + Removed; we're now building fat EFI binaries with ia32 and x86_64
      architecture support.
  * debian/patches/03_replace_mcpu.dpatch:
    + Removed; looks like this is not needed after all, at least gnu-efi
      currently doesn't set any option for ia32 code generation.
  * debian/patches/04_gptsync_nom_nom_nom_newline.dpatch:
    + Renamed; 02_gptsync_nom_nom_nom_newline.dpatch.
  * debian/patches/10_fat_binaries_build.dpatch:
    + Added; support in the build infrastructure to build ia32 and x86_64
      binaries in separate build directories.
  * debian/patches/10_debian_version_string.dpatch:
    + Renamed & updated; 11_debian_version_string.dpatch.
  * debian/patches/41_gptsync_uefi_call_wrapper.dpatch:
    + Added; wrap EFI API calls in uefi_call_wrapper().
  * debian/patches/42_refit_uefi_call_wrapper.dpatch:
    + Added; wrap EFI API calls in uefi_call_wrapper().
  * debian/patches/43_libeg_uefi_call_wrapper.dpatch:
    + Added; wrap EFI API calls in uefi_call_wrapper().

  * debian/README.sources:
    + Added.
  * debian/TODO:
    + Updated.

refit (0.9-1) unstable; urgency=low

  * New upstream release.

  * debian/patches/01_gptsync_64bit_fix.dpatch:
    + Updated.
  * debian/patches/30_gptsync_man.dpatch:
    + Removed; merged upstream.
  * debian/patches/40_disable_EFI110_features.dpatch:
    + Updated; disable shutdown feature.
  * debian/patches/10_debian_version_string.dpatch:
    + Updated.

refit (0.8-1) unstable; urgency=low

  * New upstream release.

  * debian/rules:
    + Pass DEBVER when building refit.

  * debian/patches/10_gptsync_EFI_app_build.dpatch:
    + Removed; merged upstream.
  * debian/patches/40_disable_EFI110_features.dpatch:
    + Added; disable features that require EFI110.
  * debian/patches/10_debian_version_string.dpatch:
    + Added; append the debian version to the version string.

  * debian/README.Debian, debian/TODO:
    + Update.

refit (0.7-6) unstable; urgency=low

  * debian/patches/04_gptsync_nom_nom_nom_newline.dpatch:
    + Added; when prompting for user input, consume characters up to and
      including newline (closes: #387957).

refit (0.7-5) unstable; urgency=low

  * debian/control:
    + Build-Depend on gcc-multilib on amd64 (for 32bit libgcc.a).
  * debian/patches/02_ia32_build_on_amd64.dpatch:
    + Updated; pick up the 32bit libgcc.a when building on amd64.

refit (0.7-4) unstable; urgency=low

  * Adopting refit, taking over from Enrico Tassi (closes: #430721).

  * debian/control:
    + Bump Standards-Version to 3.7.3 (no changes).
    + Build-Depend: gnu-efi (>= 3.0e-1.1) to be able to build on amd64.
    + refit: add amd64 to Architecture.
    + refit: rewrite descriptions.

  * debian/README.Debian, debian/TODO:
    + Update.

  * debian/patches/01_gptsync_efi.dpatch:
    + Renamed; 10_gptsync_EFI_app_build.dpatch.
  * debian/patches/03_gptsync_man.dpatch:
    + Renamed; 30_gptsync_man.dpatch.

  * debian/patches/01_gptsync_64bit_fix.dpatch:
    + Added; fix runtime failure of gptsync on 64bit platforms.
  * debian/patches/02_ia32_build_on_amd64.dpatch:
    + Added; enabled building a ia32 refit binary on amd64.
  * debian/patches/03_replace_mcpu.dpatch:
    + Added; use -mtune instead of -mcpu which is deprecated.

 -- Colin Watson <email address hidden> Thu, 12 Jun 2008 01:50:14 +0100