[Pkg-bazaar-commits] ./bzr-builddeb/trunk r342: Fix recreating tarball with pristine-tar.

James Westby james.westby at canonical.com
Sat Jul 4 19:18:43 UTC 2009


------------------------------------------------------------
revno: 342
committer: James Westby <james.westby at canonical.com>
branch nick: trunk
timestamp: Sat 2009-07-04 15:18:43 -0400
message:
  Fix recreating tarball with pristine-tar.
modified:
  import_dsc.py
-------------- next part --------------
=== modified file 'import_dsc.py'
--- a/import_dsc.py	2009-06-09 15:29:56 +0000
+++ b/import_dsc.py	2009-07-04 19:18:43 +0000
@@ -1697,8 +1697,7 @@
             export(tree, dest, format='dir')
             delta = self.pristine_tar_delta(revid)
             command = ["/usr/bin/pristine-tar", "gentar", "-",
-                       dest_filename]
-            print command
+                       os.path.abspath(dest_filename)]
             proc = Popen(command, stdin=PIPE, cwd=dest)
             (stdout, stderr) = proc.communicate(delta)
             if proc.returncode != 0:



More information about the Pkg-bazaar-commits mailing list