~awstools-dev/ubuntu/precise/aws-cloudformation-cli/precise

Viewing all changes in revision 9.

  • Committer: Scott Moser
  • Date: 2011-10-20 21:15:49 UTC
  • Revision ID: smoser@ubuntu.com-20111020211549-h1i3kt27yhw02e7s
initial debian packaging

Most of this has been copied and then modified from rdscli.
The rdscli upstream package is *very* similar to this one.

debian/name2desc was initially created as below, and then hand-modified.
  for f in man/*.usage; do
    n=${f%.usage}; n=${n##*/};
    while read line; do [ "${line}" = "DESCRIPTION" ] && read desc && break;
    done < "$ ;
  printf "%s\t%s\n" "${n}" "${desc}"; done > debian/name2desc

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: