Makefile : bump to 6.0.1

also,
 - debianpkg in frr repo is now debian
 - use DEB_BUILD_PROFILES=pkg.frr.nortrlib as librtr-dev is only in sid

Signed-off-by: Rhonda D'Vine <rhonda@proxmox.com>
This commit is contained in:
Alexandre Derumier 2018-12-31 10:29:33 +01:00 committed by Rhonda D'Vine
parent 86e89ba0f1
commit 930d323e28

View File

@ -1,5 +1,5 @@
PACKAGE=frr PACKAGE=frr
VER=6.0 VER=6.0.1
PKGREL=0+pve PKGREL=0+pve
SRCDIR=frr SRCDIR=frr
@ -16,7 +16,7 @@ all: ${DEB}
.PHONY: submodule .PHONY: submodule
submodule: submodule:
test -f "${SRCDIR}/debianpkg/changelog" || git submodule update --init test -f "${SRCDIR}/debian/changelog" || git submodule update --init
.PHONY: deb .PHONY: deb
deb: ${DEB} deb: ${DEB}
@ -24,8 +24,9 @@ ${DEB}: | submodule
rm -f *.deb rm -f *.deb
rm -rf $(BUILDDIR) rm -rf $(BUILDDIR)
cp -rpa ${SRCDIR} ${BUILDDIR} cp -rpa ${SRCDIR} ${BUILDDIR}
cp -a debian ${BUILDDIR} rm $(BUILDDIR)/debian/changelog
cd ${BUILDDIR}; dpkg-buildpackage -rfakeroot -b -uc -us cp -R debian/* $(BUILDDIR)/debian/
cd ${BUILDDIR}; DEB_BUILD_PROFILES=pkg.frr.nortrlib dpkg-buildpackage -rfakeroot -b -uc -us
.PHONY: upload .PHONY: upload
upload: ${DEB} upload: ${DEB}