commit | 72176f98aecba89b5412b0af0011801fb7d16b52 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jul 02 01:02:57 2015 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jul 02 01:02:57 2015 +0000 |
tree | b4e0f3c6fc83d214a69de0ab5c2558e0115479b4 | |
parent | b489361ebda0d8622c9af8807036556e5e69d582 [diff] |
ndns: Rebuild package with the latest version of ndn-cxx library Change-Id: If1efefb857abb6e6ba27cc942443e08cddf9e9fa
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