commit | b79a7b7cd1677a807a43292a341c7d7b9f532d51 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 08 22:16:35 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 08 22:29:30 2014 -0700 |
tree | bf58181082d77f122f541f3e5047df0f4adb69d0 | |
parent | c5103863713bbde2013a0b3d5d3cdee9134a118c [diff] |
Fixing main packaging script
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
).