1 include /usr
/share
/dpkg
/pkg-info.mk
3 PACKAGE
=libpve-network-perl
5 BUILDDIR ?
= ${PACKAGE}-${DEB_VERSION_UPSTREAM}
7 DEB
=${PACKAGE}_
${DEB_VERSION_UPSTREAM_REVISION}_all.deb
8 DSC
=${PACKAGE}_
${DEB_VERSION_UPSTREAM_REVISION}.dsc
9 TARGZ
=${PACKAGE}_
${PKGVER}-${PKGREL}.
tar.gz
18 ${BUILDDIR}: PVE debian
20 rsync
-a
* ${BUILDDIR}
21 echo
"git clone git://git.proxmox.com/git/pve-network.git\\ngit checkout $(shell git rev-parse HEAD)" > ${BUILDDIR}/debian
/SOURCE
26 cd
${BUILDDIR}; dpkg-buildpackage
-b
-us
-uc
32 cd
${BUILDDIR}; dpkg-buildpackage
-S
-us
-uc
-d
-nc
35 .PHONY
: clean distclean
38 rm -rf
*~
*.deb
*.changes
${PACKAGE}-* *.buildinfo
*.dsc
*.
tar.gz
46 ${MAKE} -C PVE
install
50 tar cf
- ${DEB}|ssh
-X repoman@repo.proxmox.com
-- upload
--product pve
--dist stretch