Commit Graph

8685 Commits

Author SHA1 Message Date
Colin Watson
262c94c0e7 whitespace 2012-09-14 10:30:44 +01:00
Colin Watson
72f466bca8 Fix platform postinsts to handle new core.img location. 2012-09-14 10:30:12 +01:00
Colin Watson
bc3b27c929 releasing version 2.00-3 2012-09-13 17:57:59 +01:00
Colin Watson
864c8c5f50 Unset DH_OPTIONS while running dh_autoreconf. 2012-09-13 17:05:51 +01:00
Colin Watson
a60fec8f3c Bail out if trying to run grub-mkconfig during upgrade to 2.00 (e.g.
while configuring a kernel image), since the old /etc/grub.d/00_header
conffile breaks until such time as grub-common is configured.
2012-09-13 16:07:22 +01:00
Colin Watson
136f47b985 Use dh-autoreconf. 2012-09-10 01:45:53 +01:00
Colin Watson
2fd13fb3b7 releasing version 2.00-2 2012-09-08 11:50:57 +01:00
Colin Watson
82ec5c7f57 Only try to install efiemu*.o into grub-emu on *-i386. 2012-09-08 10:32:25 +01:00
Colin Watson
c214c64b73 Autogenerate packaging files for grub-emu, in order that its postinst
does not contain unexpanded @PACKAGE@ symbols.
2012-09-08 10:30:00 +01:00
Colin Watson
ffaf8e01dc Update default/grub.md5sum to include Ubuntu maverick's default md5sum. 2012-09-08 10:12:38 +01:00
Colin Watson
6c01f6c290 Add -Wno-error=unused-result to HOST_CFLAGS for the moment, since at
least grub-core/lib/crypto.c fails to compile on Ubuntu otherwise.
2012-09-08 10:11:42 +01:00
Colin Watson
f908394d0d releasing version 2.00-1 2012-09-06 20:17:46 +01:00
Colin Watson
92892e101b Fix executable bits, this time for real. Change modinfo.sh's permissions in the right place, and gdb_grub and gmodule.pl in fact shouldn't be executable. 2012-09-06 19:58:25 +01:00
Colin Watson
81bbd2700f Reorganise changelog. 2012-09-06 16:19:48 +01:00
Colin Watson
90da22a725 Hmm, not all those uses of $(CURDIR) were useless after all. 2012-09-06 15:35:22 +01:00
Colin Watson
cf158d5943 Drive find correctly. 2012-09-06 15:32:00 +01:00
Colin Watson
087ffdea82 Add lots of bugs to changelog. 2012-09-06 14:25:04 +01:00
Colin Watson
bf65e3915d Bodge 05_debian_theme to make the module availability check work again with modules in /boot/grub/$target. 2012-09-06 12:46:46 +01:00
Colin Watson
d4eadae3f8 Move transitional package to Section: oldlibs. 2012-09-06 12:06:48 +01:00
Colin Watson
22e9b52493 Remove COPYING.CC-BY-SA-3.0 from grub-theme-starfield (already in debian/copyright). 2012-09-06 12:05:52 +01:00
Colin Watson
8507da9973 Make modinfo.sh, gdb_grub, and gmodule.pl executable. 2012-09-06 12:04:19 +01:00
Colin Watson
fa8a2a01d9 Remove some useless use of $(CURDIR) in debian/rules. 2012-09-06 12:00:22 +01:00
Colin Watson
bbeb59fefd Don't pass *.module to dpkg-shlibdeps, avoiding lots of build-time
warnings.
2012-09-06 11:57:29 +01:00
Colin Watson
fe65cbefd2 Silence error messages when translations are unavailable. 2012-09-06 11:54:14 +01:00
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
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
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
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
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
b9ae7a9e92 Remove now-unnecessary quilt workaround. 2012-09-04 18:41:41 +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