]> git.proxmox.com Git - grub2.git/blob - debian/changelog
5cfedda7acaf5040613dfcf2e6ffda68be3456b3
[grub2.git] / debian / changelog
1 grub2 (1.96+20080821-1) experimental; urgency=low
2
3 * New SVN snapshot.
4 - patches/00_fix_double_prefix.diff: Remove (merged). (Closes: #487565)
5 - patches/00_getline.diff: Remove (merged). (Closes: #493289)
6 - Handle errors in RAID/LVM scan routine (rather than letting the upper
7 layer cope with them). (Closes: #494501, #495049)
8 - patches/901_linux_coreboot.diff: Remove (replaced).
9 - Add support for GFXMODE variable (Closes: #493106)
10
11 * We are already using LZMA, because upstream includes it's own lzma encoder,
12 so drop completely the liblzo handling in control and rules files.
13
14 [ Felix Zielcke ]
15 * patches/02_old_linux_version_comparison.diff: Replace with ...
16 * patches/02_dpkg_version_comparison.diff: ... this.
17 Use dpkg --compare-versions in update-grub. (Closes: #494158)
18 * Remove the 1.95 partition numbering transition debconf warning
19 from grub2 package and removed it from all languages (*.po).
20 (Closes: #493744)
21 * Add a comment for the new GFXMODE in default/grub.
22 * debian/rules:
23 - Remove 2 ./configure options which it didn't understand.
24 - New grub-mkelfimage belongs to grub-common.
25 * debian/control:
26 - Change debhelper compat level to 7 and build depend on it >= 7.
27 - Remove ${misc:Depend} depency on all packages except grub-pc which is
28 the only one using debconf.
29 - Replace deprecated ${Source-Version} with ${source:Version} for <<
30 depencys and with ${build:Version} for = ones.
31 - Remove versioned depencys of Build-Depends patchutils and cdbs,
32 because etch has newer versions then the one used.
33 - Remove dpkg-dev completely from Build-Depends because it's
34 build-essentail and a non versioned depency results in a lintian error.
35 - Remove Conflict/Replaces pupa, it has been removed from Debian 2004.
36 - Change build-depency of unifont-bin to unifont (>= 1:5.1.20080820-1),
37 it's the new package containing unifont.hex and versioned because of
38 licensing problems (Closes: #496061)
39
40 [ Updated translations ]
41 * Japanese (ja.po) by Hideki Yamane (Closes: #493347)
42
43 [ Robert Millan ]
44 * Move a few files to grub-common and remove them from the arch-
45 specific packages.
46
47 -- Felix Zielcke <fzielcke@z-51.de> Fri, 22 Aug 2008 21:52:43 +0200
48
49 grub2 (1.96+20080730-1) experimental; urgency=low
50
51 * New SVN snapshot.
52 - patches/00_fix_overflow.diff: Remove (merged).
53 - patches/00_uuid_boot.diff: Remove (merged).
54 - patches/00_raid_duped_disks.diff: Remove (merged).
55 - patches/00_xfs.diff: Remove (merged).
56 - patches/00_strengthen_apple_partmap_check.diff: Remove (merged).
57 - patches/00_skip_dev_dm.diff: Remove (merged).
58
59 * patches/901_linux_coreboot.diff: Implements Linux load on Coreboot
60 (patch from Coresystems).
61
62 * grub-linuxbios -> grub-coreboot rename again.
63
64 -- Robert Millan <rmh@aybabtu.com> Wed, 30 Jul 2008 22:12:07 +0200
65
66 grub2 (1.96+20080724-4) unstable; urgency=high
67
68 * patches/00_fix_overflow.diff: fix overflow with a big grub.cfg.
69 (Closes: #473543)
70
71 -- Felix Zielcke <fzielcke@z-51.de> Tue, 29 Jul 2008 17:10:59 +0200
72
73 grub2 (1.96+20080724-3) unstable; urgency=low
74
75 [ Felix Zielcke ]
76 * changed depency for debconf to also support debconf-2.0. (Closes: #492543)
77 * patches/00_xfs.diff: Fix "out of partition" error with XFS.
78 (Closes: #436943)
79
80 [ Robert Millan ]
81 * patches/00_raid_duped_disks.diff: Do not abort when two RAID disks with
82 the same number are found. (Closes: #492656)
83 * patches/00_strengthen_apple_partmap_check.diff: Be more strict when probing
84 for Apple partition maps (this prevents false positives on i386-pc
85 installs). (Closes: #475718)
86
87 -- Robert Millan <rmh@aybabtu.com> Tue, 29 Jul 2008 00:48:01 +0200
88
89 grub2 (1.96+20080724-2) unstable; urgency=high
90
91 [ Felix Zielcke ]
92 * fixed lintian override for kernel.elf
93 * debian/rules: changed cvs targets to use svn
94
95 [ Robert Millan ]
96 * patches/00_skip_dev_dm.diff: Skip /dev/dm-[0-9] devices also (implicitly)
97 for RAID. (Closes: #491977)
98 * patches/00_uuid_boot.diff: Fix cross-disk installs by using UUIDs.
99 (Closes: #492204)
100
101 -- Robert Millan <rmh@aybabtu.com> Sat, 26 Jul 2008 01:06:07 +0200
102
103 grub2 (1.96+20080724-1) unstable; urgency=high
104
105 * New SVN snapshot.
106 - Support for ext4dev extents.
107 - patches/00_speed_up_font_load.diff: Remove (merged).
108
109 [ Felix Zielcke ]
110 * upgrade-from-grub-legacy now calls update-grub if grub.cfg doestn't exist
111 and prints a big warning if it failed.
112 * Update Standards version to 3.8.0. No changes need.
113 * Added Build-Dep for po-debconf and a lintian override, to make it happy.
114
115 [ Updated translations ]
116 * Swedish (sv.po) by Martin Ågren (Closes: #492056)
117
118 [ Robert Millan ]
119 * Revert r844. grub-coreboot is stuck on NEW, and it was too early
120 for branching.
121
122 -- Robert Millan <rmh@aybabtu.com> Thu, 24 Jul 2008 13:27:53 +0200
123
124 grub2 (1.96+20080717-1) experimental; urgency=low
125
126 * New SVN snapshot.
127 - Provides LZMA support (not yet used in the package).
128 - Fix grub-mkrescue manpage generation. (Closes: #489440)
129
130 * Rename grub-linuxbios to grub-coreboot (and leave a dummy grub-linuxbios
131 package to handle upgrades).
132
133 [ Updated translations ]
134 * Spanish (es.po) by Maria Germana Oliveira Blazetic (Closes: #489877)
135 * Portuguese (pt.po) by Ricardo Silva (Closes: #489807)
136
137 -- Robert Millan <rmh@aybabtu.com> Sat, 12 Jul 2008 17:47:09 +0200
138
139 grub2 (1.96+20080704-2) unstable; urgency=high
140
141 * patches/02_old_linux_version_comparison.diff: Set interpreter to /bin/bash.
142 (Closes: #489426, #489446)
143
144 -- Robert Millan <rmh@aybabtu.com> Mon, 7 Jul 2008 15:17:58 +0200
145
146 grub2 (1.96+20080704-1) unstable; urgency=high
147
148 * New SVN snapshot.
149 * default/grub: Add commented example to disable graphical terminal.
150 * Use substvars to support linking with liblzo1.
151 * Bring 03_disable_floppies.diff to pre-r805 state. (Closes: #488375)
152 * patches/02_old_linux_version_comparison.diff: New patch. Steal version
153 comparison code from GRUB Legacy's update-grub. (Closes: #464086, #489133)
154 * patches/00_speed_up_font_load.diff: New patch. Generate font files with
155 only the needed characters. (Closes: #476479, #477083)
156
157 -- Robert Millan <rmh@aybabtu.com> Fri, 4 Jul 2008 21:39:07 +0200
158
159 grub2 (1.96+20080626-1) unstable; urgency=high
160
161 * New CVS snapshot.
162 - Avoids passing UUID to Linux when not using initrd. (Closes: #484228)
163 - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Resync.
164
165 -- Robert Millan <rmh@aybabtu.com> Thu, 26 Jun 2008 16:43:48 +0200
166
167 grub2 (1.96+20080621-1) unstable; urgency=high
168
169 * Urgency set to "high" because of #482688.
170 * New CVS snapshot.
171 - Fix module load hook in prepare_grub_to_access_device().
172 (Closes: #486804)
173 - Call prepare_grub_to_access_device() before accessing devices, never
174 afterwards. (Closes: #487198)
175 * grub.d/05_debian_theme: Prefer /boot/grub over /usr for image
176 loading, since chances are it's less LVMed.
177
178 -- Robert Millan <rmh@aybabtu.com> Sat, 21 Jun 2008 15:52:48 +0200
179
180 grub2 (1.96+20080617-1) unstable; urgency=low
181
182 * New CVS snapshot.
183 - Supports IDA block devices. (Closes: #483858)
184 - Fixes some problems in ext2/ext3. (Closes: #485068, #485065)
185 - Uses EUID instead of UID in update-grub. (Closes: #486043, #486039,
186 #486040, #486041).
187 - Fixes incomplete I2O device support. Thanks Sven Mueller.
188 (Closes: #486505)
189 - Fixes recent regressions in fs/ext2.c. (Closes: #485279)
190 - Only use UUIDs when requested device is not the same as the one
191 providing /boot. (Closes: #486119)
192 - patches/02_libgcc_powerpc_hack.diff: Remove. Probably not needed
193 anymore.
194 - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Update.
195 * patches/06_olpc_prefix_hack.diff: Hardcode prefix to (sd,1) on OLPC.
196 * Refurbish 03_disable_floppy_support_in_util_biosdisk.diff into
197 03_disable_floppies.diff.
198
199 -- Robert Millan <rmh@aybabtu.com> Tue, 17 Jun 2008 01:07:52 +0200
200
201 grub2 (1.96+20080601-2) unstable; urgency=low
202
203 * 04_run_grub_mkdevicemap_when_grub_probe_fails.diff: Remove. Argueably
204 makes grub-probe unreliable and is quite annoying.
205 * 04_uuids_and_abstraction_dont_play_along_nicely.diff: New patch. Disable
206 UUID parameter to Linux when LVM or dmRAID is in use. (Closes: #484228)
207 This is a workaround for bug #484297 in udev.
208
209 -- Robert Millan <rmh@aybabtu.com> Tue, 3 Jun 2008 16:29:53 +0200
210
211 grub2 (1.96+20080601-1) unstable; urgency=low
212
213 * New CVS snapshot.
214 - patches/06_backward_compat_in_uuid_support.diff: Merged.
215 - Fixes NULL pointer dereference in biosdisk.c. (Closes: #483895, #483900)
216 - Extends UUID support for XFS and ReiserFS.
217
218 -- Robert Millan <rmh@aybabtu.com> Sun, 1 Jun 2008 15:44:08 +0200
219
220 grub2 (1.96+20080531-1) unstable; urgency=low
221
222 * New CVS snapshot.
223 - Work around BIOS bug affecting keyboard on macbooks. (Closes: #482860)
224 - Adjust grub.d/05_debian_theme to use the new UUID-compatible API.
225 - default/grub: Add commented GRUB_DISABLE_LINUX_UUID variable.
226 - patches/06_backward_compat_in_uuid_support.diff: New. Make update-grub
227 generate code that is compatible with older GRUB installs.
228 - util/biosdisk.c no longer complains about duplicated device.map entries.
229 (Closes: #481236)
230
231 [ Updated translations ]
232 * Galician (gl.po) by Jacobo Tarrio (Closes: #480977)
233
234 -- Robert Millan <rmh@aybabtu.com> Sat, 31 May 2008 00:02:54 +0200
235
236 grub2 (1.96+20080512-1) unstable; urgency=low
237
238 * New CVS snapshot.
239 - Adds support for default-only Linux cmdline options. (Closes: #460843)
240 - Supports Xen virtual block devices. (Closes: #456777)
241 - Supports Virtio block devices. (Closes: #479056)
242 - Supports CCISS block devices. (Closes: #479735)
243 - Fixes handling of more LVM abnormal conditions. (Closes: #474343,
244 #474931, #477175)
245
246 * Switch to liblzo2 now that it's GPLv3-compatible. (Closes: #466375)
247 * grub-pc.postinst: Escape \ and / in cmdline sed invokation.
248 (Closes: #479279)
249
250 [ Updated translations ]
251 * Italian (it.po) by Luca Monducci (Closes: #480740)
252
253 -- Robert Millan <rmh@aybabtu.com> Mon, 12 May 2008 17:46:38 +0200
254
255 grub2 (1.96+20080429-1) unstable; urgency=high
256
257 * New CVS snapshot.
258 - Includes sample grub.cfg file; we use it for grub-rescue-pc.
259 (Closes: #478324)
260 * grub-common: Upgrade Replaces to << 1.96+20080426-3. (Closes: #478224,
261 #478353, #478144)
262
263 [ Updated translations ]
264 * French (fr.po) by Christian Perrier (Closes: #471291)
265
266 -- Robert Millan <rmh@aybabtu.com> Tue, 29 Apr 2008 13:27:52 +0200
267
268 grub2 (1.96+20080426-1) unstable; urgency=high
269
270 * New CVS snapshot.
271 - Fixes syntax error when setting GRUB_PRELOAD_MODULES. (Closes: #476517)
272 * Move os-prober to Suggests, to avoid trouble with #476184.
273 (Closes: #476684)
274 * patches/04_run_grub_mkdevicemap_when_grub_probe_fails.diff: New patch,
275 does what its name says. (Closes: #467127)
276 - Also move grub-mkdevicemap from grub-pc to grub-common, so that GRUB
277 Legacy can use it.
278
279 [ Updated translations ]
280 * Basque (eu.po) by Piarres Beobide (Closes: #476708)
281
282 -- Robert Millan <rmh@aybabtu.com> Sat, 26 Apr 2008 20:06:55 +0200
283
284 grub2 (1.96+20080413-1) unstable; urgency=high
285
286 * New CVS snapshot.
287 - Provides 30_os-prober update-grub add-on. Thanks Fabian Greffrath.
288 (Closes: #461442)
289 - Improves robustness when handling LVM.
290 (Closes: #474931, #474343)
291 * patches/03_disable_floppy_support_in_util_biosdisk.diff: New. Does
292 what its name says. (Closes: #475177)
293
294 -- Robert Millan <rmh@aybabtu.com> Sun, 13 Apr 2008 13:53:28 +0200
295
296 grub2 (1.96+20080408-1) unstable; urgency=low
297
298 * New CVS snapshot.
299 - grub-probe skips non-existant devices when processing device.map.
300 (Closes: #473209)
301 * control: Fix syntax error.
302
303 [ Updated translations ]
304 * Finnish (fi.po) by Esko Arajärvi (Closes: #468641)
305
306 -- Robert Millan <rmh@aybabtu.com> Tue, 8 Apr 2008 15:45:25 +0200
307
308 grub2 (1.96+20080228-1) unstable; urgency=low
309
310 * New CVS snapshot.
311 * Split grub-probe into grub-common package. Make all flavours depend on it.
312 (Closes: #241972)
313 * Suggest multiboot-doc.
314 * patches/01_grub_legacy_0_based_partitions.diff: New patch. Add a hack that
315 tells grub-probe you want 0-based partition count
316 (GRUB_LEGACY_0_BASED_PARTITIONS variable)
317 * Stop depending on lsb-release (too heavy! we don't need python in base).
318 Instead of assuming it's there, try calling it and otherwise just echo
319 Debian.
320
321 -- Robert Millan <rmh@aybabtu.com> Thu, 28 Feb 2008 16:43:40 +0100
322
323 grub2 (1.96+20080219-3) unstable; urgency=low
324
325 * default/grub: Use lsb_release to support Debian derivatives.
326 (Closes: #466561)
327 * grub.d/05_debian_theme: Only setup background image when a reader for it
328 is present in /boot/grub. (Closes: #467111)
329
330 [ Updated translations ]
331 * Russian (ru.po) by Yuri Kozlov (Closes: #467181)
332
333 -- Robert Millan <rmh@aybabtu.com> Sun, 24 Feb 2008 15:39:50 +0100
334
335 grub2 (1.96+20080219-2) unstable; urgency=high
336
337 * grub-pc.postinst: Create /boot/grub if it doesn't exist.
338
339 -- Robert Millan <rmh@aybabtu.com> Wed, 20 Feb 2008 07:15:14 +0100
340
341 grub2 (1.96+20080219-1) unstable; urgency=high
342
343 * New CVS snapshot.
344 - Improves GPT support, allowing it to work without blocklists.
345
346 -- Robert Millan <rmh@aybabtu.com> Tue, 19 Feb 2008 15:05:10 +0100
347
348 grub2 (1.96+20080216-1) unstable; urgency=high
349
350 * New CVS snapshot.
351 - Fixes offset calculation issue when installing on GPT (urgency set
352 to high because of this).
353 * Fix Vcs-Browser tag. Thanks James. (Closes: #465697)
354 * Only process grub-pc/linux_cmdline if /boot/grub/menu.lst exists.
355 (Closes: #465708)
356
357 [ Updated translations ]
358 * French (fr.po) by Christian Perrier (Closes: #465706)
359
360 -- Robert Millan <rmh@aybabtu.com> Sat, 16 Feb 2008 23:30:55 +0100
361
362 grub2 (1.96+20080213-1) unstable; urgency=low
363
364 * New CVS snapshot.
365 - Failure to read one device in a RAID-1 array no longer causes boot
366 to fail (so long as there's a member that works). (Closes: #426341)
367 * script: For /proc/mounts, only report lines that start with /dev/.
368 * Add new upgrade-from-grub-legacy script for the user to complete the upgrade
369 process from GRUB Legacy, and advertise it prominently in menu.lst.
370 (Closes: #464912)
371 * Add a hack to support gfxterm / background_image on systems where /usr
372 isn't accessible. (Closes: #464911, #463144)
373 - grub-pc.postinst
374 - grub.d/05_debian_theme
375 * Fix a pair of spelling mistakes in debconf. (Closes: #465296)
376 * Migrate kopt from menu.lst. (Closes: #461164, #464918)
377
378 [ Updated translations ]
379 * Portuguese (pt.po) by Ricardo Silva (Closes: #465137)
380 * German (de.po) by Helge Kreutzmann (Closes: #465295)
381
382 -- Robert Millan <rmh@aybabtu.com> Wed, 13 Feb 2008 16:37:13 +0100
383
384 grub2 (1.96+20080210-1) unstable; urgency=high
385
386 * New CVS snapshot.
387 - Errors that cause GRUB to enter rescue mode are displayed now.
388 (Closes: #425149)
389 - Build LVM/RAID modules into a few commands that were missing them
390 (notably, grub-setup). (Closes: #465033)
391 * Fix license violation (incompatibility between GRUB and LZO2).
392 (Closes: #465056)
393 - Urgency set to high.
394 - control: Move liblzo2-dev from Build-Depends to Build-Conflicts
395 (leaving liblzo-dev as the only option).
396
397 -- Robert Millan <rmh@aybabtu.com> Sun, 10 Feb 2008 17:09:15 +0100
398
399 grub2 (1.96+20080209-1) unstable; urgency=low
400
401 * New CVS snapshot.
402 - Fix a root device setting issue in grub-setup. (Closes: #463391)
403 - Fix partmap detection under LVM/RAID.
404 - Add scripting commands that would allow user to implement hiddenmenu-like
405 functionality (http://grub.enbug.org/Hiddenmenu).
406 - Provide manpages for grub-setup, grub-emu, grub-mkimage and others.
407 (Closes: #333516, #372890)
408 * Fix a pair of spelling errors in debconf templates. Thanks Christian
409 Perrier. (Closes: #464133)
410 * Run debconf-updatepo. (Closes: #463918)
411 * Lower base-files versioned dependency to >= 4.0.1~bpo40+1.
412
413 -- Robert Millan <rmh@aybabtu.com> Sat, 9 Feb 2008 13:43:49 +0100
414
415 grub2 (1.96+20080203-1) unstable; urgency=low
416
417 * New CVS snapshot (and release, but we skipped that ;-))
418 - patches/01_regparm.diff: Delete.
419 - Improved XFS support.
420 - util/grub.d/00_header.in: Add runtime error detection (for gfxterm).
421 - Fixes problem when chainloading to Vista.
422 * Fix po-debconf errors. Thanks Thomas Huriaux. (Closes: #402972)
423 * grub.d/05_debian_theme:
424 - Add runtime error detection.
425 - Detect/Enable PNG background when it is present.
426 * control (grub-ieee1275): Remove versioned dependency on powerpc-ibm-utils.
427
428 -- Robert Millan <rmh@aybabtu.com> Sun, 3 Feb 2008 19:31:23 +0100
429
430 grub2 (1.95+20080201-1) unstable; urgency=low
431
432 * New CVS snapshot.
433 * presubj: Improve notice.
434 * patches/01_regparm.diff: Fix CPU context corruption affecting fs/xfs.c.
435 (Closes: #463081, #419766, #462159)
436 * patches/02_libgcc_powerpc_hack.diff: Fix FTBFS on powerpc. (Closes: #457491)
437 * patches/disable_xfs.diff: Actually remove this time...
438
439 -- Robert Millan <rmh@aybabtu.com> Fri, 1 Feb 2008 17:06:00 +0100
440
441 grub2 (1.95+20080128-1) unstable; urgency=low
442
443 * New CVS snapshot.
444 - Fixes bogus CLAIM problems on Apple firmware. (Closes: #449135, #422729)
445 - grub-probe performs sanity checks to make sure our filesystem drivers
446 are usable. (Closes: #462449)
447 - patches/disable_ata.diff: Remove. ATA module isn't auto-loaded in
448 rescue floppies now.
449 - patches/disable_xfs.diff: Remove. See above (about grub-probe).
450 * Bring back grub-emu; it can help a lot with debugging feedback.
451 - control
452 - rules
453
454 -- Robert Millan <rmh@aybabtu.com> Mon, 28 Jan 2008 00:01:11 +0100
455
456 grub2 (1.95+20080116-2) unstable; urgency=low
457
458 * grub.d/05_debian_theme: Enable swirlish beauty.
459 * rules: Obtain debian/legacy/update-grub dynamicaly from GRUB Legacy svn.
460
461 -- Robert Millan <rmh@aybabtu.com> Sat, 19 Jan 2008 13:16:18 +0100
462
463 grub2 (1.95+20080116-1) unstable; urgency=low
464
465 * New CVS snapshot.
466 - update-grub ignores stale *.dpkg-* files. (Closes: #422708, #424223)
467 - LVM/RAID now working properly (except when it affects /boot).
468 (Closes: #425666)
469 - Fixes flickery in timeout message. (Closes: #437275)
470 * grub-pc.postinst: Use `--no-floppy' whenever possible. Die, floppies,
471 die!
472 * Resync with latest version of GRUB Legacy's update-grub. This time,
473 using the $LET_US_TRY_GRUB_2 hack to reuse the same script both for
474 addition of core.img and its removal.
475 * grub-*.install: Add update-grub2 stub. Packages providing /etc/grub.d/
476 scripts should invoke update-grub2 in both postinst and postrm (whenever
477 it is found, of course).
478 * control: Reorganize a bit, including a complete rewrite of the
479 package descriptions.
480 * control (grub-ieee1275): Enable for i386/amd64.
481
482 -- Robert Millan <rmh@aybabtu.com> Wed, 16 Jan 2008 15:00:54 +0100
483
484 grub2 (1.95+20080107-1) unstable; urgency=low
485
486 * New CVS snapshot.
487 - Supports ReiserFS. (Closes: #430742)
488 - patches/disable_ata.diff: Resync.
489
490 -- Robert Millan <rmh@aybabtu.com> Mon, 7 Jan 2008 12:46:39 +0100
491
492 grub2 (1.95+20080105-2) unstable; urgency=low
493
494 * grub-pc.postinst: Fix covered assumption that menu.lst exists.
495 (Closes: #459247)
496 * copyright: Fix copyright/license reference.
497
498 -- Robert Millan <rmh@aybabtu.com> Sun, 6 Jan 2008 18:02:28 +0100
499
500 grub2 (1.95+20080105-1) unstable; urgency=low
501
502 * New CVS snapshot.
503 - Fixes install on non-devfs systems with devfs-style paths (ouch).
504 (Closes: #450709).
505 - Fixes boot of "Linux" zImages (including memtest86+). (Closes: #436113).
506 - Corrects usage message in grub-setup. (Closes: #458600).
507 - patches/menu_color.diff: Remove. Made obsolete by `menu_color_normal'
508 and `menu_color_highlight' variables. Add/install grub.d/05_debian_theme
509 to make use of them.
510 * Reestructure grub-pc.postinst. Notably:
511 - Do not touch menu.lst unless user has confirmed it (via debconf).
512 (Closes: #459247)
513 - When we do, keep a backup in /boot/grub/menu.lst_backup_by_grub2_postinst.
514
515 -- Robert Millan <rmh@aybabtu.com> Sat, 5 Jan 2008 17:55:37 +0100
516
517 grub2 (1.95+20080101-1) unstable; urgency=low
518
519 * New CVS snapshot.
520 - patches/disable_xfs.diff: Rewrite in a way that won't collide with
521 upstream changes so often.
522 - unifont.hex now processed by upstream.
523 - rules: Disable build of unifont.pff.
524 - *.install: Remove build/unifont.pff line.
525 - patches/menu_color.diff: Change menu color to our traditional blue theme.
526 * Support new dpkg fields (Homepage, Vcs-Svn, Vcs-Browser).
527 * patches/disable_ata.diff: Prevent ATA module from being built on i386-pc.
528
529 -- Robert Millan <rmh@aybabtu.com> Tue, 1 Jan 2008 19:45:30 +0100
530
531 grub2 (1.95+20071101-1) unstable; urgency=low
532
533 * New CVS snapshot.
534 - patches/linuxbios.diff: Remove (supported in upstream now).
535
536 -- Robert Millan <rmh@aybabtu.com> Thu, 1 Nov 2007 13:18:51 +0100
537
538 grub2 (1.95+20071004-2) unstable; urgency=low
539
540 * Rename debian/grub-of.* to debian/grub-ieee1275.*.
541 * Add debian/grub-linuxbios.{postinst,dirs,install}.
542 * rules: Fix/Overrride lintian warnings (unstripped-binary-or-object).
543 * Remove grub-linuxbios.postinst.
544
545 -- Robert Millan <rmh@aybabtu.com> Wed, 10 Oct 2007 23:56:35 +0200
546
547 grub2 (1.95+20071004-1) unstable; urgency=low
548
549 * New CVS snapshot.
550 * Add grub-linuxbios package.
551 - patches/linuxbios.diff
552 - control
553 - rules
554 * Rename grub-of to grub-ieee1275 to match with upstream conventions.
555 - control
556 - rules
557
558 -- Robert Millan <rmh@aybabtu.com> Thu, 4 Oct 2007 14:42:30 +0200
559
560 grub2 (1.95+20070829-1) unstable; urgency=low
561
562 * New CVS snapshot.
563 - Includes fix for parallel builds.
564 * rules: Append -j flag to $(MAKE) to take advantage of >1 processors.
565 * Add reference to /usr/share/common-licenses.
566 - debian/copyright
567 - debian/control (all packages): Add base-files (>= 4.0.1) dependency.
568
569 -- Robert Millan <rmh@debian.org> Sat, 1 Sep 2007 19:00:22 +0200
570
571 grub2 (1.95+20070828-2) unstable; urgency=low
572
573 * control (grub-of): Make depends on powerpc-ibm-utils versioned as
574 >= 1.0.6 (older versions don't have -a flag).
575
576 -- Robert Millan <rmh@debian.org> Tue, 28 Aug 2007 23:32:32 +0200
577
578 grub2 (1.95+20070828-1) unstable; urgency=low
579
580 * New CVS snapshot.
581 - Adds ntfs support.
582 - Fixes a pair of issues indirectly breaking grub-probe on powerpc.
583 (Closes: #431488)
584 - patches/disable_xfs.diff: Resync.
585 - copyright: License upgraded to GPLv3.
586 * control (grub-of Depends): Add powerpc-utils (for nvsetenv) and bc.
587
588 -- Robert Millan <rmh@debian.org> Tue, 28 Aug 2007 21:24:14 +0200
589
590 grub2 (1.95+20070626-1) unstable; urgency=low
591
592 * New CVS snapshot.
593 - More fixes to cope with unreadable /. (Closes: #427289)
594 - update-grub supports multiple terminals.
595 * control (Build-Depends): Add genisoimage.
596 * patches/partmap_fallback.diff: Remove. It didn't archieve anything as
597 it also needs support for proper identification of raid / lvm (this is
598 being worked on).
599 * patches/disable_xfs.diff: Disable xfs in grub-probe.
600 * grub-rescue-pc.README.Debian: New. Explain how to use the rescue
601 images.
602
603 -- Robert Millan <rmh@debian.org> Tue, 26 Jun 2007 08:39:14 +0200
604
605 grub2 (1.95+20070614-1) unstable; urgency=low
606
607 * New CVS snapshot.
608 - update-grub is tollerant to unreadable / (as long as /boot is
609 accessible). (Closes: #427289)
610 * grub-pc.postinst: Generate new grub.cfg when menu.lst exists.
611 * New package grub-rescue-pc.
612 - control: Add it.
613 - README.Debian.in: Remove obsolete documentation.
614 - rules: Build rescue images using grub-mkrescue.
615 - grub-rescue-pc.dirs: Prepare their directory.
616 - grub-rescue-pc.install: Install them.
617 * legacy/update-grub: Fix core.img detection on separate /boot.
618
619 -- Robert Millan <rmh@debian.org> Thu, 14 Jun 2007 08:17:21 +0200
620
621 grub2 (1.95+20070604-1) unstable; urgency=low
622
623 * New CVS snapshot.
624 - patches/grub_probe_for_everyone.diff: Remove (merged).
625 - update-grub exports user-defined GRUB_CMDLINE_LINUX. (Closes: #425453)
626 - Fix those nasty powerpc bugs. (Closes: #422729)
627
628 -- Robert Millan <rmh@aybabtu.com> Mon, 4 Jun 2007 21:30:55 +0200
629
630 grub2 (1.95+20070520-1) unstable; urgency=low
631
632 * New CVS snapshot.
633 - LVM / RAID fixes. (Closes: #423648, #381150)
634 - Fix memory management bug. (Closes: #423409)
635 - patches/efi.diff: Remove (merged).
636 - patches/grub_probe_for_everyone.diff: Use the new paths for
637 util/grub-probe.c, util/biosdisk.c, util/getroot.c. Enable
638 grub-mkdevicemap. (Closes: #424985)
639 * legacy/update-grub: Get rid of all grub-set-default calls. (Closes: #425054)
640 * grub-{pc,efi,of}.postinst: Only run update-grub if grub.cfg already exists.
641 * grub-pc.postinst: Only run GRUB Legacy compat stuff if menu.lst is found.
642 * patches/partmap_fallback.diff: New. Implement fallback "pc gpt" for partmap
643 detection failures. (Closes: #423022)
644 * control: Update XS-Vcs-* fields. Thanks Sam Morris <sam@robots.org.uk>.
645 (Closes: #425146)
646 * grub-{pc,efi,of}.{dirs,postinst}: Move unifont.pff to /usr/share/grub.
647
648 -- Robert Millan <rmh@aybabtu.com> Sun, 20 May 2007 11:13:03 +0200
649
650 grub2 (1.95+20070515-1) unstable; urgency=low
651
652 * New CVS snapshot.
653 - Fix assumptions about /, /boot and /boot/grub being the same device.
654 (Closes: #423268, #422459)
655 - Proper sorting of Linux images. (Closes: #422580)
656 - update-grub lets /etc/default/grub override its variables now.
657 (Closes: #423649)
658 - update-grub mentions /etc/default/grub in the grub.cfg header.
659 (Closes: #423651)
660 - update-grub sets 800x600x16 as the default gfxmode. (Closes: #422794)
661 - update-grub runs grub-mkdevicemap before attempting to use grub-probe
662 (part of #423217)
663
664 [ Otavio Salvador ]
665 * Add support to DEB_BUILD_OPTIONS=noopt. Thanks to Sam Morris
666 <sam@robots.org.uk> for the patch. (Closes: #423005)
667 * Add Robert Millan as uploader.
668 * Change build-dependency from liblzo-dev to liblzo2-dev. (Closes: #423358)
669
670 [ Robert Millan ]
671 * grub-pc.postinst:
672 - Remove /boot/grub/device.map before running grub-install.
673 (Closes: #422851)
674 - Always run update-grub after grub-install. (part of #423217)
675 - Use grub-mkdevicemap instead of removing device.map, since update-grub
676 needs it but grub-install is not run unconditionaly.
677 - Redirect grub-install invocation to /dev/null, since it can mislead
678 users into thinking that MBR was overwritten. (part of #423217)
679 * default/grub: Stop exporting the variables (update-grub does that now).
680 * Misc EFI fixes, including new grub-install.
681 - patches/efi.diff: New.
682 - patches/grub_probe_for_everyone.diff: Move some bits to efi.diff.
683 - grub-efi.install: Stop installing dummy grub-install.
684 - grub-install: Remove.
685 * grub-pc.postinst: Avoid generating core.img when menu.lst is not present,
686 to avoid duplicated work (this is specialy important for d-i). (part of
687 #423217).
688 * See multiple references above. (Closes: #423217)
689 * grub-{pc,efi,of}.{dirs,install}: Install presubj in the right directory
690 to make it work again (oops).
691 * Add reportbug script to gather debugging information. (Closes: #423218)
692 - script: New.
693 - grub-{pc,efi,of}.install: Install it.
694 * Install the reportbug scripts for grub2 too, since users might still use
695 it for bugfiling.
696 - grub2.dirs
697 - grub2.install
698 * Fix some lintian warnings.
699 - control (grub2): Depend on debconf.
700 - README.Debian.in: Fix mispell.
701 - grub2.templates: Remove extra dot.
702
703 -- Robert Millan <rmh@aybabtu.com> Tue, 15 May 2007 22:08:53 +0200
704
705 grub2 (1.95+20070507-1) unstable; urgency=low
706
707 [ Robert Millan ]
708 * New CVS snapshot.
709 - patches/build_neq_src.diff: Remove (merged).
710 * Fix debhelper files to ensure each package gets the right thing.
711 * Enable gfxterm/unifont support.
712 * On grub-pc, if there's no core.img setup, create one (but do not
713 risk writing to MBR).
714 * On grub-pc, if menu.lst is found, regenerate it to include our
715 core.img.
716
717 [ Otavio Salvador ]
718 * Move debian/update-grub to debian/legacy/update-grub otherwise the
719 source gets messy.
720
721 -- Otavio Salvador <otavio@ossystems.com.br> Mon, 07 May 2007 18:48:14 -0300
722
723 grub2 (1.95+20070505.1-3) unstable; urgency=low
724
725 * Split postinst into grub2.postinst (with the transition warning) and
726 postinst.in, with update-grub invocation for grub-{pc,efi,of}.
727 - postinst.in
728 - grub2.postinst
729 - rules
730
731 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 01:20:04 +0200
732
733 grub2 (1.95+20070505.1-2) unstable; urgency=low
734
735 * Add EFI build of GRUB.
736 - control: Restructure to provide 3 packages: grub-pc (x86),
737 grub-efi (x86) and grub-of (powerpc).
738 - rules: Handle a separate build for each package.
739 - patches/build_neq_src.diff: Fix builddir == srcdir assumptions.
740 - patches/grub_probe_for_everyone.diff: New (superceds
741 powerpc_probe.diff). Enable grub-probe on powerpc and i386-efi.
742 - grub-install: Dummy informational grub-install for EFI.
743 - grub-efi.install: Installs it.
744
745 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 00:23:56 +0200
746
747 grub2 (1.95+20070505.1-1) unstable; urgency=low
748
749 * New CVS snapshot.
750 * patches/powerpc_probe.diff: Add partmap/gpt.c to grub-probe.
751 * control (Architecture): Temporarily disable powerpc. Sorry, but runtime
752 is currently broken and we don't have the hardware to debug it. Will be
753 re-enabled in next upload.
754
755 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 21:52:49 +0200
756
757 grub2 (1.95+20070505-1) unstable; urgency=low
758
759 * New CVS snapshot.
760 - Improved grub.cfg parser. (Closes: #381215)
761 - patches/fix-grub-install.diff: Remove (merged).
762 - control (Build-Depends): Remove libncurses5-dev (no longer needed).
763 - provides update-grub2. (Closes: #419151)
764 - Supports GPT in PC/BIOS systems. (Closes: #409073)
765 * control (Build-Depends): Add gcc-multilib to fix FTBFS.
766 * control (Description): Make it less scary, and more informative.
767 * postinst: Run update-grub to ensure the latest improvements always are
768 applied.
769 * patches/powerpc_probe.diff: Attempt at making grub-probe build/install
770 on powerpc (and hopefuly update-grub).
771
772 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 01:49:07 +0200
773
774 grub2 (1.95-5) unstable; urgency=low
775
776 * Fix FTBFS on kFreeBSD. Thanks to Aurelien Jarno <aurel32@debian.org>
777 by providing the patch. Closes: #416408
778
779 -- Otavio Salvador <otavio@ossystems.com.br> Fri, 30 Mar 2007 19:20:48 -0300
780
781 grub2 (1.95-4) unstable; urgency=low
782
783 * Fix powerpc grub-install binary path. Closes: #402838
784
785 -- Otavio Salvador <otavio@ossystems.com.br> Thu, 22 Mar 2007 23:45:56 -0300
786
787 grub2 (1.95-3) unstable; urgency=low
788
789 [ Christian Perrier ]
790 * Switch to po-debconf for debconf templates. Closes: #402972
791 * Depend on ${misc:Depends} and not "debconf" to allow cdebconf to be used
792 * Debconf translations:
793 - French
794 - Czech. Closes: #413327
795 - Galician. Closes: #413323
796 - Swedish. Closes: #413325
797 - Portuguese. Closes: #413332
798 - German. Closes: #413365
799 - Tamil. Closes: #413478
800 - Russian. Closes: #413542
801 - Italian. Closes: #413904
802 - Romanian. Closes: #414443
803
804 -- Otavio Salvador <otavio@ossystems.com.br> Tue, 20 Mar 2007 23:46:38 -0300
805
806 grub2 (1.95-2) unstable; urgency=low
807
808 [ Robert Millan ]
809 * update-grub: Fix for Xen hypervisor entries, thanks Aaron Schrab.
810 (Closes: #394706)
811 * Transition to new numbering scheme for partitions. (Closes: #395019)
812 - update-grub: Don't substract 1 when converting partition device names to
813 grub drives.
814 - Add debconf warning explaining the situation.
815 * Rewrite Architecture line back to hardcoded list :(. (Closes: #398060)
816
817 -- Otavio Salvador <otavio@debian.org> Mon, 11 Dec 2006 05:08:41 -0200
818
819 grub2 (1.95-1) unstable; urgency=low
820
821 * New upstream release.
822 - patches/03_revert_partition_numbering.diff: Delete (obsoleted).
823
824 -- Robert Millan <rmh@aybabtu.com> Sat, 14 Oct 2006 21:19:21 +0200
825
826 grub2 (1.94+20061003-1) unstable; urgency=high
827
828 * New CVS snapshot.
829
830 [ Otavio Salvador ]
831 * Change debhelper compatibility mode to 5:
832 - debian/compat: setted to 5;
833 * control (Build-Depends): Add lib32ncurses5-dev for ppc64.
834 Closes: #389873
835 * Set urgency=high since it's experimental stuff and tagged likewise. It
836 also solved a serious bug on PowerPC that leave users with a black
837 screen.
838
839 [ Robert Millan ]
840 * control (Depends): Add powerpc-ibm-utils for powerpc/ppc64.
841 (Closes: #372186)
842
843 -- Otavio Salvador <otavio@debian.org> Tue, 3 Oct 2006 16:49:32 -0300
844
845 grub2 (1.94+20060926-1) unstable; urgency=high
846
847 * New CVS snapshot.
848 - Command-line editting fix (Closes: #381214).
849 - Fixes runtime breakage on amd64 (not in BTS).
850 - Delete a few patches (merged).
851
852 [ Robert Millan ]
853 * Set urgency=high. Might seem like a rush, but it can't possibly be worse than
854 1.94-5 (broken on systems that use udev, broken on amd64...).
855 * Pure ppc64 support.
856 - control (Architecture): Add any-ppc64.
857 - control (Build-Depends): Add libc6-dev-powerpc [ppc64].
858 * rules: Remove moddep.lst install command (no longer needed).
859 * patches/03_revert_partition_numbering.diff: New. Revert a commit that
860 broke grub-probefs.
861 * Add bug template to encourage sending upstream stuff directly to
862 upstream.
863 - presubj: New.
864
865 [ Otavio Salvador ]
866 * Add XS-X-Vcs-Svn on control file and point it to our current svn
867 repository.
868 * Add cvs-snapshot to rules.
869
870 -- Otavio Salvador <otavio@debian.org> Tue, 26 Sep 2006 16:14:36 -0300
871
872 grub2 (1.94-6) unstable; urgency=low
873
874 [ Robert Millan ]
875 * update-grub: Set interpreter to /bin/bash to cope with non-POSIX
876 extensions. (mentioned in #361929)
877 * patches/03_avoid_recursing_into_dot_static.diff: New. Avoid recursing into
878 dotdirs (e.g. ".static").
879 * patches/04_mkdevicemap_dont_assume_floppies.diff: New. Don't assume
880 /dev/fd0 exists when generating device.map.
881
882 -- Otavio Salvador <otavio@debian.org> Thu, 14 Sep 2006 16:07:30 -0300
883
884 grub2 (1.94-5) unstable; urgency=low
885
886 [ Robert Millan ]
887 * control (Build-Depends): s/any-amd64/amd64 kfreebsd-amd64/g (this seems to
888 confuse buildds).
889 * 02_not_remove_menu_lst.patch: New patch. Skip menu.lst removal in
890 grub-install. (Closes: #372934)
891
892 -- Otavio Salvador <otavio@debian.org> Sun, 20 Aug 2006 12:02:13 -0300
893
894 grub2 (1.94-4) unstable; urgency=low
895
896 [ Otavio Salvador ]
897 * 01_fix_amd64_building.patch: dropped since it now supports amd64
898 native building.
899 * Remove convert_kernel26 usage since it's not necessary anymore and due
900 initramfs-tools changes it's bug too.
901
902 [ Robert Millan ]
903 * Fork update-grub from grub legacy, and tweak a few commands in output to
904 make it work for grub2.
905 * Update README.Debian.in with more recent (and easier) install instructions.
906 * Add grub to Conflicts/Replaces. Too many commands with the same name,
907 even if they don't use the same path yet (but will likely do in the
908 future, see #361929).
909 * Get rid of control.in, which I introduced in 0.6+20040805-1 and turned out
910 to be an endless source of problems (and forbidden by policy as well).
911 * Fix FTBFS on amd64. Really closes: #372548.
912
913 -- Otavio Salvador <otavio@debian.org> Fri, 18 Aug 2006 15:38:25 -0300
914
915 grub2 (1.94-3) unstable; urgency=low
916
917 * Fix FTBFS in amd64. Closes: 372548
918
919 -- Otavio Salvador <otavio@debian.org> Sat, 10 Jun 2006 19:57:01 -0300
920
921 grub2 (1.94-2) unstable; urgency=low
922
923 * Update grub images paths in README.Debian
924 * 01_fix_grub-install.patch: add to fix a problem with PowerPC
925 installation. Refs: #371069
926 * Fix FTBFS in amd64. Closes: #370803
927
928 -- Otavio Salvador <otavio@debian.org> Fri, 9 Jun 2006 09:29:40 -0300
929
930 grub2 (1.94-1) unstable; urgency=low
931
932 * New upstream release.
933 - Fix powerpc building. Closes: #370259
934 - 01_fix_grub-install.patch: merged upstream.
935 - Moved modules to /usr/lib/grub since they are architecture
936 dependent.
937 * Leave CDBS set debhelper compatibility level.
938 * Allow amd64 build to happen. Closes: #364956
939 * Enforce building in 32bits while running in x86_64 machines.
940 * Update Standards version to 3.7.2. No changes need.
941
942 -- Otavio Salvador <otavio@debian.org> Mon, 5 Jun 2006 12:49:09 -0300
943
944 grub2 (1.93-1) unstable; urgency=low
945
946 * New upstream release.
947 - Added support to PowerPC. Closes: #357853
948 - 01_fix_grub-install.patch: rediff.
949 * Update Standards version to 3.6.2. No changes need.
950 * Start to use new dpkg architecture definition. Closes: #360134
951
952 -- Otavio Salvador <otavio@debian.org> Sat, 1 Apr 2006 10:07:17 -0300
953
954 grub2 (1.92-2) unstable; urgency=low
955
956 * Add bison on build-depends field. Closes: #346178
957 * Add more fixes in 01_fix_grub-install.patch. Closes: #346177
958
959 -- Otavio Salvador <otavio@debian.org> Fri, 6 Jan 2006 09:48:08 -0200
960
961 grub2 (1.92-1) unstable; urgency=low
962
963 * New upstream release.
964 - Add support for GPT partition table format.
965 - Add a new command "play" to play an audio file on PC.
966 - Add support for Linux/ADFS partition table format.
967 - Add support for BASH-like scripting.
968 - Add support for Apple HFS+ filesystems.
969 * 01_fix_grub-install.patch: Added. Fix grub-install to use
970 /bin/grub-mkimage instead of /sbin/grub-mkimage. Closes: #338824
971 * Do not use CDBS tarball mode anymore. Closes: #344272
972
973 -- Otavio Salvador <otavio@debian.org> Thu, 5 Jan 2006 15:20:40 -0200
974
975 grub2 (1.91-0) unstable; urgency=low
976
977 * New upstream release. Closes: #331211
978 * debian/watch: added.
979 * debian/control.in, debian/control: Add libncurses5-dev in
980 Build-Depends. Closes: #304638
981 * Remove Robert Millan as uploader;
982 * Add myself as uploader;
983
984 -- Otavio Salvador <otavio@debian.org> Sat, 12 Nov 2005 16:35:18 -0200
985
986 grub2 (0.6+20050203-2) unstable; urgency=low
987
988 * Disable for powerpc. Reportedly it fails to boot.
989
990 -- Robert Millan <rmh@debian.org> Fri, 4 Feb 2005 01:52:09 +0100
991
992 grub2 (0.6+20050203-1) unstable; urgency=low
993
994 * New upstream snapshot.
995 * Install moddep.lst properly in a cpu-independant way. (Closes: #264115)
996 * Use cdbs debian/control autogeneration.
997 - Set DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes.
998 - Move control to control.in.
999 - Add a @cdbs@ tag and replace Architecture with Cpu/System.
1000 * control.in (Build-Depends): Add ruby.
1001
1002 -- Robert Millan <rmh@debian.org> Thu, 3 Feb 2005 22:33:39 +0100
1003
1004 grub2 (0.6+20040805-1) unstable; urgency=low
1005
1006 * New upstream snapshot.
1007 * Uploading to unstable so that powerpc users can be blessed by GRUB too.
1008 * Use type-handling to generate dpkg arch list.
1009 - control.in
1010 - rules
1011
1012 -- Robert Millan <rmh@debian.org> Thu, 5 Aug 2004 20:50:16 +0200
1013
1014 grub2 (0.6+20040502-1) experimental; urgency=low
1015
1016 * New upstream snapshot.
1017 - Fix FTBFS on powerpc.
1018
1019 -- Robert Millan <rmh@debian.org> Sun, 2 May 2004 18:16:29 +0200
1020
1021 grub2 (0.6+20040429-1) experimental; urgency=low
1022
1023 * New upstream snapshot.
1024 - control (Architecture): Add powerpc.
1025
1026 -- Robert Millan <rmh@debian.org> Thu, 29 Apr 2004 20:41:31 +0200
1027
1028 grub2 (0.6+20031125-1) experimental; urgency=low
1029
1030 * New upstream snapshot.
1031 - patches/multiboot.diff: Nuked.
1032 - install,docs: Update directory name.
1033 * control (Maintainer): Set to pkg-grub-devel mailing list.
1034 * control (Uploaders): Add myself.
1035 * control (Architecture): Add freebsd-i386 and netbsd-i386.
1036
1037 -- Robert Millan <rmh@debian.org> Tue, 25 Nov 2003 23:48:18 +0100
1038
1039 grub2 (0.6+20031114-1) experimental; urgency=low
1040
1041 * New upstream snapshot.
1042 - README.Debian: s/fat/ext2/g (We now have ext2fs support).
1043 * Add multiboot support, thanks to Jeroen Dekkers for his patch.
1044 - patches/multiboot.diff: New.
1045 - control (Architecture): Add hurd-i386 (which needed multiboot).
1046 * Rename package to grub2 (to follow upstream tendency).
1047 - control: Ditto.
1048 - README.Debian: Likewise.
1049 * Switch to tarball mode.
1050 - rules: Ditto.
1051 - docs: Prefix paths in order to workaround dh_installdocs bug.
1052 - install: Likewise, but not because of bug (should be in rules, actualy).
1053 * Fix FTBFS. (Closes: #213868)
1054 - control (Build-Depends): Add autoconf.
1055 - control (Build-Conflicts): Add autoconf2.13.
1056
1057 -- Robert Millan <rmh@debian.org> Fri, 14 Nov 2003 13:16:12 +0100
1058
1059 pupa (0.6+20031008-1) experimental; urgency=low
1060
1061 * New upstream snapshot.
1062 * Uploading to experimental.
1063 * debian/control: Add Jason Thomas to Uploaders.
1064
1065 -- Robert Millan <rmh@debian.org> Wed, 8 Oct 2003 13:22:50 +0000
1066
1067 pupa (0.6+20030915-1) unstable; urgency=low
1068
1069 * Initial Release. (Closes: #211030)
1070
1071 -- Robert Millan <rmh@debian.org> Mon, 15 Sep 2003 14:58:42 +0000