File: changelog

package info (click to toggle)
acorn-fdisk 3.0.6-9
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,060 kB
  • sloc: ansic: 5,422; makefile: 90
file content (144 lines) | stat: -rw-r--r-- 5,196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
acorn-fdisk (3.0.6-9) unstable; urgency=medium

  * QA upload.
  * Migrations:
      - debian/copyright to 1.0 format.
      - debian/rules to new (reduced) format.
      - DH level to 9.
  * debian/control: bumped Standards-Version to 3.9.8.
  * debian/patches/0010-add-GCC-hardening.patch: added to provide GCC hardening.
  * debian/README.source: added information about licensing.
  * debian/watch: bumped version to 4.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Wed, 24 Aug 2016 21:50:57 -0300

acorn-fdisk (3.0.6-8) unstable; urgency=low

  * QA upload
  * split diff into historic patches, change format to 3.0 (quilt)
  * lower-case short description
  * bump Standards-Version
  * modernize debian/rules:
  - switch to debhelper compatibility 7, using dh_prep
  - use dpkg-buildflags
  - support build-arch, build-indep
  * fix manpage as suggested by lintian
  * silence lintian's helper-templates-in-copyright

 -- Bernhard R. Link <brlink@debian.org>  Sat, 17 Sep 2011 16:13:51 +0200

acorn-fdisk (3.0.6-7) unstable; urgency=low

  * QA upload.
  * Acknowledge NMU (Closes: #366447) (Closes: #552791) (Closes: #563996)
    Thanks Martin!
  * Apply my patch from January 2010 (Closes: #563522)
    + fix compiler warnings:
      - fdisk.c: passing … from incompatible pointer type
      - lib/scheme/icside.c: dereferencing … does break strict-aliasing rules
        XXX there might be an endianness issue left from the original code
      - lib/scheme/pcbios.c: array subscript is above array bounds
      - lib/scheme/pcbios.c: use of uninitialised value
    + fix lintian warnings:
      - debhelper-but-no-misc-depends
      - debian-rules-ignores-make-clean-error
      - spelling-error-in-binary
      - unknown-section base
      - package-contains-empty-directory
    + debian/watch: new file (took me some time to track down upstream tho)
    + debian/control: add Homepage (as close to one as I could find)
    + debian/manpages, debian/acorn-fdisk.8: new files
  * Extend the manual page, obsoletes another bug (Closes: #436190)
  * Set maintainer to QA group. (I will however keep an eye on this
    package and, while not promising, might take it over. Not now.)
  * Add debian/source/format (preferring 1.0 at the moment)
  * Port this to GNU/kFreeBSD (some ideas from util-linux, 10x)
  * Disable building on GNU/Hurd until we have a way to port it
  * Fix more compiler warnings (format strings, unused variables)
  * Support short options in addition to GNU --long-options
  * Honour dpkg CFLAGS during build
  * debian/dirs: remove, not needed
  * debian/README.source: new, describe TODO

 -- Thorsten Glaser <tg@mirbsd.de>  Sat, 02 Oct 2010 18:45:24 +0000

acorn-fdisk (3.0.6-6.4) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control: Change Maintainer eMail address to a working
    one, as requested by Phil Blundell. (Closes: #563996)

 -- Thorsten Glaser <tg@mirbsd.de>  Fri, 22 Jan 2010 17:51:57 +0000

acorn-fdisk (3.0.6-6.3) unstable; urgency=low

  * Non-maintainer upload.
  * debian/copyright: Expand on the actual copyright owners (track
    down fdisk.c) and point to a copy of an applicable licence;
    explain which ones are applicable and why. (Closes: #552791)

 -- Thorsten Glaser <tg@mirbsd.de>  Thu, 31 Dec 2009 16:41:44 +0000

acorn-fdisk (3.0.6-6.2) unstable; urgency=low

  * NMU
  * Remove the udeb again because RiscPC machines are no longer supported
    by debian-installer.

 -- Martin Michlmayr <tbm@cyrius.com>  Sat, 14 Apr 2007 14:38:53 -0700

acorn-fdisk (3.0.6-6.1) unstable; urgency=low

  * NMU
  * Add a udeb for debian-installer, closes: #366447.
  * Move to debhelper 5.

 -- Martin Michlmayr <tbm@cyrius.com>  Fri, 12 May 2006 17:24:11 +0200

acorn-fdisk (3.0.6-6) unstable; urgency=low

  * Apply patch from Peter Naulls to fix assorted bugs:
    - Adds LBA support, and related additions to ensure fields are 
      64-bit where required
    - Corrects some prompting behaviour 
    - Improves some debugging with function names 
    - Remove an assertion that is no longer valid under LBA, and 
      therefore allow writing partitions to work again.
  Closes: #241128

 -- Philip Blundell <pb@nexus.co.uk>  Wed, 31 Mar 2004 09:45:43 +0100

acorn-fdisk (3.0.6-5) unstable; urgency=medium

  * Fix uninitialised variable in RISCiX partition reader, closes: #157697

 -- Philip Blundell <pb@debian.org>  Tue, 20 Aug 2002 23:47:04 +0100

acorn-fdisk (3.0.6-4) unstable; urgency=low

  * Avoid use of kernel headers in fdisk.c (was breaking ARM build)

 -- Philip Blundell <pb@debian.org>  Sat, 22 Dec 2001 23:21:06 +0000

acorn-fdisk (3.0.6-3) unstable; urgency=low

  * Remove "my_llseek" from blkio/write.c also; closes: #123365

 -- Philip Blundell <pb@debian.org>  Sat, 22 Dec 2001 16:21:39 +0000

acorn-fdisk (3.0.6-2) unstable; urgency=low

  * Set _FILE_OFFSET_BITS=64 for blkio library and remove "my_llseek"
    hack, closes: #123365

 -- Philip Blundell <pb@debian.org>  Sun, 16 Dec 2001 13:53:51 +0000

acorn-fdisk (3.0.6-1) unstable; urgency=low

  * Initial Release.

 -- Philip Blundell <pb@debian.org>  Sat, 10 Nov 2001 16:13:13 +0000

Local variables:
mode: debian-changelog
End: