commit | 4bed6613734dac14492419fc02dca656fa0960b4 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 26 05:45:04 2017 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 26 05:45:51 2017 +0000 |
tree | 3dfee46367488676ba62874264d414928b3811bf | |
parent | 7eec426cf2ee8c780d912fd18314a37e28dcb206 [diff] |
repo-ng: Update to ndn-cxx 0.5.1 Change-Id: Ic76c591007d6c4d4dd4df00261da9c5fe02e6c8f
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 12.04 (precise), 13.10 (saucy), and 14.04 (trusty). 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 build package will be in <package-folder>/work/<package-name>_<version>.deb