commit | fbe02f33995fda3b26bfeab91907e644e8bc0bed | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Mar 17 20:05:04 2015 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Mar 20 11:48:14 2015 -0700 |
tree | 5483656a333cdd826726669ac6de97b763eef3b4 | |
parent | a391bb1fa719d8c7259d3d4d256dbd0af68def86 [diff] |
nfd: Update to the latest dev version Change-Id: Id178cd84064871f514e746dec98ec5e40c61eb2a
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