~ubuntu-branches/ubuntu/natty/sbuild/natty-updates

« back to all changes in this revision

Viewing changes to bin/wanna-build-merge-packages

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2010-05-14 23:13:17 UTC
  • mfrom: (0.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20100514231317-09132vor1bgwk4nq
Tags: upstream-0.60.0
ImportĀ upstreamĀ versionĀ 0.60.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
print "-------------- merge-packages $date --------------\n";
44
44
 
45
45
$tmpdir = "/tmp/merge-packages.$$";
46
 
$arch = `dpkg --print-architecture` );
 
46
$arch = `dpkg --print-architecture`;
47
47
 
48
48
# make backups of databases
49
49
my $d;