~ubuntu-branches/ubuntu/saucy/cloud-init/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Scott Moser
  • Date: 2010-02-04 03:00:05 UTC
  • Revision ID: james.westby@ubuntu.com-20100204030005-49ceaveyurbclc0b
Tags: 0.5.3-0ubuntu1
* Rename ec2-init to cloud-init.  New upstream release.
* set hostname to ip-u.x.y.z if local-hostname provides a ip addr
  (LP: #475354)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
DEB_PYTHON_SYSTEM=pycentral
 
4
include /usr/share/cdbs/1/class/python-distutils.mk
 
5
include /usr/share/cdbs/1/rules/debhelper.mk
 
6
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
7
 
 
8
binary-install/cloud-init::
 
9
        for x in $(DEB_DESTDIR)/usr/bin/*.py; do mv "$$x" "$${x%.py}"; done