Skip to content
Snippets Groups Projects
  1. Jun 07, 2023
  2. May 24, 2023
  3. Mar 12, 2021
  4. Feb 22, 2021
  5. Aug 16, 2020
  6. Mar 30, 2020
  7. Oct 10, 2019
  8. Aug 27, 2019
  9. Feb 26, 2019
  10. Oct 05, 2019
  11. Aug 27, 2019
  12. Dec 03, 2018
    • Lukas Schwaighofer's avatar
      Import Debian changes 3:6.04~git20171011.af7e95c3+dfsg1-6 · 2a1b75af
      Lukas Schwaighofer authored
      syslinux (3:6.04~git20171011.af7e95c3+dfsg1-6) unstable; urgency=medium
      
        * gnu-efi compatibility patch: use memset and memcpy from syslinux instead
          of from gnu-efi
          - Using the memset and memcpy from gnu-efi causes some modules (e.g.
            vesamenu.c32) to fail with "Undef symbol FAIL: memset"
      
      syslinux (3:6.04~git20171011.af7e95c3+dfsg1-5) unstable; urgency=medium
      
        * Build against gnu-efi >= 3.0.8
        * Bump Standards-Version to 4.2.1.
      
      syslinux (3:6.04~git20171011.af7e95c3+dfsg1-4) unstable; urgency=medium
      
        * Point Vcs-Git and Vcs-Browser to salsa.debian.org.
        * Revert the gnu-efi patch again so that syslinux can be built against
          gnu-efi 3.0.4 from buster.
        * Strip .note.gnu.property section from mbr.bin (added since
          binutils >= 2.31.1-2) to stay within size constraints (Closes: #906414).
        * Fix broken efi binaries when building with binutils >= 2.31 by patching
          the linker script.
        * Bump Standards-Version to 4.2.0.
        * Move to debhelper compatibility level 11.
      
      syslinux (3:6.04~git20171011.af7e95c3+dfsg1-3) experimental; urgency=medium
      
        * Do not create -dbgsym packages for now, as they do not contain any debug
          symbols due to the way syslinux is compiled.
        * Clean up obsolete configuration files in /etc/kernel that are no longer
          present in extlinux since Debian jessie but have never been properly
          removed (Closes: #866343).
        * Build against gnu-efi >= 3.0.6:
          - Split the gnu-efi patch into Debian-specific and non-Debian-specific.
          - Add necessary patches from upstream's mailing list.
          - Adjust the Build-Dependencies.
      
      syslinux (3:6.04~git20171011.af7e95c3+dfsg1-2) experimental; urgency=medium
      
        * Extend 0009-reproducible-build.patch: Also sort file lists obtained using
          `find`, so they are passed to `ar` in a deterministic order.
      
      syslinux (3:6.04~git20171011.af7e95c3+dfsg1-1) experimental; urgency=medium
      
        * Import new version (upstream's current git state, prerelease of
          syslinux 6.04).
          - Booting from XFS now works in MBR partition schemes (Closes: #803938).
        * Remove gnu-efi from the source package so it's not used accidentally.
        * Drop patches included upstream:
          - 0005-load-linux-correct-type.patch
          - 0006-load-linux-protected-mode.patch
          - 0007-sysappend-fix-space-stripping.patch
          - 0008-Fix-gcc-5-ALIGN-causing-Boot-error.patch
          - 0010-fix-ftbfs-with-default-pie.patch
          - 0011-bios-Dont-try-to-guess-the-section-alignment.patch
          - 0012-ldlinux-Fix-return-pointer-to-local-data.patch
          - 0013-extlinux-pull-in-sys_sysmacros.h-for-major_minor_makedev.patch
          - 0016-btrfs-fix.patch
          - 0017-isohdpfx.S-correct-heads-sectors.patch
          - 0018-ext4-Fix-64bit-feature.patch
        * Update patches:
          - 0009-reproducible-build.patch: Drop parts that are included upstream.
          - 0004-gnu-efi.patch: Drop parts that have become unnecessary, because
            upstream checks for a .git directory before trying to update submodules.
        * Remove 0014_fix_ftbfs_no_dynamic_linker.patch which isn't required any
          longer.
        * Improve the extlinux man page (update 0003-extlinux-manpage.patch).
        * Refresh all patches.
        * Add special purpose and debugging MBRs to syslinux-common and isolinux
          packages.
        * Patch upstream changelog to include changes since 6.03.
        * Update debian/copyright as needed.
      
      syslinux (3:6.03+dfsg1-2) unstable; urgency=medium
      
        * Update 0004-gnu-efi.patch to use the jmp_buf definition from gnu-efi.
        * Add patch 0018-ext4-Fix-64bit-feature.patch from upstream to support ext4
          64bit feature (Closes: #833057).
        * Mark isolinux, pxelinux, syslinux-common and syslinux-efi as
          Multi-Arch: foreign.
      
      syslinux (3:6.03+dfsg1-1) unstable; urgency=low
      
        * Maintain syslinux in the debian-cd team (Closes: #805268).
          - Change Vcs-{Browser,Git} in debian/control accordingly.
          - Add debian/gbp.conf to set suitable defaults for git-buildpackage.
        * Add debian/watch file.
        * Implement repacking using uscan (add Files-Excluded field to
          debian/copyright and drop dfsg target in debian/rules).
        * New repack to remove build directories (bios, efi32, efi64) and
          gnu-efi/gnu-efi-3.0/debian from the source package.
        * Cleanup debian/rules: use debhelper config files more extensively.
        * Move to debhelper compatibility level 10, depend on debhelper 10.3 for
          dh_missing.
        * Add debian/clean to remove debris from build.
        * Update the variables passed to make for building:
          - Passing VERSION is no longer required.
          - Derive DATE from SOURCE_DATE_EPOCH.
          - Also pass HEXDATE derived from SOURCE_DATE_EPOCH.
        * Add patch to make the use SOURCE_DATE_EPOCH for the synthesized
          modification time constants.  This allows syslinux to build reproducibly
          as long as the build path stays the same.
        * Link efi binaries against gnu-efi from Debian:
          - Add Build-Depends-Indep on gnu-efi (an architecture independent
            dependency is necessary as gnu-efi is not available on x32).
          - Split the build in debian/rules for arch all/any packets so gnu-efi is
            not required for architecture specific builds.
          - Patch upstream's build system (by modifying 0004-gnu-efi.patch) to link
            against gnu-efi from Debian.
          - Record the static linking with gnu-efi (Built-Using control field).
        * Drop unused lintian overrides.
        * Add patch from upstream to fix btrfs logical to physical block address
          mapping (Closes: #865462).
        * Add patch from upstream to fix boot problem for old BIOS firmware from
          around 2005 by correcting the C/H/S order (thanks Thomas Schmitt).
        * Bump Standards-Version to 4.1.1.
      
      syslinux (3:6.03+dfsg-14.1) unstable; urgency=medium
      
        * NMU
        * Add --no-dynamic-linker to link lines, Closes: #846679
      
      syslinux (3:6.03+dfsg-14) unstable; urgency=medium
      
        * QA upload.
        * Add patches from upstream to fix more issues due to the gcc-5 move
          (Thanks to Ady from bringing these up!):
          + 0011: don't try to guess section alignment
          + 0012: fix input on the boot prompt are ignored.  Closes: #823459
        * Add 0013 (from upstream) to be compatible with upcoming glibc 2.23.
        * Bump Standards-Version to 3.9.8, no changes done
        * d/copyright: fix some syntax error in the machine readable copyright file.
      
      syslinux (3:6.03+dfsg-13) unstable; urgency=medium
      
        * QA upload.
        * Fix FTBFS when GCC configured with --enable-default-pie. (LP: #1579023)
        * Fix typo in short description: 9960 vs 9660. Closes: #802230
      
      syslinux (3:6.03+dfsg-12) unstable; urgency=medium
      
        [ Mattia Rizzolo ]
        * QA upload.
        * d/control: maintain the package in git, add Vcs-* fields.
        * d/rules: remove useless dh_builddep override.
        * d/source/options: remove, now dpkg defaults to that compression (xz) anyway.
        * import patch from ubuntu to fix a boot error when built with gcc5.
          Closes: #795777, LP: #1507002
        * use the default compiler instead of gcc-4.9.  Closes: #818783
        * Override source-contains-prebuilt-binary lintian tag.
      
        [ Reiner Herrmann ]
        * Add patch to sort object files for reproducible builds.
      
      syslinux (3:6.03+dfsg-11) unstable; urgency=low
      
        * Orphaning package.
      
      syslinux (3:6.03+dfsg-10) unstable; urgency=medium
      
        * Building with gcc-4.9 (Closes: #795777).
      
      syslinux (3:6.03+dfsg-9) unstable; urgency=low
      
        * Adding patch from upstream to fix unbootable images in certain
          conditions, e.g. when using gcc 5 (Closes: #795596).
      
      syslinux (3:6.03+dfsg-8) unstable; urgency=low
      
        * Using date from debian changelog rather than current system date as
          build id.
      
      syslinux (3:6.03+dfsg-7) unstable; urgency=low
      
        * Removing pre-jessie upgrade notice.
        * Dropping pre-jessie breaks/replaces.
      
      syslinux (3:6.03+dfsg-6) experimental; urgency=low
      
        * Building on x32, thanks to Adam Borowski <kilobyte@angband.pl>
          (Closes: #777075).
        * Adding patch from Scot Doyle <lkml14@scotdoyle.com> to correct a type
          in load_linux (Closes: #780765).
        * Adding patch from Scot Doyle <lkml14@scotdoyle.com> to relocate
          protected-mode code in load_linux.
      
      syslinux (3:6.03+dfsg-5) unstable; urgency=low
      
        * Moving source lintian-overrides to newer location.
        * Correcting comment in Italian debonf translation file.
        * Adding initial Spanish debconf translations from Manuel 'Venturi'
          Porras Peralta <venturi@openmailbox.org> (Closes: #773600).
      
      syslinux (3:6.03+dfsg-4) unstable; urgency=low
      
        * Adding initial Brazilian Portuguese debconf translations from Jos de
          Figueiredo <deb.gnulinux@gmail.com> (Closes: #771783).
      
      syslinux (3:6.03+dfsg-3) unstable; urgency=low
      
        * Adding initial Italian debconf translation from Beatrice Torracca
          <beatricet@libero.it> (Closes: #768585).
      
      syslinux (3:6.03+dfsg-2) unstable; urgency=low
      
        * Adding initial Danish debconf translations from Joe Hansen
          <joedalton2@yahoo.dk> (Closes: #765859).
      
      syslinux (3:6.03+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 6.03+dfsg.
      
      syslinux (3:6.03~pre20+dfsg-5) unstable; urgency=low
      
        * Updating to standards version 3.9.6.
        * Adding initial German debconf translations from Helge Kreutzmann
          <debian@helgefjell.de> (Closes: #762373).
      
      syslinux (3:6.03~pre20+dfsg-4) unstable; urgency=low
      
        * Adding initial Russian debconf translations from Yuri Kozlov
          <yuray@komyakino.ru> (Closes: #761352).
      
      syslinux (3:6.03~pre20+dfsg-3) unstable; urgency=low
      
        * Rather than recommending to install a specific message in the debconf
          note, refering to GRUB as a bootloader project (Closes: #761156).
        * Adding intial French debconf translations from Steve Petruzzello
          <dlist@bluewin.ch> (Closes: #760622).
        * Adding initial Japanese debconf translation from victory
          <victory.deb@gmail.com> (Closes: #760855).
      
      syslinux (3:6.03~pre20+dfsg-2) unstable; urgency=low
      
        * Adding initial Turkish debconf translations from Mert Dirik
          <mertdirik@gmail.com> (Closes: #760019).
        * Adding initial Portuguese debconf translations from Américo Monteiro
          <a_monteiro@gmx.com> (Closes: #759512).
      
      syslinux (3:6.03~pre20+dfsg-1) unstable; urgency=low
      
        * Making non-syslinux-installer packages architecture independent as
          requested by Franklin Piat <fpiat@klabs.be>.
        * Merging upstream version 6.03~pre20+dfsg.
      
      syslinux (3:6.03~pre19+dfsg-3) unstable; urgency=low
      
        * Also skipping isohd*x_{c,f}.bin in syslinux-common.
        * Correcting path to keytab-lilo.txt removal in rules.
        * Dropping now unused inclusion of /usr/share/dpkg/vendor.mk in rules.
        * Removing emtpy efi directories in syslinux-common.
        * Marking extlinux/title as translatable to please lintian.
        * Loading debconf unconditionally in extlinux.config to please lintian.
        * Updating lintian overrides.
        * Dropping stray .gitignore file.
      
      syslinux (3:6.03~pre19+dfsg-2) experimental; urgency=low
      
        * Adding note when upgrading extlinux that there's no bootloader
          integration anymore.
        * Folding syslinux-dev into syslinux-common, according to ftp-master
          this is not acceptable anymore without having split out library
          package (which syslinux doesn't have).
      
      syslinux (3:6.03~pre19+dfsg-1) experimental; urgency=low
      
        * Adding dpkg-source local-options to abort on upstream changes.
        * Updating lintian overrides.
        * Due to 'popular demand' and the fact that the debian specific
          bootloader integration just isn't ready yet (and will not be in time
          for jessie, temporarily dropping Debian custom additions for jessie
          and shipping an (almost) vanilla syslinux package from now on
          (Closes: #750851, #754225).
        * Dropping syslinux-utils from depends of isolinux.
        * Merging upstream version 6.03~pre19+dfsg.
      
      syslinux (3:6.03~pre18+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 6.03~pre18+dfsg.
        * For the time being, Marking all packages as amd64 and i386 only
          instead of any.
      
      syslinux (3:6.03~pre17+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 6.03~pre17+dfsg.
      
      syslinux (3:6.03~pre14+dfsg-2) unstable; urgency=low
      
        * Temporarily let isolinux depend on syslinux-utils for isohybrid
          (Closes: #751724).
      
      syslinux (3:6.03~pre14+dfsg-1) unstable; urgency=low
      
        * Correcting spelling mistakes for os-prober integration, thanks to
          Zlatko Calusic <zcalusic@bitsync.net> (Closes: #748786).
        * Moving isohybrid from isolinux to syslinux-utils for consistency.
        * Adding extlinux NEWS file to document bootloader integration in
          syslinux-stuff (Closes: #748689).
        * Merging upstream version 6.03~pre14+dfsg.
        * Dropping nonx86.patch, included upstream.
        * Building with embedded gnu-efi.
        * Building with gcc-4.8.
        * Updating years copyright notices in debian files.
        * Dropping debian specific memdiskfind manpage for newly added upstream
          one.
        * Dropping debian specific isohybrid manpage for newly added upstream
          one.
        * Updating todo file.
        * Updating readme file.
      
      syslinux (3:6.03~pre1+dfsg-4) unstable; urgency=low
      
        * Correcting debconf field name for extlinux installation (Closes:
          #746785).
      
      syslinux (3:6.03~pre1+dfsg-3) experimental; urgency=low
      
        [ Slawomir Bochenski ]
        * Support device names with digits in syslinux.postinst (Closes:
          #738287).
      
      syslinux (3:6.03~pre1+dfsg-2) experimental; urgency=low
      
        * Breaking out syslinux.efi to syslinux-efi package.
        * Adding a few replaces declarations in control to ease upgrades from
          pre-May 2013 experimental uploads to now.
        * Breaking out debian specific utilities to syslinux-stuff.
      
      syslinux (3:6.03~pre1+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.03~pre1+dfsg.
        * Updating to standards version 3.9.5.
        * Somewhat completing debian/copyright based on a patch from Raphael
          Hertzog <hertzog@debian.org> (Closes: #729844).
      
      syslinux (3:6.02+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.02+dfsg.
      
      syslinux (3:6.02~pre16+dfsg-3) experimental; urgency=low
      
        * Adding test-patch from upstream to see if syslinux is buildable on
          non-intel architectures.
        * Building syslinux on all architectures as a test to see which ones
          don't fail.
      
      syslinux (3:6.02~pre16+dfsg-2) experimental; urgency=low
      
        * Moving forgotten efi loaders from syslinux-dev to syslinux-common
          (Closes: #720588).
        * Adding note about bios+efi netboot with reference to #720589 (Closes:
          #720589).
      
      syslinux (3:6.02~pre16+dfsg-1) experimental; urgency=low
      
        * Updating vcs fields.
        * Merging upstream version 6.02~pre16+dfsg.
      
      syslinux (3:6.02~pre15+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.02~pre15+dfsg.
      
      syslinux (3:6.02~pre14+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.02+pre14.
      
      syslinux (3:6.02~pre11+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.02~pre11+dfsg.
      
      syslinux (3:6.02~pre9+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.02~pre9+dfsg.
      
      syslinux (3:6.02~pre8+dfsg-2) experimental; urgency=low
      
        * Reading /etc/default/extlinux globally in extlinux-update (Closes:
          #717399).
      
      syslinux (3:6.02~pre8+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.02~pre8+dfsg.
      
      syslinux (3:6.02~pre7+dfsg-1) experimental; urgency=low
      
        * Adding vcs fields.
        * Wrapping control fields.
        * Merging upstream version 6.02~pre7+dfsg.
      
      syslinux (3:6.02~pre5+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.02~pre5+dfsg.
      
      syslinux (3:6.02~pre4+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.02~pre4+dfsg.
      
      syslinux (3:6.01+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.01.
      
      syslinux (3:6.01~pre6+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.01~pre6+dfsg.
      
      syslinux (3:6.01~pre5+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.01~pre5+dfsg.
      
      syslinux (3:6.00+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.00+dfgs.
        * Using gcc-4.7 for the time being until gcc-multilib has been fixed for
          gcc-4.8, preventing FTBFS.
        * Updating syslinux-dev lintian overrides.
      
      syslinux (3:6.00~pre5+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.00~pre5+dfsg.
        * Dropping gnu-efi.patch, included upstream.
        * Increasing version on gnu-efi build-depends.
      
      syslinux (3:6.00~pre4+dfsg-11) experimental; urgency=low
      
        * Using consistent spelling of bootloader at various places.
        * Marking syslinux-common as amd64 and i386 only, rather than any.
      
      syslinux (3:6.00~pre4+dfsg-10) experimental; urgency=low
      
        * Correcting typo in extlinux debhelper install file (Closes: #710306).
      
      syslinux (3:6.00~pre4+dfsg-9) experimental; urgency=low
      
        * Sourcing common function in first extlinux-update subscript too
          (Closes: #710212).
      
      syslinux (3:6.00~pre4+dfsg-8) experimental; urgency=low
      
        * Correcting installation path for /etc/extlinux.d scripts.
        * Correcting installation path for /etc/extlinux.d scripts.
        * Splitting fileupdate function in extlinux-update to subscript.
        * Reading extlinux defaults file in all extlinux-update subscripts.
        * Running defaults creation for extlinux-update as subscript too.
      
      syslinux (3:6.00~pre4+dfsg-7) experimental; urgency=low
      
        * Adding note about md raid superblock 1.2 in extlinux readme (Closes:
          #612846).
      
      syslinux (3:6.00~pre4+dfsg-6) experimental; urgency=low
      
        * Bailing out early in extlinux-install when no kernels can be found at
          /boot/vmlinuz (Closes: #709857).
        * Doing initial split of extlinux-update into sub-scripts (Closes:
          #587727).
        * Moving check for /boot/vmlinuz from extlinux-update to extlinux-
          update/0010-linux.
        * Updating bailout check for extlinux-update memdisk script.
        * Updating bail out check for extlinux-update os-proper script.
      
      syslinux (3:6.00~pre4+dfsg-5) experimental; urgency=low
      
        * Replacing indirect make calls in rules with direct ones, apparently
          there were some changes post-wheezy that make it fail now otherwise.
        * Use version number sorting in extlinux-update, thanks to Bjorn Mork
          <bjorn@mork.no> (Closes: #708028).
        * Avoid stripping quotes in EXTLINUX_PARAMETERS variable of extlinux-
          update, thanks to Bjorn Mork <bjorn@mork.no> (Closes: #708215).
        * Using conv=notrunc when dd'ing mbr to devices.
        * Moving to section admin like the other bootloader packages in debian
          do.
        * Harmonizing package dependencies.
        * Harmonizing package descriptions.
        * Moving stuff arround in rules for FHS compliance rather than in the
          debhelper install files for reduced packaging complexity.
        * Removing additional dos files.
        * Folding debhelper manpages files into install files for easier package
          separation.
        * Moving non-syslinux bootloader packaging files from syslinux to
          syslinux-common.
        * Moving syslinux mbr file location to /usr/lib/syslinux/mbr.
        * Moving syslinux-common modules file location to /usr/lib/syslinux-
          common/modules.
        * Moving syslinux-common modules file location to /usr/lib/syslinux-
          common/modules.
        * Splitting out isolinux into own package for syslinux-installer and
          debian-live usage.
        * Splitting out pxelinux into own package for syslinux-installer and
          debian-live usage.
        * Splitting out utils into own package to relieve burden on syslinux and
          syslinux-common.
        * Completing syslinux package contents.
        * Completing syslinux-udeb package contents.
        * Renaming /usr/lib/extlinux to correct upstream naming scheme.
        * Splitting pseudo architecture-independent files for use by debian-cd
          and other development related files out into syslinux-dev package to
          relieve burden on syslinux-common (usually installed by anyone using
          any of the syslinux, extlinux, isolinux, or pxelinux package) and to
          allow debian-live to use architecture-dependent files on non-uploader
          architectures.
        * Including upstream samples as examples in syslinux-dev.
        * Moving bootloader specific documentation to bootloader packages.
        * Updating paths in extlinux kernel integration for updated packaging.
        * Updating todo file.
        * Removing executable bit from efi files.
      
      syslinux (3:6.00~pre4+dfsg-4) experimental; urgency=low
      
        [ Gustavo Franco ]
        * First extlinux-installer commit.
        * Add missing extlinux-installer findfs function.
      
        [ Daniel Baumann ]
        * Removing useless whitespaces at EOL and EOF in extlinux-installer.
        * Removing mtab handling in extlinux-installer, not needed for syslinux.
        * Removing extlinux-installers functions.sh, is_floppy was the only
          remaining function and is not useful.
        * Removing commented and not useful 'set -x ' call in extlinux-
          installer.
      
        [ Otavio Salvador ]
        * Do not mark templates as translatable in extlinux-installer.
        * Improve extlinux-installers bootdev template.
      
        [ Daniel Baumann ]
        * Unifying indenting in extlinux-installer files.
        * Unifying extlinux-installer bailout messages.
      
        [ Gustavo Franco ]
        * Rename extlinux-installer to syslinux-installer.
        * Stop chrooting and use in-target to run extlinux-install in syslinux-
          installer.
        * Add in-target call to extlinux-update writing its configuration in
          syslinux-installer.
        * Add extlinux-update-failed template for syslinux-installer.
      
        [ Otavio Salvador ]
        * Include templates for os-prober support in syslinux-installer.
      
        [ Daniel Baumann ]
        * Building syslinux-installer on amd64 as well.
        * Making syslinux-installers depends on di-utils unversioned.
        * Using now official Package-Type field for udeb in control.
        * Building syslinux-installer on Progress Linux only.
        * Readding syslinux-udeb on Progress Linux only.
        * Putting syslinux-installer into debian-installer section.
        * Sorting control file.
      
      syslinux (3:6.00~pre4+dfsg-3) experimental; urgency=low
      
        * Removing all references to my old email address.
      
      syslinux (3:6.00~pre4+dfsg-2) experimental; urgency=low
      
        * Updating todo file.
        * Removing geodsp.patch, not required anymore.
        * Renumbering patches.
        * Replacing hackish check for GPT with proper detection using blkid from
          util-linux.
      
      syslinux (3:6.00~pre4+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 6.00~pre4+dfsg.
        * Rediffing geodsp.patch.
        * Using clean target instead of no-longer-existing dist-clean in rules.
        * Adding gnu-efi to build-depends.
        * Removing version.mk in clean target of rules.
        * Adding slightly patch from Matt Fleming <matt.fleming@intel.com> to fix
          build with gnu-efi >= 3.0s.
        * Dropping workarounds for gcc-4.7.
        * Disabling dh_auto_test in rules, test target is defined but incomplete
          and makes the build fail otherwise.
      
      syslinux (2:5.01+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 5.01+dfsg.
      
      syslinux (2:5.00+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 5.00+dfsg.
        * Removing Otavio from uploaders with his consent.
        * Updating to standards version 3.9.4.
        * Updating years in copyright file.
        * Dropping dpkg-source compression levels.
        * Rediffing isolinux-quiet.patch.
        * Rediffing pxelinux-quiet.patch.
        * Rediffing ldlinux-quiet.patch.
        * Renaming patches with 4 digit prefix.
        * Tightening diff headers.
        * Using findmnt instead of df-parsing in extlinux.postinst to find root
          partition, thanks to Marcin Szewczyk <debian.bugreport@wodny.org>
          (Closes: #670515).
        * Including gptmbr.bin in extlinux and syslinux-udeb too in preparation
          for gpt support in distribution scripts.
        * Adding initial support for gpt in extlinux distribution scripts
          (Closes: #630922).
        * Updating date and version headers in local files.
        * Updating lintian overrides.
        * Removing extra license file for logo.
      
      syslinux (2:4.06+dfsg-3) unstable; urgency=low
      
        * Allowing to overwrite symlinks in extlinux-update, thanks to Ivo De
          Decker <ivo.dedecker@ugent.be> (Closes: #687848).
        * Adding patch to update list of supported filesystems in extlinux
          manpage (Closes: #692844).
        * Adding missing support for menu default handling (Closes: #691644).
        * Updating date and version headers in local manpages.
      
      syslinux (2:4.06+dfsg-2) unstable; urgency=low
      
        * Applying patch from Tom Jampen <jampen@cryptography.ch> to add a
          workaround in root device detection of extlinux' postinst for bugs
          in df (see #656067 and #656333) in connection with UUIDs.
      
      syslinux (2:4.06+dfsg-1) unstable; urgency=low
      
        * Updating upstream URLs.
        * Updating todo file.
        * Merging upstream version 4.06+dfsg.
        * Removing as-needed.patch, included upstream.
        * Removing efi-mbr.patch, included upstream.
        * Removing ext2-header.patch, included upstream.
        * Renumbering patches.
        * Updating conffiles.patch to make extlinux add /boot/extlinux and
          /extlinux directories for bootloader configuration files.
      
      syslinux (2:4.05+dfsg-6) unstable; urgency=low
      
        * Using official package-type for udeb packages in control now.
        * Switching to xz compression.
        * Updating todo file.
        * Making some editorial changes in copyright file.
        * Adding copyright headers in local debian additions.
        * Adding patch from Andy Whitcroft <apw@canonical.com> to fix FTBFS
          with 3.4.x kernels (Closes: #676405).
      
      syslinux (2:4.05+dfsg-5) unstable; urgency=low
      
        * Adding patch to add alternative locations in for configuration files
          for the bootloader configuration.
      
      syslinux (2:4.05+dfsg-4) unstable; urgency=low
      
        * Updating compression handling for udeb with newer debhelper.
        * Build-depending on gcc-4.6 for the time being in order to avoid
          miscompiling default gcc-4.7 (Closes: #672520).
        * Removing bootloader configuration files for extlinux in postrm when
          purging package (Closes: #672380).
      
      syslinux (2:4.05+dfsg-3) unstable; urgency=low
      
        * Updating todo file.
        * Cherry-picking patch from Matthew Garrett <mjg@redhat.com> for
          isohybrid to generate MBR even when in EFI mode.
        * Only omitting intended ms-dos executables, not a few additional c32
          modules too (Closes: #663302).
        * Adding Indonesian debconf translations from Kurniawan Haikal
          <conecones@gmail.com> (Closes: #658512).
        * Updating to debhelper version 9.
        * Updating to standards version 3.9.3.
        * Updating copyright file machine-readable format version 1.0.
        * Adding NTFS in package descriptions.
        * Adding recommends to os-prober to extlinux.
        * Polish indenting in readme.
        * Correcting email address in previous changelog entry.
      
      syslinux (2:4.05+dfsg-2) unstable; urgency=low
      
        * Adding patch from Micah Gersten <micahg@ubuntu.com> to fix FTBFS
          with --as-needed (Closes: #654838).
        * Switching to numeric (reverse) sorting in extlinux-update, thanks to
          Thomas Viehweger <patchesThomas.Vie@web.de> (Closes: #657671).
      
      syslinux (2:4.05+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 4.05+dfsg:
          - compatible with gfxboot 4.4 (Closes: #653048).
        * Rediffing ldlinux-quiet.patch.
        * Removing geometrie.patch, included upstream.
        * Removing isohybrid-gpt.patch, included upstream.
        * Rediffing gfxboot-menu-label.patch.
        * Renumbering patches.
        * Adding Dutch debconf translations from Jeroen Schot <schot@a-
          eskwadraat.nl> (Closes: #652626).
        * Moving mtools from suggests to recommends (Closes: #651028).
      
      syslinux (2:4.04+dfsg-9) unstable; urgency=low
      
        * Using linux keyword for linux kernel images to profit from syslinux'
          automagic (Closes: #647603).
      
      syslinux (2:4.04+dfsg-8) unstable; urgency=low
      
        * Updating accidentally my wrong email address in previous changelog
          entry.
        * Updating isohybrid-gpt.patch to not fail with --as-needed, thanks to
          Colin Watson <cjwatson@ubuntu.com> (Closes: #648727).
      
      syslinux (2:4.04+dfsg-7) unstable; urgency=low
      
        * Adding Slovak debconf translations from Slavko <linux@slavino.sk>
          (Closes: #647086).
        * Adding patch from Colin Watson <cjwatson@ubuntu.com> to gfxboot.c32
          to allow boot entry to start with label instead of menu_label.
      
      syslinux (2:4.04+dfsg-6) unstable; urgency=low
      
        * Adding patch from Matthew Garrett <mjg59@srcf.ucam.org> to generate
          GPT and Mac bootable images isohybrid images.
        * Sorting overrides in rules alphabetically.
      
      syslinux (2:4.04+dfsg-5) unstable; urgency=low
      
        * Adding patch from Gene Cumm <gene.cumm@gmail.com> to fix geometry
          handling in extlinux (Closes: #626488).
        * Using compression level 9 also for binary packages.
        * Adding patch to make ldlinux quiet by default.
        * Adding patch to add option to enable verbose messages.
        * Renumbering patches.
        * Making isolinux quiet by default and dropping dedicated quiet
          flavour.
        * Making pxelinux quiet by default and dropping dedicated quiet
          flavour.
      
      syslinux (2:4.04+dfsg-4) unstable; urgency=low
      
        * Correcting typo in error message if a extlinux theme cannot be
          found, thanks to M. Dietrich <mdt@emdete.de> (Closes: #639688).
        * Moving extlinux from /usr/sbin to /usr/bin.
        * Adding syslinux-udeb in agreement with debian-installer team.
        * Avoid installing ms-dos executable into syslinux-common.
      
      syslinux (2:4.04+dfsg-3) unstable; urgency=low
      
        * Adding pxelinux quiet flavour.
        * Skipping /boot/vmlinuz-*.dpkg-tmp files in extlinux-update (Closes:
          #632727).
        * Handling cases of separate /boot partitions for memdisk entries too
          (Closes: #629080).
        * Adding Korean debconf translations from min-ji Kang
          <justminji@gmail.com> (Closes: #632012).
        * Compacting copyright file.
        * Making comments in po file headers consistent.
        * Correcting spelling mistakes in changelog.
        * Simplify syslinux-common lintian overrides.
        * Correcting corrupted date entry in changelog.
      
      syslinux (2:4.04+dfsg-2) unstable; urgency=low
      
        * Simply looking up the device where /boot is on in order to
          automatically guess the device to write the MBR automatically to,
          previously the automagic worked only when / and /boot are on the
          same disk.
      
      syslinux (2:4.04+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 4.04+dfsg.
        * Removing pxelinux.patch, included upstream.
        * Updating to standards version 3.9.2.
        * Updating year in copyright file.
        * Correcting MBR size to the actual value (440), thanks to Kolja Nowak
          <kolja@nowak2000.de> (Closes: #614686).
        * Skipping files matching '^initrd.*' from automatically being added
          as memdisk entries (Closes: #618442).
        * Adding Danish debconf translations from Joe Hansen
          <joedalton2@yahoo.dk> (Closes: #621022).
        * Adding isolinux quiet flavour.
        * Adding patch from Salvatore Bonaccorso <carnil@debian.org> to use
          use Digest::SHA for utils/sha1pass (Closes: #625812).
        * Updating recommends on libdigest-sha-perl.
        * Disabling diag/geodsp temporariily, it currently fails to build.
      
      syslinux (2:4.03+dfsg-12) unstable; urgency=low
      
        * Updating defaults for default boot entry (Closes: #613054).
      
      syslinux (2:4.03+dfsg-11) unstable; urgency=low
      
        * Adding missing echo in readlink call of extlinux postinst (Closes:
          #612259).
        * Shortening apt-get call for install syslinux-themes in readme.
        * Adding note about requirement of the bootable flag in extlinux
          readme (Closes: #612693).
      
      syslinux (2:4.03+dfsg-10) unstable; urgency=low
      
        * Updating maintainer and uploaders fields.
        * Removing vcs fields.
        * Removing references to my old email address.
        * Makeing packaging distribution neutral.
        * Shortening instructions in extlinux readme file regarding theme
          packages.
        * Translate UUID to classic device names in extlinux postinst script
          when calling extlinux-installer, thanks to Fabian Greffrath
          <fabian@greffrath.com> (Closes: #610604).
      
      syslinux (2:4.03+dfsg-9) experimental; urgency=low
      
        * Making directory where to look for memdisk images configurable
          (Closes: #610389).
        * Correcting quoting of os-proper support in extlinux-update (Closes:
          #610537).
      
      syslinux (2:4.03+dfsg-8) experimental; urgency=low
      
        * Adding Brazilian-Portuguese debconf translations from Adriano Rafael
          Gomes <adrianorg@gmail.com> (Closes: #610412).
        * Applying slightly modified patch from Fabian Greffrath
          <fabian@greffrath.com> to add support for os-prober in extlinux-
          update.
        * Updating some variable names in extlinux-update a bit.
      
      syslinux (2:4.03+dfsg-7) experimental; urgency=low
      
        * Adding patch from upstream to fix regression with pxelinux and gpxe
          with qemu, thanks to Gene Cumm <gene.cumm@gmail.com> (Closes:
          #592875).
      
      syslinux (2:4.03+dfsg-6) experimental; urgency=low
      
        * Updating extlinux-udpate manpage to reflect current default for
          extlinux entries.
        * Unconditionally default to true for extlinux memdisk option in
          extlinux-update.
        * Updating entry about extlinux timeout in extlinux-update manpage for
          consistency.
        * Removing extlinux-{install,update} legacy symlinks to
          {install,update}-extlinux.
        * Removing superfluous default entry in linux.cfg (Closes: #609303).
      
      syslinux (2:4.03+dfsg-5) experimental; urgency=low
      
        * Adding memdisk support for images stored in /boot.
        * Prefixing internal linux labels with 'l' for consistency.
        * Failing earlier in extlinux-install when user has not specified a
          device to install.
      
      syslinux (2:4.03+dfsg-4) experimental; urgency=low
      
        * Adding Italian debconf translations from Enrico Rossi
          <e.rossi@tecnobrain.com> (Closes: #607768).
        * Using breaks instead of conflicts in control, since this version is
          for wheezy (and squeeze-backports), so no need for lenny compat
          anymore.
        * Simplyfing extlinux postinst script.
        * Adding a missing escaping of a hyphen in extlinux-install manpage.
        * Updating source lintian overrides.
      
      syslinux (2:4.03+dfsg-3) experimental; urgency=low
      
        * Correcting mistake imported by me in extlinux-update when adapting
          Michaels patch for the update function.
        * Removing unneeded REAMDE.source and headers in copyright file.
        * Simplyfing make handing in rules.
      
      syslinux (2:4.03+dfsg-2) experimental; urgency=low
      
        [ Daniel Baumann ]
        * Using tmpfiles when creating configuration files in extlinux-update
          (Closes: #607516).
        * Applying modified patch from Michael Tokarev <mjt@tls.msk.ru> to not
          use tmpfiles but rather update in one go, updated to match existing
          codying style.
      
        [ Michael Tokarev ]
        * Exiting early in extlinux-update if disabled.
      
      syslinux (2:4.03+dfsg-1) experimental; urgency=low
      
        * Merging upstream version 4.03+dfsg.
        * Updating to debhelper version 8.
        * Switching to source format 3.0 (quilt).
        * Correcting typo in extlinux-update manpage, thanks to Jakub Wilk
          <jwilk@debian.org> (Closes: #603739).
      
      syslinux (2:4.02+dfsg-7) unstable; urgency=medium
      
        [ Otavio Salvador ]
        * Unconditionally redirect stdout to stderr (Closes: #597132).
      
      syslinux (2:4.02+dfsg-6) unstable; urgency=medium
      
        [ Otavio Salvador ]
        * Adding lacking exec in stdout to stderr redirection (Closes:
          #597132).
      
      syslinux (2:4.02+dfsg-5) unstable; urgency=medium
      
        * Updating to standards version 3.9.1.
        * Making sure that readlink in extlinux-update doesn't return 1.
      
      syslinux (2:4.02+dfsg-4) unstable; urgency=medium
      
        [ Daniel Baumann ]
        * Adding Japanese debconf translations from Hideki Yamane
          <henrich@debian.org> (Closes: #595456).
        * Adjusting output when looking for extlinux directory in
          extlinux scripts.
      
        [ Otavio Salvador ]
        * Redirect stdout to stderr due Debconf usage (Closes: #597132).
      
        [ Fabian Greffrath ]
        * Adding some special case handling for when the theme directory is a
          symlink (Closes: #591479).
      
      syslinux (2:4.02+dfsg-3) unstable; urgency=medium
      
        * Updating extlinux readme.
        * Updating check for extlinux in extlinux kernel hook (Closes:
          #591567).
      
      syslinux (2:4.02+dfsg-2) unstable; urgency=medium
      
        [ Daniel Baumann ]
        * Correcting previous changelog entry which had a cropped bug closing.
        * Updating extlinux postinst for renamed kernel hoook (Closes:
          #590236).
      
        [ Otavio Salvador ]
        * Stop searching for EXTLINUX directory.
        * extlinux-update: create /boot/extlinux in case it do not exists.
      
      syslinux (2:4.02+dfsg-1) unstable; urgency=medium
      
        * Updating TODO file.
        * Adding Czech debconf translations from Michal Simunek
          <michal.simunek@gmail.com> (Closes: #589806).
        * Adding Spanish debconf translations from Camaleón
          <noelamac@gmail.com> (Closes: #589929).
        * Merging upstream version 4.02+dfsg:
          - checks for diskspace when creating temporary files (Closes: #245152).
          - respects environment variables when creating temporary files
            (Closes: #245153).
        * Updating po file headers.
        * Removing dos-win32.patch, not required anymore.
      
      syslinux (2:4.01+dfsg-4) unstable; urgency=medium
      
        * Correcting variables in syslinux readme, thanks to Fabian
          Greffrath <fabian@greffrath.com> (Closes: #588889).
        * Adding French debconf translations from Julien Patriarca
          <patriarcaj@gmail.com> (Closes: #588942).
        * Unexporting LDFLAGS in rules to avoid problems with dpkg-buildflags,
          thanks to Colin Watson <cjwatson@ubuntu.com> (Closes: #589041).
        * Updating extlinux readme file.
        * Shortening language team header entry in French debconf
          translations.
        * Adding Russian debconf translations from Yuri Kozlov
          <yuray@komyakino.ru> (Closes: #589253).
        * Correcting typo in header of Russian debconf translations.
        * Updating version string in po headers.
        * Adding Swedish debconf translations from Martin Bagge
          <brother@bsnet.se> (Closes: #589262).
        * Renaming extlinux kernel to to zz-extlinux to match new kernel
          policy.
      
      syslinux (2:4.01+dfsg-3) unstable; urgency=medium
      
        * Reverting too strong depends and leaving it as it was before. This
          does not reopen #588210, since that's not possible in lenny and
          would uselessly make backporting harder. Once squeeze is released,
          breaks will be used (Closes: #588678).
        * Adding instructions to readme in syslinux on how to create
          the floppy images manually (Closes: #588673).
      
      syslinux (2:4.01+dfsg-2) unstable; urgency=medium
      
        * Correcting spelling error in previous changelog entry.
        * Adding versioned conflicts against syslinux-common to extlinux
          (Closes: #588210).
        * Using source version for versioned conflicts and replaces instead of
          explicit version numbers.
        * Correcting debconf default for extlinux/install.
        * Also adding symlinks from extlinux-install to install-extlinux for
          convenience purposes.
        * Making extlinux-install output a bit more verbose.
        * Passing additional parameters given to extlinux-install to extlinux
          call, useful when e.g. wanting to use --raid or --once.
        * Adjusting some headers in the German po file.
        * Adding Portuguese debconf translations from Américo Monteiro
          <a_monteiro@netcabo.pt> (Closes: #588487).
      
      syslinux (2:4.01+dfsg-1) unstable; urgency=medium
      
        * Saving current mbr to /boot in extlinux-install, thanks Fabian
          Greffrath <fabian@greffrath.com> for the idea.
        * Updating message when writing new mbr in extlinux-install.
        * Silencing dd calls in extlinux-install, thanks to Fabian Greffrath
          <fabian@greffrath.com>.
        * Dropping floppy images from /usr/lib/syslinux, not really useful
          anymore in these days.
        * Downgrading dosfstools and mtools recommends to suggests.
        * Also dropping local mtoolsrc config file previously used during
          build to create floppy images.
        * Sorting dh call in rules to more common order.
        * Merging upstream version 4.01+dfsg:
          - Fixes regression on some older machines (Closes: #587150).
        * Removing extlinux-manpage.patch, went upstream.
        * Removing syslinux-manpage.patch, went upstream.
        * Updating package short and long descriptions.
        * Shortening version strings in versioned conflicts.
        * Appending .old suffix to backup mbr to reflect that it's not the
          current mbr.
        * Calling dh_install with fail-missing.
        * Completing debhelper install files.
        * Updating lintian overrides.
        * Adding manpage for isohybrid.pl.
        * Adding manpage for memdiskfind.
        * Adding manpage for pxe-options.
        * Correcting name of pxelinux-options manpage.
        * Workarounding dh_installman automatism that leads to wrong handling
          of isohybrid.pl manpage.
        * Adding note about automatic mbr backups through extlinux-install in
          readme.
        * Adding debconf question to automatically install extlinux into the
          mbr.
        * Correcting spelling of MBR.
        * Adding extlinux config script for debconf.
        * Updating TODO file.
        * Updating extlinux postinst to cope with UUIDs.
        * Adding note in extlinux debconf templates about limitations of the
          automatic installation.
        * Regenerating debconf files.
      
      syslinux (2:4.00+dfsg-1) unstable; urgency=medium
      
        * Updating standards version to 3.9.0.
        * Merging upstream version 4.00+dfsg.
      
      syslinux (2:4.00~pre64+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 4.00~pre64+dfsg.
      
      syslinux (2:4.00~pre63+dfsg-1) unstable; urgency=low
      
        * Calling extlinux-update in extlinux postinst script to automatically
          re-populate /etc/default/extlinux on updates.
        * Rather than calling extlinux-update directly in postinst script,
          execute kernel hook.
        * Merging upstream version 4.00~pre63+dfsg.
      
      syslinux (2:4.00~pre62+dfsg-1) unstable; urgency=low
      
        * Adding comments in extlinux hook file.
        * Prefixing internal variables with underscore in extlinux hook
          script.
        * Exit early if extlinux was removed (!= purged) in extlinux hook
          script.
        * Running extlinux hook file with set -e.
        * Updating comments in extlinux-install script.
        * Prefixing internal variables with underscore in extlinux-install
          script.
        * Prefixing internal variables with underscore in extlinux-update
          script.
        * Merging upstream version 4.00~pre62+dfsg.
        * Correcting typo in extlinux readme.
        * Automatically dropping 'quiet' boot parameter from recovery entries
          in extlinux-update script.
        * Adding information about all variables used in /etc/default/extlinux
          in extlinux-update manpage.
      
      syslinux (2:4.00~pre61+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 4.00~pre61.
      
      syslinux (2:4.00~pre60+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 4.00~pre60.
      
      syslinux (2:4.00~pre59+dfsg-1) unstable; urgency=medium
      
        * Merging upstream version 4.00~pre59+dfsg.
      
      syslinux (2:4.00~pre58+dfsg-1) unstable; urgency=medium
      
        * Merging upstream version 4.00~pre58+dfsg.
      
      syslinux (2:4.00~pre57+dfsg-1) unstable; urgency=medium
      
        * Updating TODO, extlinux integration scripts verified to work
          properly with UUIDs.
        * Always rewriting extlinux default file to ensure updates with new
          features get automatically propagated.
        * Adding option for controlling how many kernel entries should be put
          into the config through extlinux-update.
        * Merging upstream version 4.00~pre57+dfsg.
      
      syslinux (2:4.00~pre56+dfsg-1) unstable; urgency=medium
      
        * Merging upstream version 4.00~pre56+dfsg.
      
      syslinux (2:4.00~pre55+dfsg-2) unstable; urgency=medium
      
        * Adding libdigest-sha1-perl to recommends (Closes: #586767).
        * Mentioning salt in sha1pass manpage, thanks to Mats Erik Andersson
          <mats.andersson@gisladisker.se>.
        * Adding manpage for md5pass as suggested by Mats Erik Andersson
          <mats.andersson@gisladisker.se>.
        * Adding manpage for mkdiskimage from Mats Erik Andersson
          <mats.andersson@gisladisker.se> with some minor formatting changes.
        * Adding manpage for isohybrid.
        * Stopping to include keytab-lilo script in syslinux-common, it's
          already included in the lilo package (at different location though).
        * Correcting typo in previously added syslinux manpages file.
        * Shortening package short-description of syslinux-common to not
          exceed 80 characters.
      
      syslinux (2:4.00~pre55+dfsg-1) unstable; urgency=medium
      
        * Merging upstream version 4.00~pre55+dfsg.
        * Adding sample readme file for extlinux describing how to
          setup extlinux as the bootloader.
        * Renaming update-extlinux to extlinux-update for consistency reasons,
          but keeping symlinks to update-extlinux arround. Thanks to Ralph
          Amissah <ralph.amissah@gmail.com>.
        * Correcting typo in wrong conflicts of syslinux.
        * Updating version number and date in headers of local manpages.
      
      syslinux (2:4.00~pre54+dfsg-1) unstable; urgency=medium
      
        * Adding and updating missing conflicts/replaces to easy upgrade from
          syslinux 3.x to 4.x.
        * Removing some more forgotten menu default entries that need to go
          away.
        * Merging upstream version 4.00~pre54+dfsg.
      
      syslinux (2:4.00~pre53+dfsg-1) unstable; urgency=medium
      
        * Merging upstream version 4.00~pre53.
        * Updating TODO file.
        * Updating syslinux-common.install for new upstream.
        * Updating package description to mention newly supported filesystems.
        * Moving isohybrid from syslinux-common to syslinux since it was
          rewritten in C.
        * Setting the default entry to the newest one in update-extlinux.
      
      syslinux (2:3.86+dfsg-5) unstable; urgency=low
      
        * Updating update-extlinux for new pathes in the themes package.
        * Adding syslinux-themes-debian to recommends of extlinux.
        * Correcting path handling in update-extlinux.
      
      syslinux (2:3.86+dfsg-4) unstable; urgency=low
      
        * Updating TODO file.
        * Moving docs in syslinux-common from /usr/share/doc/syslinux-common
          to /usr/share/doc/syslinux.
        * Adding manpage for sha1pass (Closes: #557974).
        * Adding patch to update syslinux manpage wrt/ default entries as of
          syslinux >= 3.85 (Closes: #572083).
      
      syslinux (2:3.86+dfsg-3) unstable; urgency=low
      
        * Allowing to disable update-extlinux from being run through
          /etc/default/extlinux.
      
      syslinux (2:3.86+dfsg-2) unstable; urgency=low
      
        * Downgrading depends on dosfstools and mtools to recommends.
        * Updating syslinux debhelper install file.
        * Removing obsolete syslinux manpages debhelper file.
        * Removing obsolete syslinux-common manpages debhelper file.
        * Check for root permissions in extlinux-install and update-extlinux
          scripts.
      
      syslinux (2:3.86+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 3.86+dfsg.
        * Updating README.source.
      
      syslinux (2:3.85+dfsg-2) unstable; urgency=low
      
        * Adding files section in update-extlinux manpage.
        * Shortening date string to avoid line break in boot message.
        * Flipping inversed logic when creating boot.txt in update-extlinu.
        * Replacing kernel postinst/postrm symlink to update-extlinux with a
          simple hook that checks if extlinux is enabled or not (Closes:
          #573962).
      
      syslinux (2:3.85+dfsg-1) unstable; urgency=low
      
        * Handling case where /boot and / are not on the same filesystem
          (Closes: #560954).
        * Updating todo file.
        * Merging upstream version 3.85+dfsg.
        * Updating year in copyright file.
        * Rediffing dos-win32.patch.
      
      syslinux (2:3.84+dfsg-2) experimental; urgency=low
      
        * Filter out commented lines when update-extlinux is searching for
          root in fstab.
        * Switching from /boot/extlinux/options.cfg to /etc/default/extlinux
          to store update-extlinux settings.
        * Updating year in copyright file.
        * Updating to standards 3.8.4.
        * Adding recommends to libcrypt-passwdmd5-perl in syslinux-common
          (Closes: #567649).
        * Simplyfing handling of /etc/default/extlinux.
        * Including a copy of mbr.bin in extlinux and lowering depends on
          syslinux-common to recommends.
        * Prefixing variables in /etc/default/extlinux.
        * Renaming single-user mode to recovery mode to be consistent with
          grub2.
        * Using quotes for variable assignements in /etc/default/extlinux.
        * Also prefixing forgotten menu label variable.
        * Prefixing some more forgotten variables.
        * Updating comment for live entries.
        * Making timeout and default entries configurable too.
        * Using lsb_release to determine distribution string for menu labels,
          if available.
        * Correcting numbers of empty lines as separators.
        * Changing recovery entries shortcut from s to r.
        * Starting to count image entries by 0, not by 1.
        * Shortening linux image entries to number.
        * Renaming kernel.cfg to linux.cfg.
        * Making default entries de-configurable.
        * Updating todo file.
      
      syslinux (2:3.84+dfsg-1) experimental; urgency=low
      
        * Making alternative entries configurable in update-extlinux.
        * Using single hashes for 'comments' that get evaluated in update-
          extlinux.
        * Adding menu help texts in entry of update-extlinux.
        * Adding theme-ing support in update-extlinux.
        * Adding timeout message when not using a theme in update-extlinux.
        * Shortening kernel entries in update-extlinux.
        * Adding explicit source version 1.0 until switch to 3.0.
        * Merging upstream version 3.84+dfsg.
        * Rediffing dos-win32.patch.
      
      syslinux (2:3.83+dfsg-5) experimental; urgency=low
      
        * Updating default values for prompt and timeout in update-extlinux.
        * Adding note about extlinux.conf in extlinux manpage (Closes:
          #548424).
        * Correcting spelling mistake in changelog.
        * Updating lintian overrides.
        * Adding symlinks to update-extlinux for kernel hooks.
      
      syslinux (2:3.83+dfsg-4) experimental; urgency=low
      
        * Simplifying debhelper install files.
        * Moving syslinux-common from extlinux recommends to depends.
        * Adding extlinux-install.
        * Adding update-extlinux (Closes: #541293).
      
      syslinux (2:3.83+dfsg-3) unstable; urgency=low
      
        * Adding conflicts/replaces to extlinux against syslinux without
          split out extlinux (Closes: #558078).
        * Correcting spelling mistake in extlinux long-description (Closes:
          #558140).
        * Correcting upstream-homepage in copyright.
      
      syslinux (2:3.83+dfsg-2) unstable; urgency=low
      
        * Dropping lpia from architectures, lpia is dead.
        * Splitting out extlinux into own package in order to use it as a
          generic standalone bootloader.
      
      syslinux (2:3.83+dfsg-1) unstable; urgency=low
      
        * Updating to standards version 3.8.3.
        * Adding maintainer homepage field to control.
        * Marking maintainer homepage field to be also included in binary
          packages and changelog.
        * Adding README.source.
        * Removing not required build-dependency to netpbm.
        * Moving maintainer homepage from control to copyright.
        * Updating README.source.
        * Merging upstream version 3.83+dfsg.
        * Bumping versioned build-depends on debhelper.
        * Bumping versioned build-depends on quilt.
      
      syslinux (2:3.82+dfsg-4) unstable; urgency=low
      
        * Updating maintainer field.
        * Updating vcs fields.
        * Wrapping build-depends and depends.
      
      syslinux (2:3.82+dfsg-3) unstable; urgency=low
      
        * Dropping --fail-missing from dh_install, apparently debhelper can
          not deal sanely with that when using minimized rules files and
          building an arch all package (Closes: #540395).
      
      syslinux (2:3.82+dfsg-2) unstable; urgency=low
      
        * Updating year in copyright file.
        * Updating package to standards version 3.8.2.
        * Renaming directory to store local additions to more sensible
          name.
        * Simplyfing shell error handling in rules file.
        * Updating lintian overrides.
        * Merging patches to avoid building dos and win32 binaries.
        * Minimizing rules file.
        * Adding misc depends to syslinux-common.
      
      syslinux (2:3.82+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 3.82+dfsg.
      
      syslinux (2:3.81+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 3.81+dfsg:
          - Adds support for idle mode (Closes: #504495).
      
      syslinux (2:3.80+dfsg-1) unstable; urgency=low
      
        * Using correct rfc-2822 date formats in changelog.
        * Merging upstream version 3.80+dfsg.
        * Simplyfing build-depends on nasm.
      
      syslinux (2:3.75+dfsg-1) unstable; urgency=low
      
        * Merging upstream version 3.75+dfsg.
        * Removing extlinux-typo.patch, went upstream.
        * Removing extlinux manpage, went upstream.
      
      syslinux (2:3.74+dfsg-2) unstable; urgency=low
      
        * Adding build-depends to python (Closes: #523507).
      
      syslinux (2:3.74+dfsg-1) unstable; urgency=low
      
        * Updating standards to 3.8.1.
        * Merging upstream version 3.74+dfsg.
        * Using quilt rather than dpatch.
        * Removing old conflicts and replaces.
        * Adding manpage for extlinux from Brian Pellin <bpellin@gmail.com>
          (Closes: #520849).
        * Tidy rules file.
        * Updating rules file to current state of the art.
        * Making the build directory a subdirectory of to avoid hypotetical
          problems with make and rule target naming clashes.
      
      syslinux (2:3.73+dfsg-2) unstable; urgency=low
      
        * Uploading to unstable.
      
      syslinux (2:3.73+dfsg-1) experimental; urgency=low
      
        * Replacing obsolete dh_clean -k with dh_prep.
        * Merging upstream version 3.73+dfsg.
      
      syslinux (2:3.72+dfsg-1) experimental; urgency=low
      
        * Updating vcs fields in control file.
        * Merging upstream version 3.72+dfsg.
        * Rediffing win32.dpatch.
        * Removing 64bit-autodetection patches, replaced by upstreams ifcpu64.c32.
        * Removing menu-beep.dpatch, not needed anymore.
        * Removing zero-files.dpatch, not needed anymore.
        * Adding dos.dpatch to prevent dos executables beeing installed.
        * Renumbering extlinux-typo.dpatch.
        * Using the Makefiles install target to install syslinux rather than copying
          manually.
        * Completing clean target in rules.
        * Updating lintian overrides for syslinux-common.
      
      syslinux (2:3.71+dfsg-5) unstable; urgency=medium
      
        * Adding missing conflicts/replaces to allow package upgrades
          (Closes: #497992, 497996).
      
      syslinux (2:3.71+dfsg-4) unstable; urgency=medium
      
        * Splitting syslinux into syslinux and syslinux-common to allow accessing
          bootloader files on other arches too (Closes: #278181, #357145, #436650).
      
      syslinux (2:3.71+dfsg-3) unstable; urgency=high
      
        * Adding patch from upstream to fix correct isolinux handling of zero-length
          files (Closes: #496869).
      
      syslinux (2:3.71+dfsg-2) unstable; urgency=medium
      
        * Adding dosfstools to recommends (Closes: #253768).
        * Added patch to correct a typo in extlinux documentation (Closes: #457844).
        * Also including md5pass and sha1pass utility (Closes: #494973).
        * Adding lintian overrides for having com32 modules executable.
        * Also removing core/.depend in clean target of rules file.
      
      syslinux (2:3.71+dfsg-1) unstable; urgency=low
      
        * Updating VERSION variable in rules to match new upstream.
        * Merging upstream version 3.71+dfsg.
      
      syslinux (2:3.70+dfsg-3) unstable; urgency=medium
      
        * Adding patch from Samuel Thibault <samuel.thibault@ens-lyon.org> to
          also support beeps in graphical menu (Closes: #491571).
      
      syslinux (2:3.70+dfsg-2) unstable; urgency=low
      
        * Stopping to build win32/syslinux.exe as it is of no real use on a linux
          system. People interested in that very binary can get it from the upstream
          source tarball.
        * Updating package description (Closes: #484513).
      
      syslinux (2:3.70+dfsg-1) unstable; urgency=medium
      
        * New upstream release.
        * Upgrading package to debhelper 7.
        * Adding vcs fields in control file.
        * Rewriting copyright file in machine-interpretable format.
        * Rediffing all patches.
        * Adding lpia to architectures.
        * Reordering rules file.
        * Using install debhelper file rather instead of install target in rules.
      
      syslinux (2:3.70~pre18+dfsg-1) experimental; urgency=low
      
        * New upstream release.
      
      syslinux (2:3.70~pre14+dfsg-1) experimental; urgency=low
      
        * New upstream release.
        * Adding patch from Ryan Finnie <ryan@finnie.org> to extend 64bit
          autodetection to vesamenu.c32 (Closes: #485656).
        * Removing watch file.
        * Bumping policy.
      
      syslinux (2:3.70~pre9+dfsg-1) experimental; urgency=high
      
        * New upstream release:
          - Fixes problem with extlinux, which refuses to boot if there are some
            deleted files on the ext2 filesystem (see upstream changelog for more
            information).
      
      syslinux (2:3.63+dfsg-1) unstable; urgency=high
      
        * New upstream release:
          - Fixes problem with extlinux, which refuses to boot if there are some
            deleted files on the ext2 filesystem (see upstream changelog for more
            information).
      
      syslinux (2:3.70~pre8+dfsg-1) experimental; urgency=low
      
        * New upstream release.
      
      syslinux (2:3.70~pre7+dfsg-1) experimental; urgency=low
      
        * New upstream release.
      
      syslinux (2:3.62+dfsg-2) unstable; urgency=medium
      
        * Applied patch from morph <matrixhasu@gmail.com> to fix clean target
          (Closes: #424225).
      
      syslinux (2:3.62+dfsg-1) unstable; urgency=medium
      
        * New upstream release.
        * Rediffed 02-64bit-autodetection.dpatch.
        * Disabled 03-define-clk-tck.dpatch for now, seems to introduce strange
          behaviour with TIMEOUT on pxelinux, needs further investigation.
      
      syslinux (2:3.61+dfsg-1) unstable; urgency=medium
      
        * Rebuild upstream tarball without non-free RFC document (Closes: #463930).
      
      syslinux (2:3.61-1) unstable; urgency=low
      
        * New upstream release.
        * Bumping package to debhelper 6.
      
      syslinux (2:3.60-2) experimental; urgency=low
      
        * Applied update of 02-64bit-autodetection.dpatch from Robert Millan
          <rmh@aybabtu.com> (Closes: #462157).
      
      syslinux (2:3.55-2) unstable; urgency=medium
      
        * Applied update of 02-64bit-autodetection.dpatch from Robert Millan
          <rmh@aybabtu.com> (Closes: #462157).
      
      syslinux (2:3.60-1) experimental; urgency=low
      
        * New upstream release.
      
      syslinux (2:3.55-1) unstable; urgency=low
      
        * New upstream release.
        * Don't hide make errors in clean call of rules.
      
      syslinux (2:3.60~pre6-1) experimental; urgency=low
      
        * New upstream release.
        * Removed manpages, went upstream.
      
      syslinux (2:3.54-1) unstable; urgency=low
      
        * New upstream release.
      
      syslinux (2:3.53-1) unstable; urgency=low
      
        * New upstream release.
      
      syslinux (1:3.60~pre3-2) unstable; urgency=low
      
        * Only build-depending on gcc-multilib on amd64.
        * Removing old build-dependency against ia32-libs-dev.
        * Versioning build-depends against nasm.
      
      syslinux (1:3.60~pre3-1) unstable; urgency=low
      
        * New upstream release.
      
      syslinux (1:3.60~pre2-1) unstable; urgency=low
      
        * New upstream release.
      
      syslinux (1:3.60~pre1-1) unstable; urgency=low
      
        * New upstream release.
        * Works well with nasm 0.99.02 (Closes: #439418).
      
      syslinux (1:3.52~pre5-1) experimental; urgency=low
      
        * New upstream release.
      
      syslinux (1:3.52~pre3-1) experimental; urgency=low
      
        * New upstream release.
      
      syslinux (1:3.51-1) unstable; urgency=low
      
        * New upstream release.
        * Temporarily disabled 02-64bit-autodetection.dpatch; doesn't build anymore.
        * Added Otavio as co-maintainer.
      
      syslinux (1:3.36-5) unstable; urgency=low
      
        * Added patch from Otavio Salvador <otavio@debian.org> to add support to
          change menu vertical and horizontal shifting.
        * Added define-clk-tck patch from Timo Aaltonen <tjaalton@cc.hut.fi>.
          It defines CLK_TCK, since the com32 libc API does not have any idea about
          it, and its include files shadow /usr/include/time.h (which would provide
          CLOCKS_PER_SEC).
      
      syslinux (1:3.36-4) unstable; urgency=medium
      
        * Added build-depends on gcc-multilib (Closes: #423514).
      
      syslinux (1:3.36-3) unstable; urgency=medium
      
        * Rebuild because glibc.
      
      syslinux (1:3.50~pre6-1) experimental; urgency=low
      
        * New upstream release.
      
      syslinux (1:3.50~pre5-1) experimental; urgency=low
      
        * New upstream release.
      
      syslinux (1:3.36-2) unstable; urgency=low
      
        * Re-uploading previous 3.36-1.
      
      syslinux (1:3.31-4) unstable; urgency=medium
      
        * Uploading 3.31-3 from etch again to unstable, to not break the installer.
      
      syslinux (3.40~pre9-1) experimental; urgency=low
      
        * New upstream release.
      
      syslinux (3.36-1) unstable; urgency=low
      
        * New upstream release.
        * Rediffed 02-64bit-autodetection.dpatch.
      
      syslinux (3.31-3) unstable; urgency=medium
      
        * Added patch from Robert Millan <rmh@aybabtu.com> to fix
          02-64bit-autodetection.dpatch (Closes: #410729).
      
      syslinux (3.31-2) unstable; urgency=medium
      
        * Including all *.c32 modules (Closes: #391152).
        * Added patch from Byron Stanoszek <gandalf@winds.org> to autodetect 64bit
          CPUs (Closes: #408138).
      
      syslinux (3.35-1) experimental; urgency=low
      
        * New upstream release.
      
      syslinux (3.31-1) unstable; urgency=low
      
        * New upstream release.
      
      syslinux (3.20-2) unstable; urgency=low
      
        * Including mbr.bin (Closes: #357146).
      
      syslinux (3.30~pre4-1) experimental; urgency=low
      
        * New upstream pre-release.
      
      syslinux (3.20-1) unstable; urgency=low
      
        * New upstream release.
        * Taking over the package, Juan Cespedes is MIA.
      
      syslinux (3.11+3.20pre11-1) experimental; urgency=low
      
        * New upstream pre-release.
      
      syslinux (3.11+3.20pre10-1) experimental; urgency=low
      
        * New upstream pre-release.
        * Added myself as co-maintainer.
        * Redone packaging based on current debhelper templates, additionally:
          - added watch file.
          - cleaned up copyright files.
          - including all manpages as plain files, dropping docbook-to-man.
          - including com32/modules/menu.c32 into the package.
          - not using binaries from upstream, building everything from source.
          - using dpatch for upstream modifications now.
      
      syslinux (3.11-3) unstable; urgency=low
      
        * Fixed FTBFS bug with latest "make" (closes: #343619)
        * Added "mkdiskimage" to the package (closes: #343617)
      
      syslinux (3.11-2) unstable; urgency=low
      
        * Added correct build-depends for amd64 (Andreas Jochens <aj@andaco.de>)
                                    (Closes: Bug#306123, Bug#249506, Bug#298940)
        * Acknowledged old NMU (Closes: #269424)
      
      syslinux (3.11-1) unstable; urgency=low
      
        * New upstream version
        * Updated to new FSF postal address
      
      syslinux (2.11-0.1) unstable; urgency=low
      
        * NMU with new upstream release.
          - ALL: Add an API call to get the configuration file name.
          - SYSLINUX: Fix bug in 2.10 that prevented it from working
            correctly for a lot of people. Closes: #269424
          - SYSLINUX: In the installer, make mtools a bit less fussy.
          - Make the menu system compile with newer gcc's.
      
      syslinux (2.10-1) unstable; urgency=medium
      
        * New upstream version, fixing many bugs, among them a problem which
          prevented syslinux from booting large kernels (thanks to Torsten
          Knodt <tk-debian@datas-world.de>)   (closes: Bug#224606, Bug#242547)
                                                          (closes: Bug#258940)
        * New Standards-Version (3.6.1)
        * Removed dependency on lilo                      (closes: Bug#235439)
        * syslinux now uses mtools to install the image, it no longer requires
          msdos or vfat filesystem in the kernel           (closes: Bug#72124)
        * Added a "Recommend: mtools" control line        (closes: Bug#201354)
      
      syslinux (2.04-1) unstable; urgency=low
      
        * New upstream version, needed for debian-installer  (closes: #186356)
        * This new upstream version of syslinux already
          uses mcopy to generate disk images              (closes: Bug#180660)
        * New Standards-Version:
          + Get rid of /usr/doc/syslinux symlink
        * Replaced all all # comments with /* */ to get rid
          of gcc-3.3 preprocessor errors                  (closes: Bug#196532)
      
      syslinux (2.00-2) unstable; urgency=low
      
        * Fixed typo in description                       (closes: Bug#178582)
      
      syslinux (2.00-1) unstable; urgency=low
      
        * New upstream version                            (closes: Bug#174565)
          (thanks to Andrea Bedini <andrea@bedini.homelinux.net>)
        * Added note about PXE in the description         (closes: Bug#151700)
        * Added man pages for gethostip, lss16toppm, ppmtolss16
          (thanks to dann frazier <dannf@dannf.org>)      (closes: Bug#107539)
      
      syslinux (1.75-1) unstable; urgency=low
      
        * New upstream release
        * Added "memdisk" to the package      (closes: Bug#141605, Bug#143773)
        * Added "syslinux-debug.bin" to the package       (closes: Bug#143772)
      
      syslinux (1.66-1) unstable; urgency=low
      
        * New upstream version
        * Boot images shorter than 64K, including memtest86 (closes: Bug#45133)
      
      syslinux (1.63-1) unstable; urgency=low
      
        * New upstream release, fixing "No setup signature found" bug
          found with some newer kernels (closes: Bug#107345)
        * Reverted mtools patch for installer (it fails with some
          high-capacity floppy formats) (closes: Bug#108096)
      
      syslinux (1.62-5) unstable; urgency=low
      
        * Added "Build-Depends: netpbm"                    (closes: Bug#97497)
      
      syslinux (1.62-4) unstable; urgency=low
      
        * Yet another version of `ppmtolss16' from the author (hpa),
          fixing a bug regarding color space conversion
      
      syslinux (1.62-3) unstable; urgency=low
      
        * New version of `ppmtolss16' from the author (hpa)
      
      syslinux (1.62-2) unstable; urgency=medium
      
        * Changed small typo in manual page names
          (sylinux -> syslinux)                            (closes: Bug#96553)
      
      syslinux (1.62-1) unstable; urgency=medium
      
        * New upstream version                             (closes: Bug#77269)
        * This version could fix Bug#56983 and Bug#69140, but I have no
          way to test it
        * Added Build-Depends                              (closes: Bug#60729)
        * New Standards-Version: 3.5.3
        * Fixed lintian error "copyright-refers-to-old-directory"
        * Fixed lintian warnings "no-priority-field" and "no-section-field"
        * Change the installer a bit so that it is no longer needed to run
          it as root, using mtools                         (closes: Bug#30982)
        * Added manual page for `syslinux', provided by
          Arthur Korn <arthur@korn.ch>                     (closes: Bug#18432)
        * Added manual page for `syslinux2ansi', provided by
          Kevin Kreamer <kkreamer@etherhogz.org>           (closes: Bug#35264)
      
      syslinux (1.48-2) unstable; urgency=medium
      
        * New Standards-Version (3.1.1)
        * Fixed lintian bugs
        * Note in the package description that filesystem type `msdos' is
          needed in order to use this program (closes: Bug#23265)
      
      syslinux (1.48-1) unstable; urgency=medium
      
        * New upstream version:
          + Changed HIGHMEM_MAX to 38000000h
          + Serial console support
          + New program PXELINUX to do network booting
        * FHS support
        * New Standards-Version: 3.0.1
        * Almost all the bugs regarding boot problems should be fixed with
          this upstream version:
            (closes: Bug#18271, Bug#22366, Bug#22700, Bug#22845, Bug#23181)
            (closes: Bug#23936, Bug#27755, Bug#28846, Bug#29296, Bug#32138)
        * Fixed copyright notice in "copybs.asm" (closes: Bug#35531)
        * "syslinux.com" is now included (closes: Bug#31460)
      
      syslinux (1.43-1) unstable; urgency=medium
      
        * New upstream version:
          + Add syslinux2ansi script to display the contents of a
            colorized SYSLINUX file.
          + Changed the io_delay once again, after a report that the
            old delay port causes hangs on some systems.
          + Should fix: Bug#18271, Bug#22366, Bug#22845, Bug#23181,
            Bug#23936, Bug#27755, Bug#28846, Bug#29296, Bug#32138
        * Include "syslinux.com": Bug#31460
      
      syslinux (1.42-2) frozen unstable; urgency=HIGH
      
        * Reverted patch for installer (it fails with some mtools versions)
          (Fixes grave bug: Bug#30791)
      
      syslinux (1.42-1) frozen unstable; urgency=medium
      
        * New upstream version.  Mostly A20 bug fixes.
        * This should fix at least the following syslinux bugs:
          Bug#22845, Bug#23181, Bug#23936, Bug#27755, Bug#28846, Bug#29296.
        * Change the installer a bit so that it is no longer needed to run
          it as root
      
      syslinux (1.40-3) frozen unstable; urgency=medium
      
        * Added "img1743k.gz" as suggested by Enrique Zanardi <ezanardi@ull.es>
      
      syslinux (1.40-2) frozen unstable; urgency=medium
      
        * Added "safe, slow and stupid" option to the version
          for the boot floppies to be able to boot even on very
          buggy bioses. (Bug#23157, Bug#23181).
        * Increased A20M delay even a bit more, as suggested by
          Enrique Zanardi.
        * Changed the aspect of the syslinux banner a bit
      
      syslinux (1.40-1) unstable; urgency=low
      
        * New upstream release:
        	* Increase A20M delay and put in a test to avoid problems on
        	  certain IBM Thinkpads (thanks to Donnie Barnes of RedHat
        	  for vital info on this one.)
        	* Support COMBOOT style boot command images.
        	* Support chain loading (foreign operating systems, e.g. DOS).
        	* Include a new "copybs" DOS utility to copy a boot sector to
        	  a file (under Linux, use "dd".)
        	* Fix the DOS installer to work for disks over 32 MB.
        	* SYSLINUX should now handle disks with more than 65536 tracks.
        * Changed section from "misc" to "base", to be in sync with then
          FTP archive
      
      syslinux (1.37-1) frozen unstable; urgency=medium
      
        * New upstream version (Bug fixes only):
          + Fix a bug that caused "label" statements in syslinux.cfg to
            not be handled properly.
          + Updated the documentation.  Among other things, we now allow
            up to 128 "label" statements.
      
      syslinux (1.36-2) frozen unstable; urgency=medium
      
        * Re-built for frozen (it fixes the "LABEL" behaviour, required
          for the boot floppies)
      
      syslinux (1.36-1) unstable; urgency=medium
      
        * Applied patch to make all the "LABEL" keywords in config file work
        * New upstream version (bug fixes + new option "KBDMAP")
      
      syslinux (1.34-2) unstable; urgency=low
      
        * Install files as img<size>k.gz instead of img<size>.gz
      
      syslinux (1.34-1) unstable; urgency=low
      
        * New upstream version
      
      syslinux (1.33-2) unstable; urgency=low
      
        * Fixed minor packaging bugs
      
      syslinux (1.33-1) unstable; urgency=low
      
        * New upstream version (fixes:Bug#18654)
      
      syslinux (1.32-1) unstable; urgency=low
      
        * New upstream release
        * Pristine source
        * Fixed author email address (hpa@zytor.com instead of hpa@linux.org)
        * New Standards-Version: 2.4.0.0
        * gzipped only big files in /usr/doc/syslinux
        * Changed architecture from all to i386
      
      syslinux (1.30-6) unstable; urgency=low
      
        * New maintainer
        * New Standards-Version (2.3.0.0)
        * Changed rules file to no longer use debstd
      
      syslinux (1.30-5) unstable; urgency=low
      
        * Install changelog correctly
        * #8532: Filed a bug report against ftp.debian.org because the
          package priorities and section are overridden on master.
      
      syslinux (1.30-4) unstable; urgency=low
      
        * Changed architecture to all
        * Note in description that syslinux generates Intel Boot disks (from
          whatever platform you install it on)
      
      syslinux (1.30-3) unstable; urgency=low
      
        * Include Images for 1.44K and 720K to boot Linux on an Atari Computer
      
      syslinux (1.30-2) unstable; urgency=low
      
        * Control file: Priority set to optional and put into section "misc" where loadlin
          is also. (Bug #5424)
        * clean up debian directory
      
      syslinux (1.30-1) unstable; urgency=low
      
        * Upstream update. Package made conformant to newest standards.
Loading