[ubuntu/maverick] etherboot 5.4.4-7ubuntu2 (Accepted)

Lorenzo De Liso blackz at ubuntu.com
Thu Sep 9 21:05:26 BST 2010


etherboot (5.4.4-7ubuntu2) maverick; urgency=low

  * Revert back the change "Add kvm-pxe package containing the PXE ROM's
    kvm needs to pxeboot." and drop the etherboot-qemu package to have
    the problem described in LP: #570870 fixed.
  * debian/rules: Prefer "chmod 0644 debian/kvm-pxe/usr/share/qemu/*" to
    "chmod -x $(CURDIR)/debian/kvm-pxe/usr/share/qemu/*" as the first one
    does one of the things that the second one does.

etherboot (5.4.4-7ubuntu1) maverick; urgency=low

  * Merge from debian unstable, remaining changes:
    - debian/rules: unexport LDFLAGS and CFLAGS to avoid a FTBFS
    - nossp.patch: compile using -fno-stack-protector.
    - debian/control:
      + Added build dependency on grub (grub-legacy is not yet in Ubuntu)
      + Build-Depend on syslinux instead of syslinux-common | syslinux. We need
        /usr/bin/syslinux during build.
  * Dropped changes:
    - Add kvm-pxe package containing the PXE ROM's kvm needs to pxeboot:
      fixed in debian
    - debian/rules: fix the installation directory of the kvm-pxe roms
      to /usr/share/qemu, rather than /usr/share/kvm, LP: #570870: change
      no longer needed as we dropped the change "Add kvm-pxe package containing
      the PXE ROM's kvm needs to pxeboot." as it's fixed in debian
    - Add patch etherboot-5.4.4-e1000-tx-volatile.patch from Fedora
      Taken from https://bugzilla.redhat.com/show_bug.cgi?id=507391
      (LP: #617316): fixed in debian
    - debian/control: Added build dependency on syslinux (syslinux-common
      is not yet in Ubuntu): replaced by the change "Build-Depend
      on syslinux instead of syslinux-common | syslinux. We need
      /usr/bin/syslinux during build."

etherboot (5.4.4-7) unstable; urgency=low

  * Updating standards version to 3.9.0.
  * Workarounding issues in build system for amd64 (Closes: #593399).
  * Updating standards version to 3.9.1.

etherboot (5.4.4-6) unstable; urgency=low

  * Making BOOTP in package descriptions all capital (Closes: #583706).

etherboot (5.4.4-5) unstable; urgency=low

  [ Vagrant Cascadian ]
  * Also add virtio-net rom to etherboot-qemu package.
  * Also add rtl8029 to etherboot-qemu package.
  * Added debian/watch file.

  [ Daniel Baumann ]
  * Removing watch file (watch files in the packages are broken by
    design, i use a different approach for my packages).
  * Adding patch from Mark McLoughlin <markmc at redhat.com> to Fix e1000
    PXE boot caused by compiler optimization (Closes: #569581).

etherboot (5.4.4-4) unstable; urgency=low

  * Renumbering conglomeration.patch.
  * Adding patch from Bernhard Kauer <kauer at os.inf.tu-dresden.de> to
    return size in tftp_read_file (Closes: #414158).
  * Updating dh call in rules to more common order.
  * Also calling dh_fixperms in dh_fixperms override (doesn't make a
    difference now, but it's more future proof).

etherboot (5.4.4-3) unstable; urgency=low

  * Removing superfluous section declaration in control.
  * Removing recommends on mknbi for etherboot-qemu.
  * Adding a enhances qemu and kvm to etherboot-qemu.
  * Correcting name of Gergely in the changelog entry of 5.4.4-1.
  * Capitalizing tftp in package description (Closes: #561373).
  * Combine chmod calls under a dh_fixperms override.
  * Updating to standards 3.8.4.
  * Adding symlink so that it cross-builds on amd64 too (Closes:
    #568553).

etherboot (5.4.4-2) unstable; urgency=low

  * Adding etherboot-qemu that contains uncompressed targets for
    qemu/kvm (Closes: #552402).

Date: Thu, 09 Sep 2010 21:11:38 +0200
Changed-By: Lorenzo De Liso <blackz at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Lorenzo De Liso <blackzldl at gmail.com>
https://launchpad.net/ubuntu/maverick/+source/etherboot/5.4.4-7ubuntu2
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 09 Sep 2010 21:11:38 +0200
Source: etherboot
Binary: etherboot kvm-pxe
Architecture: source
Version: 5.4.4-7ubuntu2
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Lorenzo De Liso <blackz at ubuntu.com>
Description: 
 etherboot  - Bootstrapping for various network adapters
 kvm-pxe    - PXE ROM's for KVM
Closes: 414158 552402 561373 568553 569581 583706 593399
Launchpad-Bugs-Fixed: 570870 617316
Changes: 
 etherboot (5.4.4-7ubuntu2) maverick; urgency=low
 .
   * Revert back the change "Add kvm-pxe package containing the PXE ROM's
     kvm needs to pxeboot." and drop the etherboot-qemu package to have
     the problem described in LP: #570870 fixed.
   * debian/rules: Prefer "chmod 0644 debian/kvm-pxe/usr/share/qemu/*" to
     "chmod -x $(CURDIR)/debian/kvm-pxe/usr/share/qemu/*" as the first one
     does one of the things that the second one does.
 .
 etherboot (5.4.4-7ubuntu1) maverick; urgency=low
 .
   * Merge from debian unstable, remaining changes:
     - debian/rules: unexport LDFLAGS and CFLAGS to avoid a FTBFS
     - nossp.patch: compile using -fno-stack-protector.
     - debian/control:
       + Added build dependency on grub (grub-legacy is not yet in Ubuntu)
       + Build-Depend on syslinux instead of syslinux-common | syslinux. We need
         /usr/bin/syslinux during build.
   * Dropped changes:
     - Add kvm-pxe package containing the PXE ROM's kvm needs to pxeboot:
       fixed in debian
     - debian/rules: fix the installation directory of the kvm-pxe roms
       to /usr/share/qemu, rather than /usr/share/kvm, LP: #570870: change
       no longer needed as we dropped the change "Add kvm-pxe package containing
       the PXE ROM's kvm needs to pxeboot." as it's fixed in debian
     - Add patch etherboot-5.4.4-e1000-tx-volatile.patch from Fedora
       Taken from https://bugzilla.redhat.com/show_bug.cgi?id=507391
       (LP: #617316): fixed in debian
     - debian/control: Added build dependency on syslinux (syslinux-common
       is not yet in Ubuntu): replaced by the change "Build-Depend
       on syslinux instead of syslinux-common | syslinux. We need
       /usr/bin/syslinux during build."
 .
 etherboot (5.4.4-7) unstable; urgency=low
 .
   * Updating standards version to 3.9.0.
   * Workarounding issues in build system for amd64 (Closes: #593399).
   * Updating standards version to 3.9.1.
 .
 etherboot (5.4.4-6) unstable; urgency=low
 .
   * Making BOOTP in package descriptions all capital (Closes: #583706).
 .
 etherboot (5.4.4-5) unstable; urgency=low
 .
   [ Vagrant Cascadian ]
   * Also add virtio-net rom to etherboot-qemu package.
   * Also add rtl8029 to etherboot-qemu package.
   * Added debian/watch file.
 .
   [ Daniel Baumann ]
   * Removing watch file (watch files in the packages are broken by
     design, i use a different approach for my packages).
   * Adding patch from Mark McLoughlin <markmc at redhat.com> to Fix e1000
     PXE boot caused by compiler optimization (Closes: #569581).
 .
 etherboot (5.4.4-4) unstable; urgency=low
 .
   * Renumbering conglomeration.patch.
   * Adding patch from Bernhard Kauer <kauer at os.inf.tu-dresden.de> to
     return size in tftp_read_file (Closes: #414158).
   * Updating dh call in rules to more common order.
   * Also calling dh_fixperms in dh_fixperms override (doesn't make a
     difference now, but it's more future proof).
 .
 etherboot (5.4.4-3) unstable; urgency=low
 .
   * Removing superfluous section declaration in control.
   * Removing recommends on mknbi for etherboot-qemu.
   * Adding a enhances qemu and kvm to etherboot-qemu.
   * Correcting name of Gergely in the changelog entry of 5.4.4-1.
   * Capitalizing tftp in package description (Closes: #561373).
   * Combine chmod calls under a dh_fixperms override.
   * Updating to standards 3.8.4.
   * Adding symlink so that it cross-builds on amd64 too (Closes:
     #568553).
 .
 etherboot (5.4.4-2) unstable; urgency=low
 .
   * Adding etherboot-qemu that contains uncompressed targets for
     qemu/kvm (Closes: #552402).
Checksums-Sha1: 
 c47bdf89354114883550a829773f88ae5c3868da 1749 etherboot_5.4.4-7ubuntu2.dsc
 820bbc164c639eb5e7e21afe875e4219d72f3d1e 1459379 etherboot_5.4.4.orig.tar.gz
 cdc0ed58e0e4208cf326ed9097af637ceb544c76 8625 etherboot_5.4.4-7ubuntu2.diff.gz
Checksums-Sha256: 
 7420153d23ca57b3fb7ed174c9843e9f93c57a563ff28b8d748053d6d5255902 1749 etherboot_5.4.4-7ubuntu2.dsc
 1f385f976716e3f6a0a53a2149ef1adf6d2c6d4eead01465313e1efc2ec6691b 1459379 etherboot_5.4.4.orig.tar.gz
 e9f48f5ef8ea9f28558a328acb43dacc5140ce25635b84d67afe1250bdf23da7 8625 etherboot_5.4.4-7ubuntu2.diff.gz
Files: 
 a65c89fb0a3a66a784dd716a9230460c 1749 admin optional etherboot_5.4.4-7ubuntu2.dsc
 5aff6c2a56f9dfa4747f4de94666c9ac 1459379 admin optional etherboot_5.4.4.orig.tar.gz
 6ba19bbfc6c8eebe071fa353d3f6562f 8625 admin optional etherboot_5.4.4-7ubuntu2.diff.gz
Original-Maintainer: Debian Syslinux Maintainers <syslinux at lists.debian-maintainers.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBAgAGBQJMiToGAAoJECG2nyCsu/UVwoIIAMY3Q+iutDygHqu2HYYeFZwz
2tfsqy/Y6XvIbXoaFlpxkHMxIjN6Ys6PqLi+xcpYJANPn0ec7yhBK7ehZO+RO+Gb
XKPhII6hBdO8LmMilfW61Y1P+fOCeelBm04CjMC6+moRYH/lbIFO6JFE/G8Pc65b
l35jWQdDM1Nf09DJEmOEqjTasN6fFP2L1DeTixW9Tu23dTaFgKdLs9hyRwg3ZeVW
cO81LmMLo8OmKmdYnH1N5q9xipnHqRX/tXzdHnaDV9BSk0qekjBbbgQIuuiymMsM
TmLIEUVY+LhKlRvIvuowAu0W/mvQxWmFazgc/8J3kwzlWdSKBGiJ0Taj7qwnoxY=
=ZcvZ
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list