diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-02-16 18:53:08 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-02-16 18:53:08 +0400 |
commit | 7ee144cb1a1f918db4a7a5a83b326e2f8f8ab1c9 (patch) | |
tree | 90a9a8570e89032030f5b4d03ef9519a71cbde9c /illumos-grub/debian | |
parent | b15faf55d50afddbdb2422accd7c0c0c88cfebd1 (diff) | |
download | illumos-packaging-7ee144cb1a1f918db4a7a5a83b326e2f8f8ab1c9.tar.gz |
New package: illumos-grub
Diffstat (limited to 'illumos-grub/debian')
-rw-r--r-- | illumos-grub/debian/changelog | 5 | ||||
-rw-r--r-- | illumos-grub/debian/compat | 1 | ||||
-rw-r--r-- | illumos-grub/debian/control | 17 | ||||
-rw-r--r-- | illumos-grub/debian/illumos-grub.install | 27 | ||||
-rwxr-xr-x | illumos-grub/debian/rules | 17 |
5 files changed, 67 insertions, 0 deletions
diff --git a/illumos-grub/debian/changelog b/illumos-grub/debian/changelog new file mode 100644 index 0000000..7cffe23 --- /dev/null +++ b/illumos-grub/debian/changelog @@ -0,0 +1,5 @@ +illumos-grub (0.1+13513-20) unstable; urgency=low + + * Initial release. + + -- Igor Pashev <pashev.igor@gmail.com> Thu, 16 Feb 2012 18:37:47 +0400 diff --git a/illumos-grub/debian/compat b/illumos-grub/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/illumos-grub/debian/compat @@ -0,0 +1 @@ +9 diff --git a/illumos-grub/debian/control b/illumos-grub/debian/control new file mode 100644 index 0000000..24a6a85 --- /dev/null +++ b/illumos-grub/debian/control @@ -0,0 +1,17 @@ +Source: illumos-grub +Section: admin +Priority: optional +Maintainer: Igor Pashev <pashev.igor@gmail.com> +Build-Depends: + debhelper ( >= 8 ), +Standards-Version: 3.9.2 +Homepage: http://illumos.org/ + +Package: illumos-grub +Section: admin +Priority: optional +Architecture: illumos-amd64 +Provides: grub-legacy +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GRand Unified Bootloader + This package includes GRUB capable to load Illumos diff --git a/illumos-grub/debian/illumos-grub.install b/illumos-grub/debian/illumos-grub.install new file mode 100644 index 0000000..030c6aa --- /dev/null +++ b/illumos-grub/debian/illumos-grub.install @@ -0,0 +1,27 @@ +boot/grub/bin/grub +boot/grub/capability +boot/grub/default +boot/grub/e2fs_stage1_5 +boot/grub/fat_stage1_5 +boot/grub/ffs_stage1_5 +boot/grub/install_menu +boot/grub/iso9660_stage1_5 +boot/grub/jfs_stage1_5 +boot/grub/menu.lst +boot/grub/minix_stage1_5 +boot/grub/nbgrub +boot/grub/pxegrub +boot/grub/reiserfs_stage1_5 +boot/grub/splash.xpm.gz +boot/grub/stage1 +boot/grub/stage2 +boot/grub/stage2_eltorito +boot/grub/ufs2_stage1_5 +boot/grub/ufs_stage1_5 +boot/grub/vstafs_stage1_5 +boot/grub/xfs_stage1_5 +boot/grub/zfs_stage1_5 +sbin/installgrub +usr/sbin/installgrub +usr/share/man/man1m/installgrub.1m +usr/share/man/man5/grub.5 diff --git a/illumos-grub/debian/rules b/illumos-grub/debian/rules new file mode 100755 index 0000000..349ffdd --- /dev/null +++ b/illumos-grub/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + + +%: + dh $@ + +# For a while we use binary "sources" +override_dh_auto_configure: +override_dh_auto_build: +override_dh_auto_test: +override_dh_auto_install: + ln -sf ../../root_i386 debian/tmp + +override_dh_auto_clean: + +override_dh_installmodules: + |