euca2ools (2.0.0~bzr516-0ubuntu3.1) precise-proposed; urgency=low

  * Properly create the /etc/ssl/certs/cert-ec2.pem symlink, creating
    /etc/ssl/certs if it doesn't exist already. (LP: #1007533)

 -- Stéphane Graber <stgraber@ubuntu.com>  Fri, 01 Jun 2012 13:24:46 -0400

euca2ools (2.0.0~bzr516-0ubuntu3) precise; urgency=low

  * debian/patches/import-keypair-fix-import.patch: fix 
    import-keypair to use content of filename, not filename (LP: #904739)

 -- Scott Moser <smoser@ubuntu.com>  Thu, 22 Mar 2012 12:11:38 -0400

euca2ools (2.0.0~bzr516-0ubuntu2) precise; urgency=low

  * debian/patches/describe-images-empty-fields.patch: output of
    euca-describe-images is now more consistent with ec2-describe-instances
    (LP: #954068)

 -- Scott Moser <smoser@ubuntu.com>  Thu, 15 Mar 2012 15:41:59 -0400

euca2ools (2.0.0~bzr516-0ubuntu1) precise; urgency=low

  * New upstream snapshot.
    * merged upstream:
      * debian/patches/remove-hardcoded-region-list.patch
      * debian/patches/fix-bin-programs-usr-local.patch
      * debian/patches/eustore-install-image-help.patch
    * --config now works (LP: #891252)
  * debian/patches/describe-instances-add-additional-fields.patch
    add additional output fields including ipaddress and private_ipaddress
    to euca-describe-instances (LP: #947342).
  * debian/patches/describe-instances-ipv4-flag.patch: dropped
    --ipv4 flag was deleted.  Instead, field 16 and 17 should be used
    for reading ip addresses.

 -- Scott Moser <smoser@ubuntu.com>  Mon, 05 Mar 2012 15:34:00 -0500

euca2ools (2.0.0~bzr495-0ubuntu1) precise; urgency=low

  * New upstream snapshot.
    * euca-unbundle is fixed (LP: #896481)
    * euca-run-instances --user-data is fixed (LP: #904320)
    * bump python-boto requirement to 2.1 (trunk commit 487)
  * debian/patches/describe-instances-ipv4-flag.patch
    Add patch to support --ipv4 flag to describe-instances, useful
    for private clouds where no dns resolution is available
  * debian/patches/remove-hardcoded-region-list.patch
    Add patch to remove hard coded ec2 region list
  * debian/patches/fix-bin-programs-usr-local.patch
    Fix programs that use /usr/local/bin/python as interpreter
  * debian/patches/eustore-install-image-help.patch
    make eustore-install-image --help work without environment setup
  * debian/patches/describe-images-results.patch
    improve describe-images output to match with ec2-describe-images
  * debian/patches/describe-snapshots-improve.patch (LP: #744976)
    improve describe-snapshots default list and field list

 -- Scott Moser <smoser@ubuntu.com>  Wed, 14 Dec 2011 22:29:03 -0500

euca2ools (2.0.0~bzr464-0ubuntu2) oneiric; urgency=low

  * fix a bad upload that had a debian-changes patch which reverted
    the intended changes.  euca-modify-image-attribute works now.

 -- Scott Moser <smoser@ubuntu.com>  Tue, 23 Aug 2011 16:26:01 -0400

euca2ools (2.0.0~bzr464-0ubuntu1) oneiric; urgency=low

  * new upstream snapshot of bzr revno 464. (LP: #826022)
  * Note, previous upload was incorrectly named 'bzr451'.  It should have
    been named bzr461 as it was a snapshot of revision 461.

 -- Scott Moser <smoser@ubuntu.com>  Mon, 15 Aug 2011 11:16:29 -0500

euca2ools (2.0.0~bzr451-0ubuntu1) oneiric; urgency=low

  * Move to new snapshot of upstream bzr in anticipation of 2.0.0 release
  * update standards version

 -- Scott Moser <smoser@ubuntu.com>  Thu, 11 Aug 2011 17:17:12 +0100

euca2ools (1.3.1-0ubuntu11) oneiric; urgency=low

  * Convert to dh_python2.  (LP: #788514)

 -- Barry Warsaw <barry@ubuntu.com>  Wed, 29 Jun 2011 11:45:33 +0100

euca2ools (1.3.1-0ubuntu10) oneiric; urgency=low

  * remove auto-generated debian-changes-1.3.1-0ubuntu9 that
    reverted the intent of the previous upload.

 -- Scott Moser <smoser@ubuntu.com>  Tue, 14 Jun 2011 10:56:24 -0400

euca2ools (1.3.1-0ubuntu9) oneiric; urgency=low

  * debian/patches/bundle-vol-copy-fs-info.patch: Fix syntax error in existing
    patch that causes bundling to fail. (LP: #796854)
  * Refresh 413-lp771498-bundle-vol-fix-xfs-bundle.patch 

 -- Adam Gandelman <adam.gandelman@canonical.com>  Tue, 14 Jun 2011 00:00:49 +0100

euca2ools (1.3.1-0ubuntu8) oneiric; urgency=low

  *  fix bundling if root filesystem is xfs, and ext2/3/4 if
     ext2ools are of old versions.  (LP: #771498)

 -- Scott Moser <smoser@ubuntu.com>  Fri, 06 May 2011 01:14:03 +0200

euca2ools (1.3.1-0ubuntu7) natty; urgency=low

  * fix bug with euca-bundle-image on small files such as
    the UEC images 'loader' files (LP: #760157)

 -- Scott Moser <smoser@ubuntu.com>  Wed, 13 Apr 2011 17:17:16 -0400

euca2ools (1.3.1-0ubuntu6) natty; urgency=low

  * use 0.0.0.0/0 as default source-subnet in euca-revoke and
    euca-authorize (LP: #725170)
  * parse EC2_URL correctly if it does not contain a port (LP: #719547)
  * provide symlink from euca-authorize-group to euca-authorize-groups
    for better drop-in replacement of ec2-api-tools. (LP: #720856)

 -- Scott Moser <smoser@ubuntu.com>  Fri, 25 Feb 2011 15:34:45 -0500

euca2ools (1.3.1-0ubuntu5) natty; urgency=low

  * fix odd length string error in euca-bundle-image (LP: #509562)
    which was lost in upgrade to 1.3.1
  * cherry pick 2 upstream commits regarding user id handling. one
    fixing user ids beginning with zero (regressed from LP: #479823)
    one more easily removing '-' chars.
  * cherry pick upstream fix for a bundling bug which caused ec2 instances
    to go straight to terminated (LP: #665667)

 -- Scott Moser <smoser@ubuntu.com>  Fri, 14 Jan 2011 11:38:55 -0500

euca2ools (1.3.1-0ubuntu4) natty; urgency=low

  * fix error in euca-bundle-img that caused build to fail
  * fix all lintian warnings

 -- Scott Moser <smoser@ubuntu.com>  Thu, 13 Jan 2011 12:02:09 -0500

euca2ools (1.3.1-0ubuntu3) natty; urgency=low

  * fix incorrect name in euca-bundle-vol patch so filesystem
    type is correctly copied

 -- Scott Moser <smoser@ubuntu.com>  Wed, 12 Jan 2011 21:35:43 -0500

euca2ools (1.3.1-0ubuntu2) natty; urgency=low

  * update patch delta upstream information (all delta now upstream)
  * cherry pick upstream commits
    * r318 : fix euca-bundle-img to correctly create checksum (LP: #600783)
    * r319 : correctly catch man page build errors
  * copy filesystem uuid, label, fstype from source filesytem to
    bundled volume (LP: #667793, #672986)

 -- Scott Moser <smoser@ubuntu.com>  Wed, 12 Jan 2011 17:29:32 -0500

euca2ools (1.3.1-0ubuntu1) natty; urgency=low

  * New upstream release
  * move to quilt 3.0 source format

 -- Scott Moser <smoser@ubuntu.com>  Wed, 17 Nov 2010 12:54:11 -0500

euca2ools (1.2-0ubuntu11) maverick; urgency=low

  * euca-bundle-image: fix transient Odd-Length exception (LP: #509562)

 -- Scott Moser <smoser@ubuntu.com>  Fri, 17 Sep 2010 12:14:30 -0400

euca2ools (1.2-0ubuntu10) lucid; urgency=low

  * euca-bundle-vol: exclude persistent udev net device rules LP: #551847

 -- Scott Moser <smoser@ubuntu.com>  Wed, 14 Apr 2010 16:42:22 -0400

euca2ools (1.2-0ubuntu9) lucid; urgency=low

  * euca-describe-images: return same result sets as ec2-describe-images
    LP: #541468

 -- Scott Moser <smoser@ubuntu.com>  Mon, 29 Mar 2010 12:14:18 -0400

euca2ools (1.2-0ubuntu8) lucid; urgency=low

  [ Scott Moser ]
  * euca-run-instances:
    - --keypair => --key in usage and man page, LP: #530816
    - print error rather than trace on invalid instance-count, LP: #546420
    - euca-describe-instances: output "running", not "running ", LP: #531453
  * euca-revoke: only show usage once with --help
  * euca-download-bundle: fix usage, LP: #546567
  * euca-bundle-image:
    - fix failure on --block-device-mapping, LP: #546548
    - print usage on --help if userid has '-', LP: #546526
    - fix failure when image name string is in dest string, LP: #522060
  * euca-describe-image-attribute: fix --kernel or --ramdisk when
    image did not have emi or eri, LP: #546551

  [ Dustin Kirkland ]
  * Cherry-pick up to upstream r266, fixes:
    - LP: #536876 - document euca-describe-availability-zones verbose
    - LP: #526591 - enhance parsing of config file
    - LP: #531076 - fix euca-describe-images against specific image

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 25 Mar 2010 15:36:43 -0700

euca2ools (1.2-0ubuntu7) lucid; urgency=low

  [ Dustin Kirkland ]
  * Try to get the Debian and Ubuntu packaging in better sync
    - debian/watch: pulled from Debian
    - debian/rules, debian/manpages: fix manpage building, cleanup,
      and install
    - debian/compat, debian/control:
      + bump to debhelper 7
      + update homepage
      + bump standards version
      + bump python-boto dep (doesn't affect us, but gets us closer to
        Debian's packaging)

  [ Scott Moser ]
  * euca-describe-images returns same result sets as ec2-describe-images
    LP: #541468

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 24 Mar 2010 16:14:44 -0700

euca2ools (1.2-0ubuntu6) lucid; urgency=low

  * Cherry-pick upstream bzr r262, fixes:
    - LP: #530296 - euca-describe-images returns empty set if ami given
      and owner != self (actually fixed in the last uploaded, neglected
      to mention in changelog, do so now, for completeness)

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 08 Mar 2010 14:35:23 -0600

euca2ools (1.2-0ubuntu5) lucid; urgency=low

  * Cherry pick fixes from upstream, up to bzr r265, fixes:
    - LP: #522398 - throw exceptions instead of sys.exit(1)
    - LP: #522396 - fix version string
    - LP: #523332 - check rsync return code
    - LP: #516738 - upstream fix for image store
    - LP: #525137 - don't sys.exit(1)
    - LP: #526697 - merge upstream fix for this one
    - LP: #531076 - fix euca-describe-instances against one instance
    - LP: #526591 - fix config file parsing

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 05 Mar 2010 16:59:25 -0600

euca2ools (1.2-0ubuntu4) lucid; urgency=low

  * order kernel/ramdisk output correctly in euca-describe-images
    LP: #526697

 -- Scott Moser <smoser@ubuntu.com>  Tue, 23 Feb 2010 17:03:57 -0500

euca2ools (1.2-0ubuntu3) lucid; urgency=low

  [ Scott Moser ]
  * euca2ools/euca2ools/__init__.py: ensure that euca-bundle-image supports
    symlinks, LP: #522292

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 23 Feb 2010 13:51:42 -0600

euca2ools (1.2-0ubuntu2) lucid; urgency=low

  * Fix bug where users ~/.eucarc was not read.  LP: #524652

 -- Scott Moser <smoser@ubuntu.com>  Fri, 19 Feb 2010 15:31:13 -0500

euca2ools (1.2-0ubuntu1) lucid; urgency=low

  * Upstream has released euca2ools 1.2 at bzr 248; update package version
    accordingly

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 16 Feb 2010 14:37:02 -0600

euca2ools (1.2~bzr248-0ubuntu1) lucid; urgency=low

  * Merge from upstream bzr revision; should fix:
    - LP: #517871 - fix euca-describe-volumes

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 11 Feb 2010 16:17:10 -0600

euca2ools (1.2~bzr245-0ubuntu2) lucid; urgency=low

  * debian/control: recommend cloud-utils, which has some nice helper scripts
    for bundling images, LP: #517696

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 11 Feb 2010 15:38:34 -0600

euca2ools (1.2~bzr245-0ubuntu1) lucid; urgency=low

  * Merge from upstream bzr revision; should fix:
    - LP: #510982 - show kernel and ramdisk attributes
    - LP: #516486 - fix attribute display
    - LP: #516738 - fix ubuntu image store

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 11 Feb 2010 15:35:07 -0600

euca2ools (1.1~bzr239-0ubuntu1) lucid; urgency=low

  * Merge from upstream bzr revision, should fix:
    - LP: #507840 - indicate filename and path of manifest

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 18 Jan 2010 16:40:00 +1300

euca2ools (1.1~bzr238-0ubuntu2) lucid; urgency=low

  * debian/cert-ec2.pem, bin/euca-bundle-vol, debian/links: add the ec2
    public cert to this package, such that users can build EC2 images
    without installing ec2-ami-tools from multiverse, LP: #479836

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 07 Jan 2010 20:22:22 -0600

euca2ools (1.1~bzr238-0ubuntu1) lucid; urgency=low

  * Merge from upstream bzr revision; should fix:
    - LP: #497495 - parse dir path correctly in euca-delete-bundle
    - LP: #439366 - show kernel and ramdisk in euca-describe-images
    - LP: #495618 - show blk dev mappings in euca-describe-image-attribute
    - LP: #485106 - read credentials from config file
    - LP: #450044 - create tmpfs mounts in euca-bundle-vol
    - LP: #479823 - correctly handle userid in euca-bundle-vol
    - LP: #461301 - fix user data encoding
  * Also, created Ubuntu packaging branch, with a common root to the upstream
    project

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 05 Jan 2010 23:13:36 -0600

euca2ools (1.0+bzr20091007-0ubuntu2) lucid; urgency=low

  [ Scott Moser ]
  * Do not base64 encode user-data in euca-run-instances, as boto takes
    care of that (LP: #461156)

 -- Thierry Carrez <thierry.carrez@ubuntu.com>  Wed, 02 Dec 2009 10:08:14 +0100

euca2ools (1.0+bzr20091007-0ubuntu1) karmic; urgency=low

  * Upstream bugfix release (from bzr rev219), fixes:
    - euca-describe-volume should show the zone for a volume (LP: #444105)
    - euca-create-volume shouldn't show 'None' on failure (LP: #436947)
    - euca-attach-volume should not proceed after error (LP: #444097)
    - Remove --ec2cert_path typo in help (should be --ec2-cert) (LP: #444747)

 -- Thierry Carrez <thierry.carrez@ubuntu.com>  Mon, 12 Oct 2009 09:11:57 +0200

euca2ools (1.0+bzr20090923-0ubuntu1) karmic; urgency=low

  * Upstream bugfix release, fixes LP: #435126, LP: #430093.

 -- Thierry Carrez <thierry.carrez@ubuntu.com>  Wed, 23 Sep 2009 11:56:45 +0200

euca2ools (1.0+bzr20090731-1ubuntu2) karmic; urgency=low

  * Also bdep on python-boto since euca2ools also imports it.

 -- Loïc Minier <loic.minier@ubuntu.com>  Sat, 22 Aug 2009 17:45:21 +0200

euca2ools (1.0+bzr20090731-1ubuntu1) karmic; urgency=low

  * Build-dep on python-m2crypto for the euca2ools import to work (euca2ools
    imports M2Crypto) when calling tools' with --help via help2man.
  * Makefile: export PYTHONPATH for the whole loop of the manpages target as
    it's needed for DESCR=`$$x --help ...`.

 -- Loïc Minier <loic.minier@ubuntu.com>  Sat, 22 Aug 2009 17:29:00 +0200

euca2ools (1.0+bzr20090731-1) unstable; urgency=low

  * Initial release (Closes: #537370).
  * Final roundup-contributions by Steffen Moeller.

 -- chris grzegorczyk <grze@eucalyptus.com>  Sat, 01 Aug 2009 13:50:56 +0200

euca2ools (1.0-2euca1) UNRELEASED; urgency=low

  * Release 1.0 GA version
  * Add README.debian  

 -- chris grzegorczyk <grze@eucalyptus.com>  Thu, 16 Jul 2009 21:25:47 -0700

euca2ools (1.0-2) UNRELEASED; urgency=low

  * Further addition to debian/control.
    - improved description
    - versioned dependencies
  * DIY of dynamically generate man pages with help2man

 -- chris grzegorczyk <grze@eucalyptus.com>  Wed, 08 Jul 2009 15:04:45 +0200

euca2ools (1.0-1) UNRELEASED; urgency=low

  * Updated packaging with fixes thanks to Steffen Moeller and David Wendt.

 -- chris grzegorczyk <grze@eucalyptus.com>  Tue, 07 Jul 2009 23:36:19 -0700

euca2ools (1.0-0euca1) UNRELEASED; urgency=low

  * Initial release.

 -- chris grzegorczyk <grze@eucalyptus.com>  Tue, 07 Jul 2009 11:26:26 -0700

