diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-04-22 17:00:16 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-04-22 17:00:16 +0000 |
commit | 3456db0ea6a5ed8e7421e233aa2df4d80bc975cd (patch) | |
tree | 8784d885e61729e3a3f3d60da9913387a5eb785c | |
parent | f7ad18067cf46f07a31548108c4a47e2556b8bb6 (diff) | |
download | illumos-packaging-3456db0ea6a5ed8e7421e233aa2df4d80bc975cd.tar.gz |
installgrub (2.10-3) unstable; urgency=low
* Do not depend on illumos-grub
-rw-r--r-- | installgrub/debian/changelog | 6 | ||||
-rw-r--r-- | installgrub/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/installgrub/debian/changelog b/installgrub/debian/changelog index ced275f..b2f0d5c 100644 --- a/installgrub/debian/changelog +++ b/installgrub/debian/changelog @@ -1,3 +1,9 @@ +installgrub (2.10-3) unstable; urgency=low + + * Do not depend on illumos-grub + + -- Igor Pashev <pashev.igor@gmail.com> Mon, 22 Apr 2013 16:59:51 +0000 + installgrub (2.10-2) unstable; urgency=low * Keep installgrub 32-bit for a while diff --git a/installgrub/debian/control b/installgrub/debian/control index 3905adf..1e891bb 100644 --- a/installgrub/debian/control +++ b/installgrub/debian/control @@ -15,7 +15,7 @@ Package: installgrub Priority: optional Section: admin Architecture: illumos-amd64 illumos-i386 -Depends: ${shlibs:Depends}, ${misc:Depends}, illumos-grub +Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: illumos-grub ( << 2.10 ) Description: install GRUB in a disk partition or a floppy installgrub installs GRUB stage 1 and stage 2 files on the boot area of |