]> git.proxmox.com Git - criu.git/commitdiff
switch to Debians packaging as base
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 10 Mar 2017 11:25:20 +0000 (12:25 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 10 Mar 2017 11:25:20 +0000 (12:25 +0100)
Makefile
criu.tgz

index 3665eab18d0698c23a58e5d7640c17869e8f862d..929415a08ee108da2b1d367f25eee76d0348c1cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ $(DEB1): $(SRCTAR)
 .PHONY: download
 download:
        rm -rf ${SRCDIR} ${SRCTAR}
-       git clone -b v$(PKGVER) git://github.com/xemul/$(PACKAGE).git
+       git clone -b debian/2.11.1-1 https://anonscm.debian.org/git/collab-maint/criu.git ${SRCDIR}
        tar czf ${SRCTAR}.tmp --exclude=.git ${SRCDIR}
        mv ${SRCTAR}.tmp ${SRCTAR}
 
index 38782945fdda1e6637c6b2b68507a1aacdab50e7..8812b8166a8baad114f848a478db0c61390a9987 100644 (file)
Binary files a/criu.tgz and b/criu.tgz differ