Colin Watson
92c042b6b3
grub-common Suggests: console-setup for grub-kbdcomp ( closes : #686815 ).
2012-09-06 11:20:28 +01:00
Colin Watson
ec7f8045e4
GRUB_PREFIX has been removed; hardcode /boot/grub in 05_debian_theme instead.
2012-09-06 10:46:27 +01:00
Colin Watson
d08f867b4a
* Backport from upstream:
...
- Don't decrease efi_mmap_size (LP: #1046429 ).
2012-09-06 10:00:03 +01:00
Colin Watson
dd87df6bed
Add a grub-theme-starfield package containing the starfield theme.
2012-09-05 16:52:55 +01:00
Colin Watson
d7102a6527
Make *-dbg depend on ${misc:Depends}.
2012-09-05 16:49:31 +01:00
Colin Watson
788b564eeb
Build-depend on ttf-dejavu-core for the starfield theme.
2012-09-05 15:23:04 +01:00
Colin Watson
58f71fa57a
Document the starfield theme in debian/copyright.
2012-09-05 15:19:04 +01:00
Jiri Slaby
8e832f715b
* configure.ac: Add SuSe path.
2012-09-05 16:09:41 +02:00
Colin Watson
00b51c62fa
Add per-platform *-dbg packages containing files needed to use GRUB's
...
GDB stub. These are relatively large and thus worth splitting out.
2012-09-05 15:09:14 +01:00
Colin Watson
fc385df434
Ignore -Wcast-align diagnostics when building util/deviceiter.c with HAVE_DEVICE_MAPPER; handling the result of dm_task_get_names is cumbersome otherwise.
2012-09-05 14:02:04 +01:00
Colin Watson
f0f5575291
* NEWS: Fix typo.
2012-09-05 13:55:54 +01:00
Colin Watson
12b3b38c1f
Rename grub-ia64* to grub-efi-ia64* and fix its --platform.
2012-09-05 13:11:49 +01:00
Colin Watson
23665073cc
debian/grub-common.install.hurd-i386.in is redundant with debian/grub-common.install.i386.in (we use DEB_HOST_ARCH_CPU, not DEB_HOST_ARCH).
2012-09-05 13:06:04 +01:00
Colin Watson
fabb64e08a
Build-depend on gcc-4.6-multilib on kfreebsd-i386 and hurd-i386 as well
...
as the other i386 architectures, since we need it to build efiemu32.o
and efiemu64.o.
2012-09-05 13:01:22 +01:00
Colin Watson
c78ea29ad0
Add grub-ia64-bin and grub-ia64 packages. These are currently
...
experimental, and grub-ia64 does not automatically run grub-install.
2012-09-05 10:49:11 +01:00
Colin Watson
cc60cd5572
Update for various upstream changes in shipped files.
2012-09-05 10:41:28 +01:00
Colin Watson
a80dfdd4bc
grub-ofpathname(8) can be installed on sparc now.
2012-09-05 10:36:22 +01:00
Colin Watson
8fdff34828
Restore grub-mkdevicemap for now. While it's kind of a mess, requiring
...
lots of OS-specific code to iterate over all possible devices, we use it
in a number of scripts to discover devices and reimplementing those in
terms of something else would be very complicated.
2012-09-05 10:26:07 +01:00
Colin Watson
ecadc4c2c4
* util/import_gcry.py: Sort cipher_files, to make build system
...
generation more deterministic.
2012-09-05 09:00:39 +01:00
Colin Watson
0eaa48ba31
Refactor debian/grub-common.install.hurd-i386 into .in files so that it
...
imposes less of a maintenance burden.
2012-09-05 08:35:11 +01:00
Colin Watson
933ef784ea
Remove pointless debian/grub-mount-udeb.install.hurd-i386;
...
grub-mount-udeb is not built on the Hurd.
2012-09-05 08:34:10 +01:00
Colin Watson
8559e09a06
Stop trying to install grub-bin2h.
2012-09-05 08:29:52 +01:00
Vladimir 'phcoder' Serbinenko
64498f2538
* grub-core/disk/ieee1275/ofdisk.c (scan): Check function return value.
...
* grub-core/lib/ieee1275/datetime.c (grub_get_datetime): Likewise.
(grub_set_datetime): Likewise.
2012-09-05 08:56:08 +02:00
Vladimir 'phcoder' Serbinenko
9cc836a27b
* grub-core/script/yylex.l: Ignore unused-function and sign-compare
...
warnings.
2012-09-05 08:51:31 +02:00
Vladimir 'phcoder' Serbinenko
bcfcea0174
* grub-core/partmap/dvh.c (grub_dvh_is_valid): Add missing byteswap.
2012-09-05 08:47:39 +02:00
Vladimir 'phcoder' Serbinenko
a40994852d
* grub-core/fs/xfs.c (grub_xfs_read_block): Make keys a const pointer.
2012-09-05 08:45:07 +02:00
Colin Watson
9c68bb670d
Fix compiler warnings when building grub-ieee1275 for i386.
2012-09-05 01:04:38 +01:00
Colin Watson
799796947c
Copy grub-mkconfig_lib into grub-rescue-pc build directory too.
2012-09-05 00:18:08 +01:00
Colin Watson
e32f9b9e89
Convert to source format 3.0 (quilt). Developers, note that patches are
...
stored applied in bzr; you may want to 'quilt pop -a' / 'quilt push -a'
around merges.
2012-09-04 23:40:05 +01:00
Colin Watson
265c162a28
* Makefile.am (EXTRA_DIST): Add linguas.sh. It's only strictly
...
required for checkouts from bzr, but it may be useful for users or
distributors wishing to update translations against a tarball
distribution, and it can be helpful for the tarball to be a superset
of what's in bzr.
2012-09-04 23:35:38 +01:00
Colin Watson
3d171e951a
* Makefile.am (EXTRA_DIST): Add
...
grub-core/tests/boot/linux.init-mips.S,
grub-core/tests/boot/linux.init-ppc.S, and
grub-core/tests/boot/linux-ppc.cfg.
2012-09-04 18:59:41 +01:00
Colin Watson
f2c2503eab
* grub-core/mmap/mips/loongson: Remove empty directory.
2012-09-04 18:56:13 +01:00
Colin Watson
b9ae7a9e92
Remove now-unnecessary quilt workaround.
2012-09-04 18:41:41 +01:00
Colin Watson
dd77d2be32
* docs/man/grub-mkdevicemap.h2m: Remove, since grub-mkdevicemap is
...
gone.
2012-09-04 18:39:40 +01:00
Colin Watson
ab2163d5da
* .bzrignore: Add grub-bios-setup, grub-ofpathname, and
...
grub-sparc64-setup.
2012-09-04 18:33:33 +01:00
Colin Watson
07961878d4
debian/grub.d/05_debian_theme: Source grub-mkconfig_lib from
...
/usr/share/grub, not the /usr/lib/grub compatibility link.
2012-09-04 18:25:44 +01:00
Colin Watson
1b2b9280cb
Adjust debian/watch to point to xz-compressed tarballs.
2012-09-04 18:24:14 +01:00
Jordi Mallach
2a89b38c7d
New upstream release.
2012-09-04 18:12:59 +01:00
Colin Watson
66e604350c
merge 1.99-22.1 NMU
2012-09-03 15:26:14 +01:00
bubulle@debian.org
71b661b508
Finnish (Timo Jyrinki).
2012-08-24 19:47:30 +02:00
bubulle@debian.org
5a4914d1f2
Romanian (Andrei POPESCU). Closes : #685477
2012-08-22 20:34:33 +02:00
bubulle@debian.org
b785c47d03
* Welsh (Daffyd Tomos).
...
* Greek (galaxico). Closes : #685201
2012-08-18 13:36:42 +02:00
Grégoire Sutre
ce93814031
Strengthen the configure test for working -nostdinc -isystem.
2012-08-05 16:49:03 +02:00
Grégoire Sutre
529f58a5d7
Regenerate po/POTFILES.in with the following commmand in a clean tree:
...
export LC_ALL=en_US.UTF-8
find . -iname '*.[ch]' | sort > po/POTFILES.in
2012-08-01 01:06:53 +02:00
Grégoire Sutre
16cf79e9aa
Update manual NetBSD-wise.
2012-08-01 00:18:57 +02:00
starous
39b27f1eaf
EHCI and OHCI PCI bus master
2012-07-22 21:09:30 +02:00
Vladimir 'phcoder' Serbinenko
a885261b5d
* util/grub-mkconfig_lib.in (grub_quote): Remove extra layer of escape.
...
* util/grub.d/10_hurd.in: Add missing quoting.
* util/grub.d/10_illumos.in: Likewise.
* util/grub.d/10_kfreebsd.in: Likewise.
* util/grub.d/10_linux.in: Likewise.
* util/grub.d/20_linux_xen.in: Likewise.
2012-07-22 20:02:17 +02:00
Vladimir 'phcoder' Serbinenko
7bd29c01f0
New command `lsefi'.
...
* grub-core/Makefile.core.def (lsefi): New module.
* grub-core/commands/efi/lsefi.c: New file.
* include/grub/efi/api.h: Add more GUIDs.
2012-07-22 19:59:06 +02:00
Vladimir 'phcoder' Serbinenko
ac625d8f79
* grub-core/loader/i386/bsd.c (grub_bsd_elf32_size_hook): Fix mask.
...
(grub_bsd_elf32_hook): Likewise.
(grub_bsd_elf64_size_hook): Likewise.
(grub_bsd_elf64_hook): Likewise.
(grub_bsd_load_elf): Likewise.
2012-07-22 16:30:48 +02:00
Vladimir 'phcoder' Serbinenko
e73bb80170
* grub-core/lib/xzembed/xz_dec_stream.c (hash_validate): Fix behaviour
...
if hash function is unavailable.
(dec_stream_header): Likewise.
2012-07-22 16:27:03 +02:00