commit | 6232e2e86b0ba69dfc7ee61763a2fead7dad8360 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Mar 08 00:13:46 2019 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Mar 18 17:03:19 2019 +0000 |
tree | 5d65dc69addd35047e81a40cb94772a77f0d17d4 | |
parent | dc9b0c4dde0f595636b7fce42843ab29c2f25a14 [diff] |
repo-ng: Update Change-Id: Ib807397144fff2308ff65a7e974a0203ea9e3e12
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