]> git.proxmox.com Git - pve-cluster.git/blob - Makefile
datacenter config: mark notification settings as deprecated/unused
[pve-cluster.git] / Makefile
1 include /usr/share/dpkg/pkg-info.mk
2 include /usr/share/dpkg/architecture.mk
3
4 PACKAGE=pve-cluster
5
6 GITVERSION:=$(shell git rev-parse HEAD)
7
8 DEB=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}_${DEB_BUILD_ARCH}.deb
9 DBGDEB=${PACKAGE}-dbgsym_${DEB_VERSION_UPSTREAM_REVISION}_${DEB_BUILD_ARCH}.deb
10
11 PERL_APIVER := `perl -MConfig -e 'print $$Config{debian_abi}//$$Config{version};'`
12
13 all: ${DEB} ${DBG_DEB}
14
15 cpgtest: cpgtest.c
16 gcc -Wall cpgtest.c $(shell pkg-config --cflags --libs libcpg libqb) -o cpgtest
17
18 .PHONY: dinstall
19 dinstall: ${DEB}
20 dpkg -i ${DEB}
21
22 .PHONY: deb
23 deb ${DBG_DEB}: ${DEB}
24 ${DEB}:
25 rm -f *.deb
26 rm -rf build
27 cp -a data build
28 cp -a debian build/debian
29 echo "git clone git://git.proxmox.com/git/pve-cluster.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
30 cd build; dpkg-buildpackage -rfakeroot -b -us -uc
31 lintian ${DEB}
32
33
34 .PHONY: upload
35 upload: ${DEB} ${DBG_DEB}
36 tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH}
37
38 .PHONY: clean
39 clean:
40 rm -rf *~ build *.deb *.changes *.dsc ${CSDIR} *.buildinfo