commit | c5103863713bbde2013a0b3d5d3cdee9134a118c | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed May 07 19:24:25 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed May 07 20:04:45 2014 -0700 |
tree | 1e5677a2d843c96ce24dffee77dd2b5310210b97 | |
parent | 064ac0ff71188dbcd1bf82dd8441a4e0b898b2cf [diff] |
Add packaging framework
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 a specific source package and upload it to the ppa.
make dput <PACKAGE_NAME>
Before running dput make sure that you have access to upload packages to named-data/ppa
(or modify target PPA repository in packaging.mk
).