~ubuntu-branches/ubuntu/lucid/ec2-init/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Scott Moser
  • Date: 2009-09-24 16:32:42 UTC
  • Revision ID: james.westby@ubuntu.com-20090924163242-4dfb22xuj30vshul
Tags: 0.4.999-0ubuntu2
* remove rightscale-init from package (see LP: #434181, LP: #434693)
* fix lintian warning, specify path to GPL-3
* replace multiple '| logger' in regenerate_ssh_host_keys single one
* add ec2-is-compat-env, and disable init script by default.  it can be
  enabled by setting 'compat=1' in /etc/ec2-init/is-compat-env

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
binary-install/ec2-init::
11
11
        for x in $(DEB_DESTDIR)/usr/bin/*.py; do mv "$$x" "$${x%.py}"; done
12
 
        dh_installinit -p ec2-init --name rightscale-init -- defaults 99 09