[ubuntu/natty] refit 0.14-2ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Fri Oct 15 00:05:00 BST 2010


refit (0.14-2ubuntu1) natty; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - Create gptsync-udeb.
    - Build with -fno-stack-protector on Ubuntu.
  * Drop Ubuntu change to build-depend on syslinux rather than
    syslinux-common, since we have syslinux-common in our archive now.

refit (0.14-2) unstable; urgency=low

  * debian/control:
    + Bump gnu-efi build-dep to 3.0i-3.

  * debian/patches/x64_no_optim.patch:
    + Removed; no longer needed as optimization wasn't the issue.

refit (0.14-1) unstable; urgency=low

  * New upstream release.
  * Switch to source format 3.0 (quilt).

  * debian/control:
    + Bump Standards-Version to 3.8.4 (no changes).
    + Remove dpatch build-dep.
    + Drop ${shlibs:Depends} for refit.
    + Add ${misc:Depends}.
  * debian/rules:
    + Remove dpatch code.
    + Don't run dh_shlibdeps on refit.

  * debian/patches/efi_call_wrappers.patch:
    + Added; introduce new refit_callX_wrapper() macros.

  * EFI call wrapper patches:
    + Rewritten to use the refit_callX_wrapper() macros instead of using
      the call wrapper directly; turns out the arguments need to be UINT64
      for the call wrapper to work properly. Fixes random failures and
      missing images on X64.

  * All patches refreshed, tagged with DEP-3 fields.

refit (0.13-11) unstable; urgency=low

  * debian/control:
    + Bump gnu-efi build-dep, as we need a version of gnu-efi built without
      optimization for x64 builds; see below.

  * debian/patches/13_x64_no_optim.dpatch:
    + Added; disable optimization for x64 builds as it looks very much like
      there are issues with the call wrapper and optimized builds, leading to
      weird breakages at runtime.

refit (0.13-10) unstable; urgency=low

  * debian/patches/23_gptsync_biosboot.dpatch:
    + Updated; remove unwanted hunk.

refit (0.13-9) unstable; urgency=low

  * debian/patches/23_gptsync_biosboot.dpatch:
    + Updated; fix byte order for GUID data.

refit (0.13-8) unstable; urgency=low

  * debian/patches/40_disable_EFI110_features.dpatch:
    + Updated; re-enable shutdown menu action now that gnu-efi provides the
      EfiResetShutdown definition and we have a build-dep on a newer gnu-efi
      version for other good reasons.
  * debian/patches/42_refit_uefi_call_wrapper.dpatch:
    + Updated.

refit (0.13-7) unstable; urgency=low

  * debian/patches/10_kfreebsd.dpatch:
    + Updated; remove extra LDSCRIPT line.
  * debian/patches/11_fat_binaries_build.dpatch:
    + Updated.

refit (0.13-6) unstable; urgency=low

  * debian/patches/10_kfreebsd.dpatch:
    + Added; select appropriate linker script on kfreebsd-amd64.
  * debian/patches/11_fat_binaries_build.dpatch:
    + Renamed, updated.
  * debian/patches/12_debian_version_string.dpatch:
    + Renamed.

refit (0.13-5) unstable; urgency=low

  * debian/control:
    + Bump gnu-efi build-dep to 3.0i.
    + Add kfreebsd-amd64 to supported architectures.

refit (0.13-4) unstable; urgency=low

  * debian/control:
    + Bump Standards-Version to 3.8.3 (no changes).

  * debian/patches/23_gptsync_biosboot.dpatch:
    + Map GPT "BIOS Boot Partition" type to MBR type 0xda ("Non-FS data")
      (closes: #545190).

Date: Wed, 13 Oct 2010 13:09:10 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/natty/+source/refit/0.14-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 13 Oct 2010 13:09:10 +0100
Source: refit
Binary: refit gptsync gptsync-udeb
Architecture: source
Version: 0.14-2ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 gptsync    - GPT and MBR partition tables synchronisation tool
 gptsync-udeb - GPT and MBR partition tables synchronisation tool (udeb)
 refit      - graphical boot menu for ia32 and x64 EFI systems
Closes: 545190
Changes: 
 refit (0.14-2ubuntu1) natty; urgency=low
 .
   * Resynchronise with Debian.  Remaining changes:
     - Create gptsync-udeb.
     - Build with -fno-stack-protector on Ubuntu.
   * Drop Ubuntu change to build-depend on syslinux rather than
     syslinux-common, since we have syslinux-common in our archive now.
 .
 refit (0.14-2) unstable; urgency=low
 .
   * debian/control:
     + Bump gnu-efi build-dep to 3.0i-3.
 .
   * debian/patches/x64_no_optim.patch:
     + Removed; no longer needed as optimization wasn't the issue.
 .
 refit (0.14-1) unstable; urgency=low
 .
   * New upstream release.
   * Switch to source format 3.0 (quilt).
 .
   * debian/control:
     + Bump Standards-Version to 3.8.4 (no changes).
     + Remove dpatch build-dep.
     + Drop ${shlibs:Depends} for refit.
     + Add ${misc:Depends}.
   * debian/rules:
     + Remove dpatch code.
     + Don't run dh_shlibdeps on refit.
 .
   * debian/patches/efi_call_wrappers.patch:
     + Added; introduce new refit_callX_wrapper() macros.
 .
   * EFI call wrapper patches:
     + Rewritten to use the refit_callX_wrapper() macros instead of using
       the call wrapper directly; turns out the arguments need to be UINT64
       for the call wrapper to work properly. Fixes random failures and
       missing images on X64.
 .
   * All patches refreshed, tagged with DEP-3 fields.
 .
 refit (0.13-11) unstable; urgency=low
 .
   * debian/control:
     + Bump gnu-efi build-dep, as we need a version of gnu-efi built without
       optimization for x64 builds; see below.
 .
   * debian/patches/13_x64_no_optim.dpatch:
     + Added; disable optimization for x64 builds as it looks very much like
       there are issues with the call wrapper and optimized builds, leading to
       weird breakages at runtime.
 .
 refit (0.13-10) unstable; urgency=low
 .
   * debian/patches/23_gptsync_biosboot.dpatch:
     + Updated; remove unwanted hunk.
 .
 refit (0.13-9) unstable; urgency=low
 .
   * debian/patches/23_gptsync_biosboot.dpatch:
     + Updated; fix byte order for GUID data.
 .
 refit (0.13-8) unstable; urgency=low
 .
   * debian/patches/40_disable_EFI110_features.dpatch:
     + Updated; re-enable shutdown menu action now that gnu-efi provides the
       EfiResetShutdown definition and we have a build-dep on a newer gnu-efi
       version for other good reasons.
   * debian/patches/42_refit_uefi_call_wrapper.dpatch:
     + Updated.
 .
 refit (0.13-7) unstable; urgency=low
 .
   * debian/patches/10_kfreebsd.dpatch:
     + Updated; remove extra LDSCRIPT line.
   * debian/patches/11_fat_binaries_build.dpatch:
     + Updated.
 .
 refit (0.13-6) unstable; urgency=low
 .
   * debian/patches/10_kfreebsd.dpatch:
     + Added; select appropriate linker script on kfreebsd-amd64.
   * debian/patches/11_fat_binaries_build.dpatch:
     + Renamed, updated.
   * debian/patches/12_debian_version_string.dpatch:
     + Renamed.
 .
 refit (0.13-5) unstable; urgency=low
 .
   * debian/control:
     + Bump gnu-efi build-dep to 3.0i.
     + Add kfreebsd-amd64 to supported architectures.
 .
 refit (0.13-4) unstable; urgency=low
 .
   * debian/control:
     + Bump Standards-Version to 3.8.3 (no changes).
 .
   * debian/patches/23_gptsync_biosboot.dpatch:
     + Map GPT "BIOS Boot Partition" type to MBR type 0xda ("Non-FS data")
       (closes: #545190).
Checksums-Sha1: 
 e8b52531f73812fb476e234377702a04aad7b2ca 1857 refit_0.14-2ubuntu1.dsc
 79b0f2473d6628404cb51bdaf49a4205c409c31b 625164 refit_0.14.orig.tar.gz
 d5eccd49233c3753f5f9ad1904c75a45ac41989f 42570 refit_0.14-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 660a999b5519ebebd8814c0359f61b2c3add2f47305af909f68fbea51b8e6f65 1857 refit_0.14-2ubuntu1.dsc
 0101ac403c3a8c90813df20726c9e76a58515ca7d1a35a7b2ab42eaf28e25e1e 625164 refit_0.14.orig.tar.gz
 7e82b25d5ab7b6b0948d7e8dd4f05739ee13de5b51fc7b12cc40ef7cba717cab 42570 refit_0.14-2ubuntu1.debian.tar.gz
Files: 
 5232f009185580d3b4b123a1eb94615d 1857 admin optional refit_0.14-2ubuntu1.dsc
 61429193c3a11ad946a484718cccc1a1 625164 admin optional refit_0.14.orig.tar.gz
 e51fd5fba85104c94b9e33ccb0d317bd 42570 admin optional refit_0.14-2ubuntu1.debian.tar.gz
Original-Maintainer: Julien BLACHE <jblache at debian.org>


More information about the Natty-changes mailing list