File: changelog

package info (click to toggle)
gpart 1%3A0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 348 kB
  • ctags: 1,014
  • sloc: ansic: 3,392; makefile: 14; sh: 6
file content (311 lines) | stat: -rw-r--r-- 11,488 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
gpart (1:0.3-3) unstable; urgency=medium

  * debian/control: fixed the Vcs-* fields.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sat, 19 Mar 2016 10:59:14 -0300

gpart (1:0.3-2) unstable; urgency=medium

  * debian/control:
      - Bumped Standards-Version to 3.9.7.
      - Fixed a typo in long description.
      - Updated the Vcs-* fields to use https instead of http and git.
  * debian/copyright: updated the packaging copyright years.
  * debian/watch:
      - Bumped to version 4.
      - Removed the extra sources to avoid conflicts with uscan.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 28 Feb 2016 16:06:09 -0300

gpart (1:0.3-1) unstable; urgency=medium

  * New upstream release. (Closes: #705076)
  * debian/control: updated the long description.
  * debian/copyright:
      - Added rights for Martin Wilck.
      - Added the Upstream-Contact field to header.
  * debian/docs: removed. Now, the upstream is
      installing the README.md file.
  * README.Debian: updated.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Tue, 24 Nov 2015 21:17:55 -0200

gpart (1:0.2.2-2) unstable; urgency=medium

  * Upload to unstable. Welcome Jessie Stable!

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Tue, 28 Apr 2015 18:25:43 -0300

gpart (1:0.2.2-1) experimental; urgency=medium

  * New upstream release. (Closes: #397632, #636814)
  * Package version: I was mistaken in my last upload. The version should have
      been 0.2.1, not 2.1. So, I will use the epoch 1: from now.
  * debian/copyright: updated the upstream copyright years.
  * debian/patches/: removed. The upstream fixed the source code. Thanks to
      Baruch Even.
  * debian/README.Debian: updated.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Thu, 12 Mar 2015 14:04:38 -0300

gpart (2.1-1) experimental; urgency=medium

  * New upstream release.
  * Using dh-autoreconf.
  * debian/copyright:
      - Added Baruch Even to upstream copyright.
      - Fixed the copyright and license for src/gm_bsddl.h file.
      - Renamed (by upstream) the file src/gm_rfs.h to src/gm_reiserfs.h.
  * debian/patches/:
      - fix-manpage: added to fix some hyphens used as minus sign in new
        manpage.
      - Removed patches (the upstream fixed the source code - thanks!):
          ~ 01-conglomeration
          ~ 02-ntfs-winxp
          ~ 03-open-mode
          ~ 04-imagefile
          ~ 05-add-hardening
      -  Renamed patch:
          ~ 06-fix-manpage: renamed to fix-manpage and updated.
  * debian/README.Debian: added to show the changes made by upstream to
      create GPart v2.
  * debian/rules: changed from DEB_CFLAGS_MAINT_APPEND and
      DEB_LDFLAGS_MAINT_APPEND variables to DEB_BUILD_MAINT_OPTIONS,
      to improve the GCC hardening. This version allow this variable
      instead the last used.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Wed, 11 Mar 2015 16:46:50 -0300

gpart (0.1h-12) experimental; urgency=medium

  * New co-maintainer.
  * Updated the upstream homepage. (Closes: #630336)
  * Migrations:
      - DebSrc to 3.0 version.
      - DH level to 9.
  * debian/control:
      - Added the 'forensics' word to long description.
      - Bumped Standards-Version to 3.9.6.
      - Updated the Vcs-* fields.
  * debian/copyright:
      - Updated all copyright files, authors and dates.
      - Updated the file header.
      - Updated the GPL-2 license text.
  * debian/gpart.docs: renamed to docs.
  * debian/patches/:
      - Added the 'Last-Update' field to 02-ntfs-winxp, 03-open-mode and
        04-imagefile patches.
      - Added 05-add-hardening to implement the GCC hardening.
      - Added 06-fix-manpage to fix some hyphens used as minus sign.
      - Removed all .patch extensions.
      - Tried to discover/describe each action, creating headers for all
        authors and dates. However, is very hard say that the result is
        100% reliable.
  * debian/rules:
      - Full updated.
      - Added DEB_CFLAGS_MAINT_APPEND and DEB_LDFLAGS_MAINT_APPEND to fix
        issues shown by blhc command.
  * debian/source.lintian-overrides: removed because produces an
      undesirable action.
  * debian/watch: added.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 01 Mar 2015 11:45:34 -0300

gpart (0.1h-11) unstable; urgency=low

  * Minimizing rules file.
  * Adding forgotten separator in build target of rules.
  * Setting uploaders to Christophe.

 -- Daniel Baumann <daniel@debian.org>  Wed, 29 Jul 2009 21:14:51 +0200

gpart (0.1h-10) unstable; urgency=low

  * Updating package to standards version 3.8.2.
  * Adding lintian overrides.

 -- Daniel Baumann <daniel@debian.org>  Thu, 09 Jul 2009 11:56:58 +0200

gpart (0.1h-9) unstable; urgency=low

  * Adding patch from Josef Spillner <2005@kuarepoti-dju.net> to add
    support for image files.

 -- Daniel Baumann <daniel@debian.org>  Sat, 30 May 2009 20:17:59 +0200

gpart (0.1h-8) unstable; urgency=low

  * Prefixing debhelper files with package name.
  * Using correct rfc-2822 date formats in changelog.
  * Upgrading package to standards 3.8.1.
  * Updating year in copyright.
  * Tidy rules file.
  * Using quilt rather than dpatch.

 -- Daniel Baumann <daniel@debian.org>  Thu, 28 May 2009 21:21:14 +0200

gpart (0.1h-7) unstable; urgency=low

  [ Daniel Baumann ]
  * Replacing obsolete dh_clean -k with dh_prep.

  [ Christophe Monniez ]
  * Adding patch from James Westby to fix a call to open without
    specifying a mode (Closes: #506816).

  [ Daniel Baumann ]
  * Actually adding the file 03-open-mode.dpatch.

 -- Daniel Baumann <daniel@debian.org>  Tue, 25 Nov 2008 08:35:00 +0100

gpart (0.1h-6) unstable; urgency=low

  * Using patch-stamp rather than patch in rules file.
  * Adding patch from Trace Green <debian.y.h.xu@gmail.com> to add support for
    NTFS of Windows XP (Closes: #474321).

 -- Daniel Baumann <daniel@debian.org>  Thu, 06 Nov 2008 16:23:00 +0100

gpart (0.1h-5) unstable; urgency=low

  * New maintainer (Closes: #487731).
  * Removing useless whitespaces at EOL and EOF in all debian files.
  * Reverting debian changes to upstream, using dpatch to modify upstream.
  * Upgrading package to debhelper 7.
  * Upgrading package to standards 3.8.0.
  * Adding homepage field in control file.
  * Adding vcs fields in control file.
  * Sorting fields in control file.
  * Adding ${misc:Depends} to depends.
  * Rewrapping package long-description in control file.
  * Rewriting copyright file in machine-interpretable format.
  * Removing not usefull README.Debian.
  * Removing not usefull TODO.Debian.
  * Updating author email address in copyright file.
  * Removing not usefull LSM file from docs debhelper file.
  * Removing patch left-over in debian directory.
  * Rewriting rules file from scratch.
  * Removing unused dirs debhelper file.

 -- Daniel Baumann <daniel@debian.org>  Fri, 19 Sep 2008 08:39:00 +0200

gpart (0.1h-4.1) unstable; urgency=medium

  * NMU from the Cambridge BSP
  * Rather than attempt to use the syscall(!) interface for 64-bit lseek,
    simply compile to use the 64-bit VFS interface and use the normal
    lseek calls. Let libc deal with the issues...
    Closes: #225578, #294836, #393039.
  * Applied the reiserfs 3.6 recognition patch from
    ftp://ftp.namesys.com/pub/misc-patches/gpart-0.1h-reiserfs-3.6.patch.gz
    Closes: #246989, #322256
  * Recognize ext3 filesystems as well as ext2. Thanks to Xisco Calafat
    for the patch. Closes: #212989

 -- Steve McIntyre <93sam@debian.org>  Sat, 28 Oct 2006 22:50:42 +0100

gpart (0.1h-4) unstable; urgency=low

  * recompile to resolve errno problem; no changes required
    Closes: #225018: gpart binary is incorrectly built
  * debian standards 3.5.10:
    - support DEB_BUILD_OPTIONS "noopt"

 -- David Coe <davidc@debian.org>  Thu, 25 Dec 2003 01:31:30 -0500

gpart (0.1h-3) unstable; urgency=low

  * corrected punctuation in package description
    Closes: #124692: Spelling error in description

 -- David Coe <davidc@debian.org>  Mon, 17 Dec 2001 21:06:11 -0500

gpart (0.1h-2) unstable; urgency=low

  * moved Build-Depends to the right place
  Closes: #119348: malformed debian/control
  * patched to build on ia64 (and others), thanks to Doug Porter
    <dsp@debian.org>, and changed to Architecture: any.
  Closes: #119347: fix to build on ia64
  * standards version now 3.5.6; no changes needed.

 -- David Coe <davidc@debian.org>  Sun, 25 Nov 2001 23:08:43 -0500

gpart (0.1h-1) unstable; urgency=low

  * new upstream version:
    v0.1h
     - New support for BeOS, QNX 4.x & SGI XFS filesystems.
     - Updated Reiser filesystem support.
     - Updated LVM support.
     - Several small fixes from contributors.
    v0.1g
     - For access via raw devices: made writing of guessed table also
       aligned (reading has been aligned since 0.1f).
     - Fixed stupid copy&paste bug in the partition table check routine.
    Closes: #66894 "crashes immediately on Alpha [includes patch]
    (the suggested patch was applied upstream)
    Closes: #85151 "New upstream version available"
  * patched gm_fat.h as suggested by Falk Hueffner <falk@debian.org>
    Closes: #66893 "FAT detection broken on Alpha"
  * debian standards 3.5.2 (support for DEB_BUILD_OPTIONS)

 -- David Coe <david.coe@someotherplace.org>  Sat, 24 Feb 2001 21:01:33 -0500

gpart (0.1f-1) frozen unstable; urgency=medium

  * new upstream version:
    - Default scan increment is 'h' [head] again.
    - Fixed wrong head-boundary condition.  closes: #59147
    - Introduced possibility to edit guessed partitions.
    - Scan now starts on (sectors/head) unless -k <start> was given.
    - Length of guessed NTFS partitions now includes NTFS backup boot
      sector created by NT4.

 -- David Coe <david.coe@someotherplace.org>  Sun, 27 Feb 2000 22:02:45 -0500

gpart (0.1e-2) frozen unstable; urgency=low

  * added ARM architecture, thanks to Philip Blundell; closes: #58395

 -- David Coe <david.coe@someotherplace.org>  Fri, 18 Feb 2000 13:24:35 -0500

gpart (0.1e-1) unstable; urgency=low

  * new upstream version:
    - Default scan increment now 's', extended partition table boundary
      condition now depends on scan increment (head if 's', else cylinder
      boundary).
    - Added LVM physical volume module (LVM by Heinz Mauelshagen).
  * Debian change to "Architecture: alpha i386", until upstream resolves
    endianness and other architecture differences (closes: #46101);
    forwarded various architecture/endianness suggestions upstream.
  * Also improved upstream:
    - A more detailed README.
  * revised the man page (improved wording, format), at upstream
    author's request; sent changes upstream.
  * added TODO.Debian
  * finished FHS transition; docs are now in /usr/share/doc/ with
    appropriate compatibility symlink, thanks to debhelper.

 -- David Coe <david.coe@someotherplace.org>  Sun, 07 Nov 1999 04:18:14 +0000

gpart (0.1d-1) unstable; urgency=low

  * new upstream version
  * changed for debian standards 3.0.1 and FHS (except for /usr/doc)

 -- David L. Coe <david.coe@someotherplace.org>  Fri, 20 Aug 1999 04:26:15 +0000

gpart (0.1c-2) unstable; urgency=low

  * install into /sbin rather than /usr/sbin (as explained in README.Debian)
  * improved description

 -- David L. Coe <david.coe@someotherplace.org>  Tue, 01 Jun 1999 02:49:55 +0000

gpart (0.1c-1) unstable; urgency=low

  * initial debianization

 -- David L. Coe <david.coe@someotherplace.org>  Fri, 28 May 1999 22:49:11 +0000