silo (1.4.14+git20120819-2) unstable; urgency=low

  * New Maintainer (Closes: #721498, #677780)
  * Apply wrap-and-sort and remove obsolete local variables from the
    bottom of debian/changelog.
  * Switch VCS repository to git, update Vcs-* headers acoordingly.
  * Enable sparc64 architecture (Closes: #721396)
  * Make tilo.sh (/usr/bin/tilo) work again
    + Add patch to work with newer "file" versions (Closes: #730651)
    + Add patch to find the root address also in more recent kernels
  * Recommend "file" as tilo needs it to run.
  * Rewrite long description to not suggest it's the only Sparc boot loader
    in Debian.
  * Mention tilo and its requirments in the long description.
  * Bump debhelper compatibility to 9.
    + Update versioned debhelper build-dependency accordingly.
  * Switch to source format "3.0 (quilt)"
    + No more build outside the tree
    + Remove quilt build-dependency and quilt traces from debian/rules.
    + Remove now obsolete debian/README.source
  * Revamp debian/rules:
    + Replace "dh_clean -k" with "dh_prep", fixes lintian warning
      dh-clean-k-is-deprecated
    + Use dh_auto_{build,install,clean}
    + No more clean up stamp files manually, dh_clean does that now.
    + Use debian/{docs,manpages} instead of parameters to
      dh_install{docs,man}. Rename directory debian/{manpages → man}
    + Use debian/install + dh_install instead of manually calling install.
    + Finally switch to a minimal dh7 style debian/rules file.
  * Add upstream git repository webpage as Homepage header. Fixes lintian
    warning no-homepage-field.
  * Bump Standards-Version to 3.9.5
    + Introduce a Built-Using field
  * Add patch to fix the following lintian warnings in upstream man pages:
    + hyphen-used-as-minus-sign
    + spelling-error-in-manpage
  * Additionally this upload fixes the following lintian warnings:
    + dm-upload-allowed-is-obsolete
    + hyphen-used-as-minus-sign (in debian/man/silocheck.8)
    + maintainer-script-without-set-e
    + copyright-refers-to-symlink-license

 -- Axel Beckert <abe@debian.org>  Fri, 29 Nov 2013 01:50:28 +0100

silo (1.4.14+git20120819-1) unstable; urgency=low

  [ Jurij Smakov ]
  * New upstream release containing only the following bug fixes:
    - Fix ext4 extent resolution. Without this fix silo fails to
      read silo.conf off a ext4 filesystem.
      Commit: 6ab3e76216353af6b60a99f7e5ebf5611047c831
    - Fix silo crash on Niagara (sun4v) machines whenever 'timeout'
      parameter is used in silo.conf. (Closes: #685245)
      Commits: 1121ecf7b087b940339e421b2928067c92f6237e
               dcee4ca86e88aeec8c6f2c8062035419204b4701
    - Include stddef.h in stringops.h. Fixes build failure when
      compiled against 3.4 Linux headers.
      Commit: 2999c98e8241b81cb35846961672fc7d8c3fe235

 -- Jurij Smakov <jurij@debian.org>  Sun, 19 Aug 2012 16:14:18 +0100

silo (1.4.14+git20120226-1) unstable; urgency=low

  [ Jurij Smakov ]
  * New upstream release fixing the block and offset calculation
    for group descriptors on ext2/3 filesystems.

 -- Jurij Smakov <jurij@debian.org>  Sun, 26 Feb 2012 17:28:53 +0000

silo (1.4.14+git20120127-1) unstable; urgency=low

  [ Jurij Smakov ]
  * Failure to build against recent e2fslibs versions
    is fixed upstream. (Closes: #655897)
  * Add David Miller to copyright owners list in debian/copyright,
    mentioned in second/fs/ext2.c.
  * Add recommended build-arch and build-indep debian/rules targets
    (lintian warning).
  * Bump Standards-Version to 3.9.2, no changes necessary.
    (lintian warning).

 -- Jurij Smakov <jurij@debian.org>  Wed, 01 Feb 2012 21:06:11 +0000

silo (1.4.14+git20100228-1) unstable; urgency=low

  [ Jurij Smakov]
  * Remove the following Debian patches merged upstream:
    - silo-linux-types.patch
      (merged as eb1b1642b586cfe2b99cf890a7849226beac4e9b)
    - silo-revert-relocation-commit.patch
      (merged as 93cc5699a11424177960afa4b6a8bd6cbc72dcd9)
    No Debian-specific patches remaining.
  * Fix the build-tree target in debian/rules to not fail when
    the quilt series file is empty.

 -- Jurij Smakov <jurij@debian.org>  Sun, 28 Feb 2010 11:23:12 +0000

silo (1.4.14+git20100207-1) unstable; urgency=low

  [ Jurij Smakov ]
  * SILO is now maintained upstream by David Miller in his own
    git tree. Update the instructions on obtaining the source code
    in debian/copyright to reflect that.
  * Remove the following Debian patches merged upstream:
    - 11-silocheck_non-failure_on_stat.patch
      (merged as 35ebde57a694569d38f95983e73aa9ad610f7796)
    - 20-silo_ls_fix_date_calc.patch
      (merged as f820825406a49fea6b166377ec637b2dedb9ba2e)
    - silo.git-eb6151388752b52804f80ff27e90ec2dbde71339.patch
    - silo.git-a55764ceef83086d00b5f7b8b3027b517fc4ca23.patch
  * Add silo-linux-types.patch to fix an FTBFS caused by changes in
    the linux-libc-dev headers, which are now defining _LINUX_TYPES_H
    again. Bump linux-libc-dev build-dep to >= 2.6.32.
  * Add silo-revert-relocation-commit.patch reverting upstream
    commit 71816c5699b32bab03e57be6768a562d9568e33b which breaks
    SILO (fails to boot).
  * Build with default GCC, remove build-dep on gcc-4.3.
    (Closes: #533811)
  * Fix bashism in debian/rules. (Closes: #535419)
  * Remove bcollins from Uploaders at the request of MIA team.
    Thanks for all the fish, Ben. (Closes: #540902)
  * Add ${misc:Depends} to dependencies (lintian warning).
  * Add debian/README.source (lintian warning).
  * Bump Standards-Version to 3.8.4, no changes necessary
    (lintian warning).
  * Call siloconfig without explicit path in postinst
    (lintian warning).
  * Set -e in postinst to abort on errors (lintian warning).

 -- Jurij Smakov <jurij@debian.org>  Sun, 07 Feb 2010 10:49:43 +0000

silo (1.4.13a+git20070930-3) unstable; urgency=low

  [ Jurij Smakov ]
  * Include patches eb6151388752b52804f80ff27e90ec2dbde71339 and
    a55764ceef83086d00b5f7b8b3027b517fc4ca23 from the git tree to
    fix build failure when building against kernel headers 2.6.25
    or newer. (Closes: #495860)

 -- Jurij Smakov <jurij@debian.org>  Sun, 24 Aug 2008 10:04:17 +0100

silo (1.4.13a+git20070930-2) unstable; urgency=low

  [ Aurélien GÉRÔME ]
  * Add the XS-DM-Upload-Allowed field.
  * Switch from the XS-Vcs-Svn/XS-Vcs-Browser fields to the
    Vcs-Svn/Vcs-Browser fields.

  [ Jurij Smakov ]
  * Build with gcc-4.3. (Closes: #463292)
  * Bump Standards-Version to 3.7.3, no changes necessary 
    (lintian warning).
  * Remove revision from the e2fslibs-dev build dependency
    (lintian warning).

 -- Jurij Smakov <jurij@debian.org>  Sun, 16 Mar 2008 21:59:32 +0000

silo (1.4.13a+git20070930-1) unstable; urgency=low

  [ Jurij Smakov ]
  * Switch to releases from the git tree. There are some bugfixes
    there, and it looks like upstream gave up on regular releases.
  * Update debian/copyright with information on how the source is
    obtained.
  * Remove debian/patches/10-silo_new_ufs_superblock.patch,
    upstream now includes its own UFS headers. Adjust the series
    file accordingly.
  * Upstream now supports reading config file from RAID-1.
    (Closes: #224870)

 -- Jurij Smakov <jurij@debian.org>  Sun, 07 Oct 2007 11:30:51 +0100

silo (1.4.13a-1) unstable; urgency=low

  [ Jurij Smakov ]
  * Get rid of the legacy build system, switch to quilt for patch
    management.
  * Apply a patch by Roland Stigge (slightly modified) to fix
    date calculation in the ls output. (Closes: #337299)

  [ Aurélien GÉRÔME ]
  * Switch to team-maintenance under the Debootloaders project.
  * Bump Standards-Version to 3.7.2.
  * Replace Build-Depends on "linux-kernel-headers (>= 2.6.18)" by
    "linux-libc-dev (>= 2.6.22)". (Closes: #433282)
  * Create a new non-native upstream tarball with the same version,
    but we need to bump it for dak to accept it. (Closes: #337303)
  * Fix lintian warning "debian-rules-uses-pwd line 32".
  * Add 11-silocheck_non-failure_on_stat.patch to avoid silent failure
    of silocheck when an unresolved symlink is encountered under /dev.
  * Add the XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.
  * Fix lintian warnings "binary-without-manpage usr/sbin/silocheck"
    and "binary-without-manpage usr/sbin/siloconfig" by writing and
    adding the 2 missing manpages.

 -- Jurij Smakov <jurij@debian.org>  Sun, 19 Aug 2007 01:30:48 +1200

silo (1.4.13-1) unstable; urgency=low

  * New upstream release.
  * Drop 10-silo_get_architecture.patch and 20-silo_cdrom_boot_fix.patch
    as they have been included upstream (those were the only upstream
    changes).
  * Add 10-silo_new_ufs_superblock.patch to make it possible to build
    silo against new linux-kernel-headers, where ufs_super_block 
    structure has been split into ufs_super_block_{first,second,third}.
    Closes: #393114.
  * Add a build dependency on linux-kernel-headers (>= 2.6.18), that's
    where this change was first introduced.

 -- Jurij Smakov <jurij@debian.org>  Mon, 16 Oct 2006 20:37:29 -0700
  
silo (1.4.12-2) unstable; urgency=low

  * Add a patch (20-silo_cdrom_boot_fix.patch) by David 
    Miller to fix the problems with booting from CD-ROM 
    on a variety of machines. Closes: #261824.
  * Set Section to admin to prevent the override disparity.
  * Update the upstream URL and FSF address in the
    copyright file (lintian warning).

 -- Jurij Smakov <jurij@debian.org>  Tue, 20 Jun 2006 19:24:55 -0700

silo (1.4.12-1) unstable; urgency=low

  * Acknowledge previous NMUs. Thanks to Frans Pop for excellent
    work. Closes: #306012, #349788, #359018.
  * Update to new upstream release (1.4.12).
  * Remove 10-sun4u_notimer.patch, included upstream.
  * Add 10-silo_get_architecture.patch, making it possible
    to build a working SILO with gcc-4.1. Closes: #369890.
  * Change the build-dependency from gcc-2.95 to gcc-4.1 and use it
    for building.
  * Add explicit build-dependency on perl, scripts in debian/scripts
    require it (lintian error).
  * Make sure that /etc/silo.conf is registered as conffile only
    once by modifying debian/packages.d/silo.in (lintian error).
  * Upstream does not ship a changelog anymore, adjust
    debian/rules appropriately.
  * Add myself to uploaders.

 -- Jurij Smakov <jurij@debian.org>  Tue, 13 Jun 2006 20:37:46 -0700

silo (1.4.11-0.2) unstable; urgency=low

  * Non-Maintainer Upload.
  * Replace sun4u_notimer patch by new patch from David Miller that should
    also work on Niagara systems.

 -- Frans Pop <fjp@debian.org>  Sat, 22 Apr 2006 16:43:17 +0200

silo (1.4.11-0.1) unstable; urgency=low

  * Non-Maintainer Upload. Closes: #359018.
    - New upstream release.
    - Include patch to restore second/timer.c from 1.4.10 to avoid regression
      seen on Ultra 10 where the system would no longer boot automatically
      after expiration of the timeout set in silo.conf.
    - Use debian/compat instead of setting debhelper compatibility in rules.

 -- Frans Pop <fjp@debian.org>  Fri, 14 Apr 2006 02:40:43 +0200

silo (1.4.10-0.1) unstable; urgency=low

  * Non-Maintainer Upload.
  * New upstream release. Closes: #306012, #349788.
  * Update debconf compatibility level to 5.
  * Fix lintian warning for "multiline-field build-depends".

 -- Frans Pop <fjp@debian.org>  Wed, 25 Jan 2006 15:23:27 +0100

silo (1.4.9-1) unstable; urgency=low

  * Upgraded to silo 1.4.9
  * Added sparc-utils to build-deps. Closes #278126
  * Set CC to gcc-2.95

 -- Ben Collins <bcollins@debian.org>  Tue, 15 Mar 2005 09:06:46 -0500

silo (1.4.8-2) unstable; urgency=low

  * Added versioned build-dep for e2fslibs. Closes: #249335

 -- Ben Collins <bcollins@debian.org>  Wed, 14 Jul 2004 11:00:50 -0400

silo (1.4.8-1) unstable; urgency=high

  * New upstream, really fixes initrd issues.

 -- Ben Collins <bcollins@debian.org>  Wed, 14 Jul 2004 10:35:40 -0400

silo (1.4.6-1) unstable; urgency=low

  * New upstream, partially fixes initrd issues.

 -- Ben Collins <bcollins@debian.org>  Sun, 20 Jun 2004 13:11:48 -0400

silo (1.4.5-1) unstable; urgency=low

  * New upstream fixes "illegal instruction" on some sparc64 hardware.
  * Fixed ext2fs for SELINUX: Closes: #232009
  * Added bzip2 build-dep. Closes: #239479

 -- Ben Collins <bcollins@debian.org>  Thu, 13 May 2004 09:58:53 -0400

silo (1.4.4-1) unstable; urgency=low

  * New upstream. Fixes sparc32 boots.

 -- Ben Collins <bcollins@debian.org>  Fri, 30 Jan 2004 15:18:24 -0500

silo (1.4.3-1) unstable; urgency=low

  * New upstream resolves one other problem with initrd.

 -- Ben Collins <bcollins@debian.org>  Thu, 29 Jan 2004 14:09:59 -0500

silo (1.4.2-1) unstable; urgency=low

  * Get the version right this time.

 -- Ben Collins <bcollins@debian.org>  Thu, 29 Jan 2004 13:34:01 -0500

silo (1.4.1-2) unstable; urgency=low

  * New upstream. Fixes initrd.

 -- Ben Collins <bcollins@debian.org>  Thu, 29 Jan 2004 13:31:04 -0500

silo (1.4.1-1) unstable; urgency=low

  * New upstream. Allows larger kernels to be loaded (kernels must be patched
    to support this).
  * Adds "partition-boot" config option, which is the same as -t.
    closes: #145267, #98314
  * Silo is no longer essential: closes: #214005

 -- Ben Collins <bcollins@debian.org>  Wed, 28 Jan 2004 12:24:28 -0500

silo (1.3.2-1) unstable; urgency=low

  * New upstream, fixes initrd boots with some larger kernels.

 -- Ben Collins <bcollins@debian.org>  Wed,  3 Dec 2003 21:13:53 -0500

silo (1.3.1-2) unstable; urgency=low

  * Force use of gcc-2.95 to fix some problems with illegal instruction.

 -- Ben Collins <bcollins@debian.org>  Mon, 29 Sep 2003 10:48:07 -0400

silo (1.3.1-1) unstable; urgency=low

  * New upstream.
  * Rename 1440 disk images.

 -- Ben Collins <bcollins@debian.org>  Fri,  8 Aug 2003 12:59:38 -0400

silo (1.3.0-1) unstable; urgency=low

  * New upstream, includes new isofs.b boot block for mkisofs.
  * Move everything to /boot. Provide upgrades and base installs. This will
    make it simpler for people to have a seperate /boot. Still need a way to
    migrate vmlinuz symlink being in /boot aswell.

 -- Ben Collins <bcollins@debian.org>  Thu,  3 Apr 2003 10:01:46 -0500

silo (1.2.6-1) unstable; urgency=low

  * New upstream. Adds support for UltraSPARC III+ (Cheetah+)

 -- Ben Collins <bcollins@debian.org>  Wed, 14 Aug 2002 21:56:14 -0400

silo (1.2.5-1) unstable; urgency=low

  * New upstream version. Fixes a first stage boot loader bug.

 -- Ben Collins <bcollins@debian.org>  Fri, 29 Mar 2002 13:36:49 -0500

silo (1.2.4-1) unstable; urgency=low

  * New upstream fixes TILO buglet.

 -- Ben Collins <bcollins@debian.org>  Tue, 13 Nov 2001 21:59:00 -0500

silo (1.2.3-1) unstable; urgency=low

  * New upstream, fixes tilo.

 -- Ben Collins <bcollins@debian.org>  Fri, 10 Aug 2001 00:32:23 -0400

silo (1.2.2-1) unstable; urgency=low

  * New upstream.

 -- Ben Collins <bcollins@debian.org>  Sat, 16 Jun 2001 11:11:45 -0400

silo (1.2.0-1) unstable; urgency=low

  * New upstream.

 -- Ben Collins <bcollins@debian.org>  Fri,  8 Jun 2001 12:56:59 -0400

silo (1.1.0-1) unstable; urgency=low

  * New upstream, adds support for tab completion on prom console, and
    also supports booting fujitsu sparc64 systems.
  * Added build-depends.
  * Changed priority from required to important, as per dinstall
    overrides.

 -- Ben Collins <bcollins@debian.org>  Mon, 28 May 2001 14:26:27 -0400

silo (1.0.1-1) unstable; urgency=low

  * New upstream.
  * Update silo1440k images.
  * Make siloconfig recognize a non-interactive install, and skip running.

 -- Ben Collins <bcollins@debian.org>  Mon, 28 May 2001 10:56:42 -0400

silo (1.0-1) unstable; urgency=high

  * Hey, I'm upstream maintainer now!
  * New upstream release. All patches merged.
  * Now includes tilo/maketilo. Replaces older sparc-utils

 -- Ben Collins <bcollins@debian.org>  Wed, 23 May 2001 12:30:05 -0400

silo (0.9.9.1-1) unstable; urgency=high

  * Provide the silo1440k base images for boot-floppies. This way, it
    doesn't have to be included on the root.bin, and we save about 100k
  * Urgency high, for boot-floppies

 -- Ben Collins <bcollins@debian.org>  Thu, 17 May 2001 20:22:15 -0400

silo (0.9.9.0-2) unstable; urgency=high

  * Call confcheck() after chroot()

 -- Ben Collins <bcollins@debian.org>  Thu, 17 May 2001 14:36:50 -0400

silo (0.9.9.0-1) unstable; urgency=low

  * Convert to using a db style source format. The silo upstream tarball
    contains some binary files that get changed during build. This makes
    it easier to contend with that fact.
  * Merged the conf check into the silo program itself. Right now it
    verifies irregardless. Next version I'll make it have an option to
    turn that off, or ignore failures.
  * This is not a new upstream. The pools setup does not allow me to do a
    new full source upload of the same version. Lucky for us, dpkg allows
    a .0 extended version to be > one without...dpkg is good for something
    :)

 -- Ben Collins <bcollins@debian.org>  Thu, 28 Dec 2000 08:32:40 -0500

silo (0.9.9-5) unstable; urgency=low

  * Fix typo in cfg.c
  * Added siloconfcheck to siloconfig

 -- Ben Collins <bcollins@debian.org>  Wed, 27 Dec 2000 16:55:50 -0500

silo (0.9.9-4) unstable; urgency=low

  * Created siloconfcheck program that validates a silo.conf file using
    the same rules (IOW, the exact same functions) used by the silo second
    stage boot loader. Helpful for validating conf files. closes: #38298

 -- Ben Collins <bcollins@debian.org>  Wed, 27 Dec 2000 12:55:09 -0500

silo (0.9.9-3) unstable; urgency=low

  * Changed priority to required, and make essential yes. There are a few
    cases (netboot) where silo isn't needed, but the thing is, we want
    people to know they might mess up their systems when removing this. So
    we force them to take that extra step.

 -- Ben Collins <bcollins@debian.org>  Wed, 27 Dec 2000 08:57:29 -0500

silo (0.9.9-2) unstable; urgency=low

  * Taking over this package.
  * Latest version accepts kernel 2.2 ext2 features. closes: #79823
  * I believe this is fixed in the latest version. closes: #56500
  * This bug is already marked fixed. closes: #61389
  * I don't think SILO will ever understand Solaris boot options. People
    need to change the PROM commands (or our installer does), so that they
    don't conflict. closes: #61389
  * I think the newest version fixed this. closes: #65659
  * This isn't a bug, but a user goofup. closes: #50729

 -- Ben Collins <bcollins@debian.org>  Wed, 27 Dec 2000 07:24:52 -0500

silo (0.9.9-1) unstable; urgency=low

  * New upstream
  * Took over silo's packaging

 -- Erick Kinnee <cerb@debian.org>  Mon,  4 Sep 2000 10:54:23 -0500

silo (0.9.8-1) frozen unstable; urgency=low

  * NMU, requested by the maintainer
  * New upstream version, fixes some problem with floppy and cdrom boots
    (helps with boot-floppies and debian-cd), closes: #61389

 -- Ben Collins <bcollins@debian.org>  Fri, 31 Mar 2000 08:56:02 -0500

silo (0.9.3-1) unstable; urgency=low

  * New upstream release.

 -- Davide Barbieri <paci@prosa.it>  Thu, 28 Oct 1999 03:57:47 -0500

silo (0.8.6-2) unstable; urgency=low

  * Specify sparc architecture in control file. Before
    it was also i386 (for intelsilo), which I should drop.
    Comments about intelsilo?
    This will make the life easier for autobuilder.

 -- Davide Barbieri <paci@prosa.it>  Fri, 15 Oct 1999 10:20:24 -0500

silo (0.8.6-1) unstable; urgency=high

  * New upstream release.

 -- Davide Barbieri <paci@prosa.it>  Sun, 18 Apr 1999 14:55:52 +0200

silo (0.8.5-4) unstable; urgency=low

  * This version should correct a bug in the upstream version
    which prevent silo to boot a solaris system on a ultra

 -- Davide Barbieri <paci@debian.org>  Mon, 12 Apr 1999 11:55:33 +0200

silo (0.8.5-3) unstable; urgency=low

  * New siloconfig
  * Changed the rules file to use debhelper
  * Added the man page
  * New rules to generate intelsilo by Steve Dunham <dunham@debian.org>

 -- Davide Barbieri <paci@debian.org>  Sat, 27 Feb 1999 15:00:52 +0100

silo (0.8.5-2.1) frozen; urgency=low

  * Fix to give kernel more breathing room in front of initrd
    needed for CDROM booting on Sun4m machines. <dunham@debian.org> 

 -- Davide Barbieri <paci@debian.org>  Fri, 26 Feb 1999 10:39:43 -0500

silo (0.8.5-2) frozen; urgency=high

  * This release is going to frozen, in order to 
    get debian sparc CD-ROM working.

 -- Davide Barbieri <paci@debian.org>  Fri, 29 Jan 1999 19:03:08 +0100

silo (0.8.5-1) unstable; urgency=low

  * new upstream version; it should work with bootable CD

 -- Davide Barbieri <paci@debian.org>  Tue, 26 Jan 1999 11:14:38 +0100

silo (0.8.1-2) unstable; urgency=low

  * added a patch to tell silo not to abort on dangling
    symlinks while scanning /dev; thanks to Eric Delaunay
    <delaunay@lix.polytechnique.fr> 

 -- Davide Barbieri <paci@debian.org>  Tue, 24 Nov 1998 12:04:34 +0100

silo (0.8.1-1) unstable; urgency=low

  * new upstream version

 -- Davide Barbieri <paci@debian.org>  Sat,  7 Nov 1998 16:45:14 +0100

silo (0.7.2-1) unstable; urgency=low

  * "Added siloconfig script"

 -- Davide Barbieri <paci@debian.org>  Mon, 18 May 1998 16:25:53 +0000

silo (0.7.2-0.1) unstable; urgency=low

  * Non-maintainer, new upstream version (glibc based)

 -- Juan Cespedes <cespedes@debian.org>  Thu, 30 Apr 1998 12:20:51 +0200

silo (0.6.7-1) unstable; urgency=low

  * Initial Release.

 -- Davide Barbieri <paci@debian.org>  Wed, 29 Jan 1997 18:52:04 +0100
