commit | fceb26e589d3bc48bd8071786140a789873a3d7e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Apr 03 20:52:36 2019 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Apr 03 21:34:33 2019 +0000 |
tree | cb83b4983aa1bb05871ed768a854479ae0ff80d8 | |
parent | 59f2f6eb3cd1d063edddeb27f598e99d98460270 [diff] |
repo-ng: Update to version that fixes regression with prefix registrations Change-Id: Ib27b772df38314bc52b4a9f1aa10312c6a76dc29
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