commit | 64ad730c9fda3b952974f421c802f98ec735c9f6 | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Mon Jan 14 19:07:51 2019 -0600 |
committer | Alex Afanasyev <aa@cs.fiu.edu> | Mon Feb 11 13:59:59 2019 -0800 |
tree | af207de57d24207f2d37370d03ded8616203393f | |
parent | 59a0181e97f50d9cdfe73af8fd728e1e6ff5ee94 [diff] |
libpsync: add PSync and update NLSR dependency refs: #4827 Change-Id: I83df4c0532258f490b855335bf94600cc71d7a65
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