commit | d26dd88a93cc15cab9fbb9cc7fa25e31e475cc9e | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Apr 24 15:51:52 2022 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun Apr 24 21:41:02 2022 -0400 |
tree | 4bb4107315b674abba9344a78de17bfcfcb66193 | |
parent | cc0ab5d2a236a70846be6f69b4640f4dc6c36c49 [diff] |
Don't force a dependency on nfd Other compatible forwarders may be used Change-Id: I0736af1619e3b33ebb7c580928ad9b54f9854f04
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