commit | 790bb214ea9f9af97662bccf64be5219c3e83cd3 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Mar 15 19:19:25 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Mar 20 11:48:11 2015 -0700 |
tree | c06f68b440b168d1e6df2fa90265ab69a35e4d5f | |
parent | 3cc93ffb724b619846e0f336df33f7433d70f652 [diff] |
nfd: Don't install upstart script for nrd and make sure default certificates are correct Change-Id: I665dc568e0f5f5cc92e461977175a7f40d6d2e0d Refs: #10, #9, #5
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