diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-04-13 17:25:57 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-04-13 17:25:57 +0000 |
commit | fcd9b65644bdecbbfa50cab53099b04820d25b69 (patch) | |
tree | 46e2d4d66ed438284f19410f1cc3ed8b2f0eed09 /installgrub | |
parent | 963f8a0f4b00708fe3942082835430e9f3865084 (diff) | |
download | illumos-packaging-fcd9b65644bdecbbfa50cab53099b04820d25b69.tar.gz |
installgrub (2.10-2) unstable; urgency=low
* Keep installgrub 32-bit for a while
Diffstat (limited to 'installgrub')
-rw-r--r-- | installgrub/debian/changelog | 8 | ||||
-rw-r--r-- | installgrub/debian/control | 2 | ||||
-rwxr-xr-x | installgrub/debian/rules | 4 |
3 files changed, 12 insertions, 2 deletions
diff --git a/installgrub/debian/changelog b/installgrub/debian/changelog index 7e6808d..ced275f 100644 --- a/installgrub/debian/changelog +++ b/installgrub/debian/changelog @@ -1,5 +1,11 @@ +installgrub (2.10-2) unstable; urgency=low + + * Keep installgrub 32-bit for a while + + -- Igor Pashev <pashev.igor@gmail.com> Sat, 13 Apr 2013 17:22:48 +0000 + installgrub (2.10-1) unstable; urgency=low * Initial release. - -- Igor Pashev <pashev.igor@gmail.com> Wed, 27 Mar 2013 01:15:05 +0000 + -- Igor Pashev <pashev.igor@gmail.com> Sat, 13 Apr 2013 17:21:52 +0000 diff --git a/installgrub/debian/control b/installgrub/debian/control index 75b3564..3905adf 100644 --- a/installgrub/debian/control +++ b/installgrub/debian/control @@ -5,6 +5,8 @@ Maintainer: Igor Pashev <pashev.igor@gmail.com> Build-Depends: dh-illumos, libfdisk1-dev, + lib32fdisk1-dev [illumos-amd64], + gcc-multilib [illumos-amd64], quilt, Standards-Version: 3.9.3 Homepage: https://www.illumos.org diff --git a/installgrub/debian/rules b/installgrub/debian/rules index ea69c6f..6dac0de 100755 --- a/installgrub/debian/rules +++ b/installgrub/debian/rules @@ -55,7 +55,9 @@ install-stamp: build-stamp build build-arch build-indep: build-stamp build-stamp: dirs-stamp patch-stamp - dh_illumos_make --native usr/src/cmd/boot/installgrub + # 64-bit installgrub is broken: + : dh_illumos_make --native usr/src/cmd/boot/installgrub + dh_illumos_make usr/src/cmd/boot/installgrub touch $@ binary binary-arch binary-indep: binary-stamp |