commit | a2b458cc45545aa43c2f319a337f01b2c066fb71 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon May 07 06:08:19 2018 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon May 07 06:36:16 2018 +0000 |
tree | 89f61d6e0127ed32868bc67d6e5ec8ff2cc4eacb | |
parent | 79e2b66c481923d1ec208cf6a7fab827b4552ddd [diff] |
ndn-tools: Update to version 0.6.1 Change-Id: I7272e5d5ae2aed29b12fa0883fb77e78f550f775
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