]> git.proxmox.com Git - pve-cluster.git/blame - Makefile
add generic data broadcast interface
[pve-cluster.git] / Makefile
CommitLineData
810ebdb4
TL
1include /usr/share/dpkg/pkg-info.mk
2include /usr/share/dpkg/architecture.mk
3
fe000966 4PACKAGE=pve-cluster
fe000966 5
0d42a457 6GITVERSION:=$(shell git rev-parse HEAD)
fe000966 7
810ebdb4
TL
8DEB=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}_${DEB_BUILD_ARCH}.deb
9DBGDEB=${PACKAGE}-dbgsym_${DEB_VERSION_UPSTREAM_REVISION}_${DEB_BUILD_ARCH}.deb
fe000966 10
e1c275a7 11PERL_APIVER := `perl -MConfig -e 'print $$Config{debian_abi}//$$Config{version};'`
af75b50f
DM
12
13all: ${DEB} ${DBG_DEB}
fe000966
DM
14
15cpgtest: cpgtest.c
a8bf13d0 16 gcc -Wall cpgtest.c $(shell pkg-config --cflags --libs libcpg libqb) -o cpgtest
fe000966
DM
17
18.PHONY: dinstall
170647bc
DM
19dinstall: ${DEB}
20 dpkg -i ${DEB}
fe000966 21
22c1bf56 22.PHONY: deb
0ef952c1
WB
23deb ${DBG_DEB}: ${DEB}
24${DEB}:
22c1bf56 25 rm -f *.deb
fe000966 26 rm -rf build
0ef952c1 27 cp -a data build
fe000966 28 cp -a debian build/debian
14b8afbb 29 sed -e "s|@PERLAPI@|perlapi-$(PERL_APIVER)|g" debian/control.in > build/debian/control
197d4344 30 echo "git clone git://git.proxmox.com/git/pve-cluster.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
fe000966 31 cd build; dpkg-buildpackage -rfakeroot -b -us -uc
5d7679ac 32 lintian ${DEB}
fe000966
DM
33
34
35.PHONY: upload
af75b50f 36upload: ${DEB} ${DBG_DEB}
1c021b60 37 tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH}
fe000966
DM
38
39.PHONY: clean
40clean:
810ebdb4 41 rm -rf *~ build *.deb *.changes *.dsc ${CSDIR} *.buildinfo