commit | 04ba67c4c2953267e05caf328eb9b5370833637b | [log] [tgz] |
---|---|---|
author | Alex Afanasyev <aa@cs.fiu.edu> | Sun Nov 22 22:02:41 2020 +0000 |
committer | Alex Afanasyev <aa@cs.fiu.edu> | Mon Nov 23 01:44:00 2020 +0000 |
tree | f527f280659b2abd6d7fb7feb9ff6b300da3a122 | |
parent | 90e376f2961658efa89bb1ab2431d941ff9eaf2c [diff] |
ndn-cxx: Release 0.7.1 Change-Id: Ib28d69dafb2d4eb97db941f982b978123cadb196
The following packages needs to be installed in order to build source .deb package to be upload to PPA:
sudo apt-get install git devscripts debhelper dh-make
The build process is very much automated and the following command can be used to build all packages and upload them to the ppa.
make dput
Before running dput make sure that you have access to upload packages to named-data/ppa
(or modify target PPA repository in packaging.mk
).
To build a specific package, go to the package's folder and run the same make dput
command.
The scripts by default create source packages for Ubuntu 16.04 (xenial) and 18.04 (bionic). If necessary, default actions and distributions can be overriden:
To only build source packages (no upload), only for Ubuntu 12.04:
make build DISTROS=precise
To build binary package that can be installed with dpkg -i <package>.deb
:
make build DEBUILD=debuild DISTROS=precise
The built package will be in <package-folder>/work/<package-name>_<version>.deb