2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00

Merge pull request #40 from xcat2/elilo

Check in dependents for building elilo-xcat deb packages
This commit is contained in:
besawn 2021-05-06 10:32:05 -04:00 committed by GitHub
commit 13ec913d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 55 additions and 2 deletions

View File

@ -1,3 +1,9 @@
elilo-xcat (3.14-5) UNRELEASED; urgency=low
* bump up the kernel_size from 8M to 15M
-- xCAT <https://github.com/xcat2/> Fri, 10 Jul 2020 23:16:56 -0800
elilo-xcat (3.14-4) UNRELEASED; urgency=low
* modify the package to be arch indep

1
elilo/debian/compat Normal file
View File

@ -0,0 +1 @@
5

View File

@ -0,0 +1 @@
../../elilo-big-bzimage-limit.patch

View File

@ -1,2 +1,3 @@
elilo-xcat.patch
elilo-xcat-ubuntu.patch
elilo-big-bzimage-limit.patch

View File

@ -23,8 +23,8 @@ install: build
dh_testroot
dh_clean -k
dh_installdirs
mkdir -p `pwd`/debian/tmp/tftpboot/xcat
cp elilo.efi `pwd`/debian/tmp/tftpboot/xcat/elilo-x64.efi
mkdir -p `pwd`/debian/`dh_listpackages`/tftpboot/xcat
cp elilo.efi `pwd`/debian/`dh_listpackages`/tftpboot/xcat/elilo-x64.efi
# Build architecture-independent files here.
binary-indep: install

View File

@ -0,0 +1,16 @@
Format: 1.0
Source: elilo-xcat
Binary: elilo-xcat
Architecture: all
Version: 3.14-5
Maintainer: xCAT <xcat-user@lists.sourceforge.net>
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7.0.50~), gnu-efi
Package-List:
elilo-xcat deb utils extra arch=all
Checksums-Sha1:
e0ab1112b6a4cf9abdc79e432ca88aa6cd44a92d 222307 elilo-xcat_3.14-5.tar.gz
Checksums-Sha256:
77dbe3528f583a9a8fbd335c928bc2e6cb9e1cbe47bf5ae6818c8f025fb77347 222307 elilo-xcat_3.14-5.tar.gz
Files:
a8cb091d462c6ff82a720ff209884d75 222307 elilo-xcat_3.14-5.tar.gz

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,28 @@
Format: 1.8
Date: Fri, 10 Jul 2020 23:16:56 -0800
Source: elilo-xcat
Binary: elilo-xcat
Architecture: source all
Version: 3.14-5
Distribution: UNRELEASED
Urgency: low
Maintainer: xCAT <xcat-user@lists.sourceforge.net>
Changed-By: xCAT <https://github.com/xcat2/>
Description:
elilo-xcat - Open source implementation of Service Location Protocol V2
Changes:
elilo-xcat (3.14-5) UNRELEASED; urgency=low
.
* bump up the kernel_size from 8M to 15M
Checksums-Sha1:
2e28086805920530ac79f332246db2056f3c3aea 537 elilo-xcat_3.14-5.dsc
e0ab1112b6a4cf9abdc79e432ca88aa6cd44a92d 222307 elilo-xcat_3.14-5.tar.gz
4e81cb134c1eb8824b7c0bcf7ca74a8d4e71375e 63576 elilo-xcat_3.14-5_all.deb
Checksums-Sha256:
802b33bb32b11a149d80eaaacf5d717b63837ce29b3b79364808de2acd9ea0f1 537 elilo-xcat_3.14-5.dsc
77dbe3528f583a9a8fbd335c928bc2e6cb9e1cbe47bf5ae6818c8f025fb77347 222307 elilo-xcat_3.14-5.tar.gz
d7e7f5a3acaaccb71a74286cb991ee91bf2c2f0c9e459bae0b7769261b1c232d 63576 elilo-xcat_3.14-5_all.deb
Files:
aae171623c8c007884bbfb723cf06c5d 537 net extra elilo-xcat_3.14-5.dsc
a8cb091d462c6ff82a720ff209884d75 222307 net extra elilo-xcat_3.14-5.tar.gz
4a2162353aa343b4b1851dded4c483a9 63576 utils extra elilo-xcat_3.14-5_all.deb

Binary file not shown.