commit | 1bda7cfab1b39f605d0c051d51f25cd2a83d2ae8 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Feb 12 00:48:31 2018 +0000 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Mon Feb 12 13:38:37 2018 -0500 |
tree | 3bd59b229b0221b92795e40b19c58211bc1ac3d5 | |
parent | 062e33734a25296a6aef57c1220fee4d017fcb93 [diff] |
Force rebuild after ndn-cxx changes Packages included: - ndn-tools - ndn-traffic-generator - ndncert, - ndnmap-data-collector - repo-ng Change-Id: Icee3e46f164c71eaad524cc5f4a6ac76efed8136 Fixes: #12
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