diff -Nru euca2ools-1.3.1/debian/changelog euca2ools-1.3.1/debian/changelog --- euca2ools-1.3.1/debian/changelog 2011-05-05 16:14:07.000000000 -0700 +++ euca2ools-1.3.1/debian/changelog 2011-06-13 15:30:11.000000000 -0700 @@ -1,3 +1,11 @@ +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 Mon, 13 Jun 2011 15:18:06 -0700 + euca2ools (1.3.1-0ubuntu8) oneiric; urgency=low * fix bundling if root filesystem is xfs, and ext2/3/4 if diff -Nru euca2ools-1.3.1/debian/patches/413-lp771498-bundle-vol-fix-xfs-bundle.patch euca2ools-1.3.1/debian/patches/413-lp771498-bundle-vol-fix-xfs-bundle.patch --- euca2ools-1.3.1/debian/patches/413-lp771498-bundle-vol-fix-xfs-bundle.patch 2011-05-05 16:07:43.000000000 -0700 +++ euca2ools-1.3.1/debian/patches/413-lp771498-bundle-vol-fix-xfs-bundle.patch 2011-06-13 15:17:54.000000000 -0700 @@ -39,5 +39,5 @@ - if len(tunecmd): + if len(tunecmd) > 0: Util().check_prerequisite_command(tunecmd[0]) - tune_cmd = Popen(tunecmd,PIPE).communicate[0] + tune_cmd = Popen(tunecmd,PIPE).communicate()[0] diff -Nru euca2ools-1.3.1/debian/patches/bundle-vol-copy-fs-info.patch euca2ools-1.3.1/debian/patches/bundle-vol-copy-fs-info.patch --- euca2ools-1.3.1/debian/patches/bundle-vol-copy-fs-info.patch 2011-01-12 18:35:08.000000000 -0800 +++ euca2ools-1.3.1/debian/patches/bundle-vol-copy-fs-info.patch 2011-06-13 15:17:39.000000000 -0700 @@ -123,7 +123,7 @@ + + if len(tunecmd): + Util().check_prerequisite_command(tunecmd[0]) -+ tune_cmd = Popen(tunecmd,PIPE).communicate[0] ++ tune_cmd = Popen(tunecmd,PIPE).communicate()[0] def add_fstab( self,