commit | 12f58a873921ee894b57d2f4fdb014834f19b6fa | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jun 12 23:55:56 2017 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jun 12 23:55:56 2017 +0000 |
tree | df3999a04fdfd9609d0e3789214317a900ef6391 | |
parent | bc1d8f5268ae22bcdcd02f3ce38edfb7f32a382f [diff] |
Disable 16.10 and enable 17.04 build Change-Id: Ifba925478596de07fa8df536389cfafcd85f2da4
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