~jelmer/bzr-builddeb/multiple-upstream-tarballs

« back to all changes in this revision

Viewing changes to cmds.py

  • Committer: Muharem Hrnjadovic
  • Date: 2009-09-16 12:47:18 UTC
  • mto: This revision was merged to the branch mainline in revision 377.
  • Revision ID: muharem@ubuntu.com-20090916124718-93yccsfwwb65y8ro
More consolidation, now builddeb.repack_tarball code opens files using the functions in builddeb.util as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        UpstreamBranchSource,
80
80
        get_upstream_sources,
81
81
        )
82
 
from bzrlib.plugins.builddeb.util import (find_changelog,
 
82
from bzrlib.plugins.builddeb.util import (
83
83
        dget_changes,
 
84
        find_changelog,
84
85
        find_last_distribution,
85
86
        get_export_upstream_revision,
86
87
        lookup_distribution,