commit | 8ffd4142ed4d9082d5b4729806d013ac36fdd6f6 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 01 20:01:08 2015 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 01 20:01:08 2015 +0000 |
tree | e3238492ad8e261cad2953c7a7b1d4365a1b3b04 | |
parent | 6fb2927130b96e8ab377adbb7b1390162be36c54 [diff] |
ndn-tools: Update to version 0.2 and related fixes Change-Id: I7e50a73c4e77a50d09414cb6d24e503df05c365a
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