diff options
Diffstat (limited to 'installgrub')
-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 |