illumos-grub (4.3) unstable; urgency=medium

* New upstream snapshot: support new ZFS features
  * Refreshed grub-gnu-toolchain.patch
This commit is contained in:
Igor Pashev 2014-05-15 12:04:38 +04:00
parent 7a43ede518
commit b11e87c232
4 changed files with 20 additions and 17 deletions

View File

@ -1,3 +1,10 @@
illumos-grub (4.3) unstable; urgency=medium
* New upstream snapshot: support new ZFS features
* Refreshed grub-gnu-toolchain.patch
-- Igor Pashev <pashev.igor@gmail.com> Thu, 15 May 2014 11:32:39 +0400
illumos-grub (2.10-1) unstable; urgency=low
* Initial release.

View File

@ -1,21 +1,19 @@
Source: illumos-grub
Section: admin
Priority: required
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
illumos-source-2.10,
illumos-source-4.3,
gcc-multilib [illumos-amd64],
libncurses5-dev,
lib32ncurses5-dev [illumos-amd64],
sunmake,
quilt,
Standards-Version: 3.9.3
Standards-Version: 3.9.5
Homepage: https://www.illumos.org
Package: illumos-grub
Priority: optional
Section: admin
Architecture: illumos-amd64 illumos-i386
Recommends: installgrub
Depends: ${shlibs:Depends}, ${misc:Depends},
@ -25,8 +23,6 @@ Description: GRand Unified Bootloader
GRUB stage1, zfs_stage1.5 and stage2.
Package: illumos-grub-eltorito
Priority: optional
Section: admin
Architecture: illumos-amd64 illumos-i386
Replaces: illumos-grub ( << 2.10 )
Depends: ${shlibs:Depends}, ${misc:Depends}

View File

@ -1,7 +1,7 @@
Index: illumos-grub/usr/src/grub/grub-0.97/Makefile.solaris.defs
===================================================================
--- illumos-grub.orig/usr/src/grub/grub-0.97/Makefile.solaris.defs 2012-10-08 00:25:35.000000000 +0000
+++ illumos-grub/usr/src/grub/grub-0.97/Makefile.solaris.defs 2013-03-30 01:35:49.211230572 +0000
--- illumos-grub.orig/usr/src/grub/grub-0.97/Makefile.solaris.defs 2014-03-01 16:18:08.000000000 +0400
+++ illumos-grub/usr/src/grub/grub-0.97/Makefile.solaris.defs 2014-05-15 11:19:18.080772592 +0400
@@ -42,11 +42,11 @@
OPTION_FS = $(POUND_SIGN)
@ -60,8 +60,8 @@ Index: illumos-grub/usr/src/grub/grub-0.97/Makefile.solaris.defs
MKDIR = mkdir -p
Index: illumos-grub/usr/src/grub/grub-0.97/netboot/Makefile.solaris
===================================================================
--- illumos-grub.orig/usr/src/grub/grub-0.97/netboot/Makefile.solaris 2013-03-29 19:57:46.552873540 +0000
+++ illumos-grub/usr/src/grub/grub-0.97/netboot/Makefile.solaris 2013-03-29 19:57:46.757709177 +0000
--- illumos-grub.orig/usr/src/grub/grub-0.97/netboot/Makefile.solaris 2014-05-15 11:19:17.795179088 +0400
+++ illumos-grub/usr/src/grub/grub-0.97/netboot/Makefile.solaris 2014-05-15 11:19:18.082808337 +0400
@@ -21,7 +21,7 @@
libdrivers_a-pci_io.o \
libdrivers_a-pic8259.o \
@ -73,8 +73,8 @@ Index: illumos-grub/usr/src/grub/grub-0.97/netboot/Makefile.solaris
#
Index: illumos-grub/usr/src/grub/grub-0.97/stage1/Makefile.solaris
===================================================================
--- illumos-grub.orig/usr/src/grub/grub-0.97/stage1/Makefile.solaris 2012-10-08 00:25:37.000000000 +0000
+++ illumos-grub/usr/src/grub/grub-0.97/stage1/Makefile.solaris 2013-03-29 19:57:46.759697832 +0000
--- illumos-grub.orig/usr/src/grub/grub-0.97/stage1/Makefile.solaris 2014-03-01 16:18:08.000000000 +0400
+++ illumos-grub/usr/src/grub/grub-0.97/stage1/Makefile.solaris 2014-05-15 11:19:18.084801818 +0400
@@ -15,7 +15,7 @@
@ -86,9 +86,9 @@ Index: illumos-grub/usr/src/grub/grub-0.97/stage1/Makefile.solaris
Index: illumos-grub/usr/src/grub/grub-0.97/stage2/Makefile.solaris
===================================================================
--- illumos-grub.orig/usr/src/grub/grub-0.97/stage2/Makefile.solaris 2012-10-08 00:25:37.000000000 +0000
+++ illumos-grub/usr/src/grub/grub-0.97/stage2/Makefile.solaris 2013-03-29 19:57:46.763174481 +0000
@@ -38,7 +38,7 @@
--- illumos-grub.orig/usr/src/grub/grub-0.97/stage2/Makefile.solaris 2014-03-01 16:18:08.000000000 +0400
+++ illumos-grub/usr/src/grub/grub-0.97/stage2/Makefile.solaris 2014-05-15 11:19:18.088561753 +0400
@@ -37,7 +37,7 @@
-DSYS_VSTAFS=1
# GRUB_CFLAGS += -DSUPPORT_HERCULES=1
STAGE1_5_CFLAGS = $(STAGE2_CFLAGS) -DNO_DECOMPRESSION=1 -DSTAGE1_5=1

View File

@ -75,6 +75,6 @@ binary-stamp: install-stamp
clean: unpatch
dh_testdir
dh_testroot
dh_clean
rm -rf usr .pc
dh_clean