BIRD 2.0.8
Vincent Bernat
bernat at luffy.cx
Thu Apr 8 12:08:49 CEST 2021
❦ 8 avril 2021 11:00 +02, Peter Hurtenbach:
> Below are my steps I've done to import the new upstream version and
> build the package with git-buildpackage on a Debian Buster machine (or
> chroot).
A simpler alternative:
apt install git-buildpackage pristine-tar pbuilder
DIST=buster git-pbuilder create
gbp clone https://salsa.debian.org/debian/bird2.git
cd bird2
gbp import-orig --uscan
(do what you did with the patches)
dch -v 2.0.8-0
git commit -a -m "New upstream version"
gbp buildpackage --git-pbuilder --git-dist=buster
--
But, for my own part, it was Greek to me.
-- William Shakespeare, "Julius Caesar"
More information about the Bird-users
mailing list