Commit Graph

598 Commits

Author SHA1 Message Date
rmh
bf4de9eb01 Add upstream entry with a few Closes lines. 2007-05-14 09:10:36 +00:00
rmh
8d218555cb Oops. Revert accidentaly-committed files. 2007-05-14 09:00:03 +00:00
rmh
322cca96a6 * New CVS snapshot.
- default/grub: Stop exporting the variables (update-grub does that now).
2007-05-14 08:55:55 +00:00
rmh
3ae88f977c Maintain liblzo-dev as an option (for backports). 2007-05-11 14:55:25 +00:00
otavio
75cc5d0792 * Change build-dependency from liblzo-dev to liblzo2-dev. (Closes: #423358) 2007-05-11 12:25:38 +00:00
rmh
29f0c10764 - Redirect grub-install invocation to /dev/null, since it can mislead
users into thinking that MBR was overwritten.
2007-05-10 17:38:23 +00:00
rmh
940f50e190 * grub-pc.postinst: Use grub-mkdevicemap instead of removing device.map,
since update-grub needs it but grub-install is not run unconditionaly.
2007-05-10 17:18:25 +00:00
rmh
65455e472f * grub-pc.postinst: Always run update-grub after grub-install. (part of
#423217)
2007-05-10 16:18:54 +00:00
otavio
ac0b19535a Fix closes format. 2007-05-09 14:10:37 +00:00
rmh
3a9010c901 * grub-pc.postinst: Remove /boot/grub/device.map before running
grub-install. (Closes: #422851)
2007-05-09 13:30:37 +00:00
otavio
3a12e08d1c * Add Robert Millan as uploader. 2007-05-09 12:46:55 +00:00
otavio
b06452a499 * Add support to DEB_BUILD_OPTIONS=noopt. Thanks to Sam Morris
<sam@robots.org.uk> for the patch. Closes: #423005.
2007-05-09 12:46:21 +00:00
otavio
cac037759d * Move debian/update-grub to debian/legacy/update-grub otherwise the
source gets messy.
2007-05-07 21:49:12 +00:00
rmh
baca1f0e6d unifont.pff should be in /boot/grub, not /boot. 2007-05-07 21:31:17 +00:00
rmh
41c91e25f9 Fix clean rule not to remove static files (oops). 2007-05-07 21:00:29 +00:00
rmh
d6105ccd76 On grub-pc, if menu.lst is found, regenerate it to include our core.img. 2007-05-07 20:49:25 +00:00
rmh
6c11a0d2e9 * On grub-pc, if there's no core.img setup, create one (but do not
risk writing to MBR).
2007-05-07 20:38:19 +00:00
rmh
1133125b64 * Enable gfxterm/unifont support. 2007-05-07 20:08:10 +00:00
rmh
365e3558eb Fix debhelper files to ensure each package gets the right thing. 2007-05-07 19:39:45 +00:00
rmh
0aabb8ddd0 * New CVS snapshot.
- patches/build_neq_src.diff: Remove (merged).
2007-05-07 09:28:28 +00:00
rmh
255820f9fc Split postinst into grub2.postinst (with the transition warning) and postinst.in, with update-grub invocation for grub-{pc,efi,of}. 2007-05-05 23:19:39 +00:00
rmh
5efb568ec9 Aaargh. Do it right now. 2007-05-05 22:59:14 +00:00
rmh
428ed98b34 Argh, make grub-probe build on EFI. 2007-05-05 22:48:40 +00:00
rmh
f4495a1c8b Eek, add missing build/grub-of rule. 2007-05-05 22:26:27 +00:00
rmh
d5d38884b2 * Add EFI build of GRUB.
- control: Restructure to provide 3 packages: grub-pc (x86),
    grub-efi (x86) and grub-of (powerpc).
  - rules: Handle a separate build for each package.
  - patches/build_neq_src.diff: Fix builddir == srcdir assumptions.
  - patches/grub_probe_for_everyone.diff: New (superceds
    powerpc_probe.diff).  Enable grub-probe on powerpc and i386-efi.
  - grub-install: Dummy informational grub-install for EFI.
  - grub-efi.install: Installs it.
2007-05-05 22:25:02 +00:00
rmh
1e0928a986 * control (Architecture): Temporarily disable powerpc. Sorry, but runtime
is currently broken and we don't have the hardware to debug it.  Will be
    re-enabled in next upload.
2007-05-05 19:55:56 +00:00
rmh
17aa47c36e * patches/powerpc_probe.diff: Add partmap/gpt.c to grub-probe. 2007-05-05 12:31:05 +00:00
rmh
0285e1afae Don't run autogen.sh in cvs-snapshot (upstream already does). 2007-05-05 12:28:10 +00:00
rmh
1c13c1369e * patches/powerpc_probe.diff: Attempt at making grub-probe build/install
on powerpc (and hopefuly update-grub).
2007-05-04 23:50:06 +00:00
rmh
5ffc0ad7fc Close GPT bug. Release 1.95+20070505-1. 2007-05-04 23:48:46 +00:00
rmh
cc88f529e9 * control (Build-Depends): Add gcc-multilib to fix FTBFS. 2007-05-04 22:44:21 +00:00
rmh
eddf397b18 Close a pair of bugs.. 2007-05-04 22:43:13 +00:00
rmh
fcdcf13319 * postinst: Run update-grub to ensure the latest improvements always are
applied.
2007-05-04 21:01:25 +00:00
rmh
641b709201 Oops, forgot debian/default/. 2007-05-04 13:17:42 +00:00
rmh
9085328a28 update-grub2. 2007-05-04 07:27:15 +00:00
rmh
f3329dc0a5 - control (Build-Depends): Remove libncurses5-dev (no longer needed). 2007-05-03 20:31:22 +00:00
rmh
7b28ea52c1 * control (Description): Make it less scary, and more informative. 2007-05-03 13:14:19 +00:00
rmh
db2e8011ae * New CVS snapshot.
- patches/fix-grub-install.diff: Remove (merged).
2007-05-01 14:56:04 +00:00
otavio
3881b1d6f7 releasing version 1.95-5 2007-03-30 22:21:06 +00:00
otavio
99137f69a6 releasing version 1.95-4 2007-03-23 02:46:13 +00:00
otavio
950f967614 releasing version 1.95-3 2007-03-21 02:47:04 +00:00
bubulle
0e0549711f Add Romanian translation 2007-03-12 18:36:02 +00:00
bubulle
54e42fb817 Italian translation update 2007-03-07 21:42:08 +00:00
bubulle
97255a3292 Russian translation update 2007-03-06 21:24:54 +00:00
bubulle
d99699ed62 Added Tamil translation 2007-03-05 18:41:50 +00:00
bubulle
f6bda37a9a Add German translation 2007-03-04 18:58:19 +00:00
bubulle
83e09cc6e5 Add more translations..:-) 2007-03-04 10:56:04 +00:00
bubulle
b9fb72a889 Add Czech and French translations 2007-03-04 10:52:29 +00:00
bubulle
0043fb953a Depend on ${misc:Depends} 2007-03-04 10:51:42 +00:00
bubulle
5bfe295859 Switch to gettext for debcon templates translations 2007-03-04 09:10:04 +00:00