]> git.proxmox.com Git - pve-container.git/blame_incremental - Makefile
d/control: bump version dependency on pve-storage
[pve-container.git] / Makefile
... / ...
CommitLineData
1VERSION=2.0
2PACKAGE=pve-container
3PKGREL=26
4
5GITVERSION:=$(shell git rev-parse HEAD)
6
7ARCH:=all
8
9DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb
10
11all: ${DEB}
12
13.PHONY: dinstall
14dinstall: ${DEB}
15 dpkg -i ${DEB}
16
17.PHONY: deb
18deb: ${DEB}
19${DEB}:
20 rm -rf build
21 mkdir build
22 rsync -a src/ build
23 rsync -a debian/ build/debian
24 echo "git clone git://git.proxmox.com/git/pve-container\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
25 cd build; dpkg-buildpackage -b -us -uc
26 lintian ${DEB}
27
28.PHONY: clean
29clean:
30 make -C src clean
31 rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes *.buildinfo
32 find . -name '*~' -exec rm {} ';'
33
34.PHONY: distclean
35distclean: clean
36
37.PHONY: upload
38upload: ${DEB}
39 tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch