summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control9
-rw-r--r--illumos-grub/debian/changelog5
-rw-r--r--illumos-grub/debian/compat1
-rw-r--r--illumos-grub/debian/control17
-rw-r--r--illumos-grub/debian/illumos-grub.install (renamed from debian/illumos-grub.install)6
-rwxr-xr-xillumos-grub/debian/rules17
6 files changed, 45 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index b0542e4..4a72bd3 100644
--- a/debian/control
+++ b/debian/control
@@ -118,15 +118,6 @@ Description: packet sniffer
be displayed as they are received, or saved to a file for later inspection.
-Package: illumos-grub
-Section: admin
-Priority: required
-Architecture: illumos-amd64
-Provides: grub-legacy
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: GRand Unified Bootloader
- This package includes GRUB capable to load Illumos
-
Package: zonename
Essential: yes
Priority: required
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/debian/illumos-grub.install b/illumos-grub/debian/illumos-grub.install
index db9f002..030c6aa 100644
--- a/debian/illumos-grub.install
+++ b/illumos-grub/debian/illumos-grub.install
@@ -16,8 +16,12 @@ boot/grub/splash.xpm.gz
boot/grub/stage1
boot/grub/stage2
boot/grub/stage2_eltorito
-boot/grub/ufs_stage1_5
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:
+