commit | 05beec42139bd79c3258e39de8f394fe06f93931 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed May 13 05:00:10 2015 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed May 13 05:00:10 2015 +0000 |
tree | 0e709df512ff86f8bcd33e8f21a419339b077a32 | |
parent | 93229f913663a99ef5d78135246088214f849338 [diff] |
ndn-cxx: Update to the released version 0.3.2 Change-Id: I96b3495d2381c8a5323109ae7c54263aca9e59c6
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