commit | ff2add9c24a9d94e39fa2d293fd123d55724d6cb | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Mar 25 21:36:56 2016 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Mar 25 21:36:56 2016 +0000 |
tree | 35ea81af7a66f0bfb6a489748530c3b96fe7e8f4 | |
parent | e7eaabd7ebc074f3c2c8a6d8927b70011e1a976f [diff] |
nlsr: Update to the latest dev version Change-Id: I1de946372099fa1822cc6c272c0238f37e15ff6c
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