commit | 5d04dd26b7cf9a2f841135854c68617f5916f38d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Feb 26 17:54:41 2018 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun May 06 23:41:22 2018 +0000 |
tree | 11a5bb78e54a61048c638cf69f74ee14939fdf46 | |
parent | ec709c44c1b983d9de51b3c142b4f78a3c76d909 [diff] |
ndn-cxx: Add replacement packages ndn-cxx, ndn-cxx-dev, ndn-cxx-dbg to avoid conflicts Change-Id: I1cfe1b415c7ca1be62eb9db85644833a1241f997
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