commit | 5e6d8d30c49247d006ad0c1d2777f3d3b371f448 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Mar 25 21:33:25 2016 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Mar 25 21:33:25 2016 +0000 |
tree | c4f9a87c7c1a064a8457634c68247b97a6fa7a31 | |
parent | 1ab32b9de3249852dfe15cb2018d3dec4732f384 [diff] |
ndn-traffic-generator: Update package to build against latest ndn-cxx Change-Id: Iac93273263fd86c5a55b86c64791b47a1c38c17a
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