commit | dae2bef28a6512f144383f142abb17d22f538aae | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@email.arizona.edu> | Wed May 27 14:23:24 2015 -0700 |
committer | Eric Newberry <enewberry@email.arizona.edu> | Sun May 31 18:14:48 2015 -0700 |
tree | 7bcf10a2d9b308320a1562029a536a9503188ab4 | |
parent | 79a3542c7373f0cca2d0423a0c2785406bdba486 [diff] |
PPA: use systemd startup scripts for daemons refs #2810 Change-Id: I79d29d91b1ec3b9e5b85fb9ea6f9e958937452f3
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