| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 | aoetools (11-2) unstable; urgency=low  * debian/aoetools.init:    - Change Provides: in the LSB header from 'mountaoe' to 'aoe'.    - Add a comment about the loading of the aoe module.    - Rearranged logic a bit, in order to postpone module load until we have a      valid interface list.  This has the added value of resolving (again) the      installation in a new system. -- David Martínez Moreno <ender@debian.org>  Thu, 03 May 2007 02:29:03 +0200aoetools (11-1.2) unstable; urgency=low  * Non-maintainer upload.  * Apply patch from Nelson A. de Oliveira to fix missing dependency on    lsb-base (closes: #403294) -- Andrew Pollock <apollock@debian.org>  Sat, 16 Dec 2006 10:37:05 -0800aoetools (11-1.1) unstable; urgency=high  * Non-maintainer upload.  * Have the init script opportunistically modprobe aoe, and exit out    if $INTERFACES == none before checking for /dev/etherd, so that the    PACKAGE installs cleanly on unconfigured systems; patch from    Steve Langasek. (Closes: #391345) -- Steinar H. Gunderson <sesse@debian.org>  Tue, 31 Oct 2006 14:25:41 +0100aoetools (11-1) unstable; urgency=low  * New upstream release:    - Use POSIX shell math instead of relying on bc or dc (closes: #377431).  * The introduced changes, as is, do not work with discs bigger than 2 GB.    The problem is that POSIX arithmetic is limited to 2147483648, but not in    bash.  Probably upstream author (and Warren Turkal) have /bin/sh pointing    to /bin/bash, so he (they) did not see the problem.  Changed all the    scripts using bashisms to use /bin/bash.  * debian/rules: Binaries should go to /sbin instead to /usr/sbin.  If not,    we are preventing users from using AoE volumes in the early boot process,    as well as for hosting the /usr directory.  Many thanks to Warren Turkal    for pointing out this (closes: #388335).  * debian/control:    - Added aoe-revalidate to the list of included tools.    - Bumped policy version to 3.7.2.1.  * Added /etc/default/aoetools and /etc/init.d/aoetools in order to    initialize AoE devices just after network goes up (position 41 in runlevel    S).  Added a README-Debian about this subject.  This closes: #387552. -- David Martínez Moreno <ender@debian.org>  Tue,  3 Oct 2006 03:51:32 +0200aoetools (10-1) unstable; urgency=low  * New upstream release.  This fixes device creation, so closes: #337300.  * debian/control:    - Bump Standards-Version to 3.7.2.0.    - Bump dependency on debhelper to >= 5.    - Rewrote the package description.  * debian/compat: Bumped compatibility to 5.  * debian/copyright: Changed FSF's address to the new one.  * Added devnodes.txt to shipped docs. -- David Martínez Moreno <ender@debian.org>  Tue, 30 May 2006 04:13:47 +0200aoetools (4-1) unstable; urgency=low  * New upstream release. Makefile typo merged upstream, and added TODO file. -- David Martínez Moreno <ender@debian.org>  Thu, 16 Jun 2005 17:06:26 +0200aoetools (3-1) unstable; urgency=low  * First package release. -- David Martínez Moreno <ender@debian.org>  Sat, 23 Apr 2005 03:47:02 +0200
 |