commit | 59f2f6eb3cd1d063edddeb27f598e99d98460270 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Apr 01 21:32:43 2019 +0000 |
committer | Alex Afanasyev <aa@cs.fiu.edu> | Tue Apr 02 08:47:01 2019 -0800 |
tree | f5e2649df4ccac76b138b7d51edfd8576b1c9faa | |
parent | 416cd5db43e1924afd92377ba1ac7f1e3f6311c1 [diff] |
ndn-tools: Fix ndnchunks package Change-Id: I9dba439d01d929b549ed3b9ab4e667bd22f9f3f9
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 16.04 (xenial) and 18.04 (bionic). 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 built package will be in <package-folder>/work/<package-name>_<version>.deb