Skip to content

Debian Changelog amiga-fdisk (0.04-14)

2009

amiga-fdisk (0.04-14) unstable; urgency=low

   * replace libreadline5-dev by libreadline-dev
   * add ${misc:Depends} to binary package's debian/control entry
   * use debhelper compatibility version 5
   * cosmetic changes to copyright file to make lintian happy
   * Updated Standards-Version to 3.8.3 (no changes)

 -- Christian T. Steigies <cts@debian.org>  Mon, 05 Oct 2009 22:05:52 +0200

amiga-fdisk (0.04-13) unstable; urgency=low

   * change arch list for amiga-fdisk-cross to any (closes: #497165, #540003)
   * Updated Standards-Version to 3.8.2:
     place amiga-fdisk-bf in admin section instead of base,
     place amiga-fdisk-cross in otherosfs section
   * amiga-fdisk is now maintained via alioth, added Homepage

 -- Christian T. Steigies <cts@debian.org>  Wed, 05 Aug 2009 20:29:46 +0200

2008

amiga-fdisk (0.04-12) unstable; urgency=low

   * add armel and armeb to architecture list (closes: #461081)
   * Updated Standards-Version to 3.7.3 (no changes)
   * fix lintian warning: do not use DH_COMPAT
   * fix lintian warning: do not ignore make clean errors

 -- Christian T. Steigies <cts@debian.org>  Thu, 31 Jan 2008 22:49:44 +0100

2006

amiga-fdisk (0.04-11) unstable; urgency=low

   * postinst: check if /proc/hardware exists before reading it (closes: #329787)

 -- Christian T. Steigies <cts@debian.org>  Sat, 14 Jan 2006 20:16:11 +0100

2005

amiga-fdisk (0.04-10) unstable; urgency=low

   * rebuild with libreadline5-dev (closes: #326389)
   * lower Priority to standard (closes: #217848)
   * Updated Standards-Version to 3.6.2 (no changes)
   * use debhelper compatibility version 4
   * use dh_installman instead of dh_installmanpages

 -- Christian T. Steigies <cts@debian.org>  Sat, 3 Sep 2005 21:36:04 +0200

2004

amiga-fdisk (0.04-9) unstable; urgency=low

   * apply patch from David Weinehall to remove XSI:ism (closes: #256298)

 -- Christian T. Steigies <cts@debian.org>  Fri, 2 Jul 2004 23:55:14 +0200

amiga-fdisk (0.04-8) unstable; urgency=low

   * Updated Standards-Version to 3.6.1 (no changes)
   * create a new package amiga-fdisk-cross for any arch, except m68k and powerpc
     amiga-fdisk (required) and amiga-fdisk-bf stay m68k+powerpc only (closes: #252339)
   * do not include "broken" include files in amigastuff.c (closes: #252709)
     #include <netinet/in.h> instead, also in fdisk.c
   * get rid of remaining warnings by explicit type conversion
   * do not call dh_suidregister anymore (again?)
   * fix Author(s) in copyright
   * do not ship upstream ChangeLog twice (second copy was uncompressed,
     removed ChangeLog from amiga-fdisk-bf.docs)
   * apply patch from Sven Luther (closes: #212840), this code is only executed when
     the disk does not report the geometry, never happened for me.
   * print a warning when the calculated number of cylinders does not fit in 16-bit.

 -- Christian T. Steigies <cts@debian.org>  Thu, 17 Jun 2004 23:45:31 +0200

2003

amiga-fdisk (0.04-7) unstable; urgency=low

   * apply patch as supplied by Matt Kraai, which preserves newlines
     (closes: #212880).

 -- Christian T. Steigies <cts@debian.org>  Tue, 18 Nov 2003 08:36:09 -0500

amiga-fdisk (0.04-6.1) unstable; urgency=low

   * Non-maintainer upload
   * Apply patch from Matt Kraai <kraai@ftbfs.org> so it will build with
     gcc-3.3 (closes: #212880).

 -- Steve Langasek <vorlon@debian.org>  Tue, 18 Nov 2003 05:33:41 +0000

2001

amiga-fdisk (0.04-6) unstable; urgency=low

   * new maintainer, no source changes, closing bugs in the base system
   * 0.04 has been uploaded in December 1999 (closes: #36258) first half
     reopen/retitle as a wishlist bug if you have to, fdisk-cross will follow
   * amiga-fdisk-bf works since May 2000 (closes: #64596)
   * add Build-Depends (closes: #70077, #70164)
   * updated Standards-Version
   * remove dh_suidregister call
   * make copyright point to LPGL-2 file instead of citing (with old address)

 -- Christian T. Steigies <cts@debian.org>  Sat, 8 Sep 2001 12:41:12 -0400

2000

amiga-fdisk (0.04-5) stable unstable; urgency=low

   * Non-maintainer upload.
   * build amiga-fdisk and amiga-fdisk-bf from one source package
   * rearrange section and priority of both packages (closes: #72227)
   * this package is needed for the 2.2r1 boot-floppies, thus upload for stable

 -- Christian T. Steigies <cts@debian.org>  Thu, 19 Oct 2000 19:11:38 +0200

amiga-fdisk-bf (0.04-4) frozen unstable; urgency=high

   * Non-maintainer upload.
   * quick hack to make partition type selection work for amiga-fdisk-bf

 -- Christian T. Steigies <cts@debian.org>  Tue, 30 May 2000 15:29:43 +0200

amiga-fdisk-bf (0.04-3) frozen unstable; urgency=high

   * fix a segfault when partitions with long partition type names are used
   * minimal code change to the previous version:
   --- amiga-fdisk-0.04/amigastuff.c~      Tue May 16 23:11:45 2000
   +++ amiga-fdisk-0.04/amigastuff.c       Wed May 17 13:19:26 2000
   @@ -57,7 +57,7 @@
    struct PartitionBlock *pa[MAXPARTS];
    int parts, firstblock, lastblock, maxblock, minblock;
    char *initsectors, *listsector;
   -char type[32]; /* Needed by DosType() */
   +char type[100];        /* Needed by DosType() */
 
   * NMU, thanks to Roman for the diff

 -- Christian T. Steigies <cts@debian.org>  Thu, 18 May 2000 10:07:52 +0200

amiga-fdisk-bf (0.04-2) frozen unstable; urgency=low

   * Vital for amiga/m68k and amiga/powerpc boot-floppies.
   * Non-maintainer upload.
   * Libreadline build for boot-floppies.
   * Since i didn't manage to build a multi binary package,
     i will upload two packages for now. Since the package is very
     small it should be ok for now.

 -- Sven LUTHER <luther@debian.org>  Thu, 24 Feb 2000 17:24:08 +0100

1999

amiga-fdisk (0.04-1) unstable; urgency=low

   * Non-maintainer upload.
   * New upstream release.

 -- Sven LUTHER <luther@debian.org>  Fri, 17 Dec 1999 17:07:47 +0100

amiga-fdisk (0.03a-1.2) unstable; urgency=low

   * Non-maintainer upload.
   * set architecture to m68k powerpc, for the apus boot-floppies.

 -- Sven LUTHER <luther@debian.org>  Mon, 15 Nov 1999 19:21:22 +0100

1998

amiga-fdisk (0.03a-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * debian/control (Maintainer): corrected the address which had been
     broken by cut'n'waste.
   * debian/rules (binary-arch): removed call to dh_du.

 -- James Troup <james@nocrew.org>  Tue, 15 Dec 1998 21:11:12 +0000

amiga-fdisk (0.03a-1) unstable; urgency=low

   * Initial Release.
   * Renamed the binary to "amiga-fdisk" instead of "afdisk" to avoid
     namespace pollution.

 -- Frank Neumann <Frank.Neumann@Informatik.Uni-Oldenburg.DE>  Thu, 26 Feb 1998 02:58:57 +0100