]> git.proxmox.com Git - zfs-grub.git/blobdiff - Makefile
update to grub2.02-beta3-3
[zfs-grub.git] / Makefile
index 23c963eb83f0c7b9cb3c4978919c89d3de16afdb..fc4a5293886c2d7c86e87cb9490b4ae47516c86f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,13 @@ RELEASE=4.0
 
 GRUB_DIR=grub
 GRUB_SRC=${GRUB_DIR}.tar.gz
-SNAPVER=2.02-beta2.9-ZOL11-7aa9f6
+TAG=debian/2.02.beta3-3
 
 # update/sync changelog.pve
-DEBVER=2.02-pve4
+DEBVER=2.02-pve5
 
 PC_DEBS=                                       \
+grub2_${DEBVER}_amd64.deb                      \
 grub2-common_${DEBVER}_amd64.deb               \
 grub-common_${DEBVER}_amd64.deb                        \
 grub-efi-amd64-bin_${DEBVER}_amd64.deb         \
@@ -42,13 +43,12 @@ grub ${DEBS}:
        # hack: remove quilt dir, so that dpkg-buildpackage correctly apply
        # all debian patches
        rm -rf ${GRUB_DIR}/.pc ${GRUB_DIR}/patches
-       cd ${GRUB_DIR}; dpkg-buildpackage -b -uc -us 
+       cd ${GRUB_DIR}; dpkg-buildpackage -b -uc -us
 
 .PHONY: download
 download:
        rm -rf grub ${GRUB_SRC} ${GRUB_SRC}.tmp
-       git clone https://github.com/zfsonlinux/grub
-       cd grub; git checkout snapshot/debian/jessie/${SNAPVER}
+       git clone --recursive -b ${TAG} https://anonscm.debian.org/cgit/pkg-grub/grub.git
        tar czf ${GRUB_SRC}.tmp grub
        mv ${GRUB_SRC}.tmp ${GRUB_SRC}