commit | 4038f4d1961f3445ef5a74cffec8f55686dfaedc | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Tue Jan 14 20:22:33 2020 +0000 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Wed Jan 15 19:24:32 2020 +0000 |
tree | b03749769e18817dc23e587dfdea14f9b2c49672 | |
parent | 47144382aed5b1a8241498331a865088a596da90 [diff] |
nfd: Update to version 0.7.0 Change-Id: Ic08845a02c95d41c95423bec5fc9860e60e05abe
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