commit | 2b1f07265cb5e56e374ca8d68eca42c60b50b546 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Tue Feb 25 16:42:01 2020 +0000 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Tue Feb 25 16:42:01 2020 +0000 |
tree | 93c219b030e7cb15903858bca370d5622ce18511 | |
parent | 8a9a7c973cc69b9e3695618c6ef57a5add9790b5 [diff] |
nlsr: Update to version 0.5.2 Change-Id: I9d3f05ae1b42e3a31dcabb2268e3dd9aabe7dd4c
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