commit | 5cbf40f54ce27a4cd92d8260d162c34fc7aa9188 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Feb 01 15:31:26 2018 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Feb 01 15:31:26 2018 +0000 |
tree | 20f1c25de389c03a75a3a985baa87f0794834003 | |
parent | 14fc7f906efd7afa6244e5ede49ce74f67f9c10a [diff] |
ndnmap-data-collector: Release 0.1.0-12-gaff60ff Change-Id: I53b7a3b26868fa87c60f2d9d1f334a507b2aa85e
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