~ubuntu-branches/ubuntu/karmic/sbuild/karmic-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh, Roger Leigh
  • Date: 2009-05-19 22:16:46 UTC
  • mfrom: (8.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090519221646-iyxt2sohtaxtwgjr
Tags: 0.58.4-1
[ Roger Leigh ]
* New release. 
* sbuild:
  - A $purge_build_deps configuration option, and --purge-deps
    command-line option have been added to control build-dependency
    removal (Closes: #528312).
  - Use the isin function from the Sbuild module (Closes: #529470).
    Thanks to Gustavo Noronha Silva for spotting this.
* Sbuild:
  - Use Filesys::Df (libfilesys-df-perl) in place of invoking /bin/df
    and parsing its output.  This is more robust and efficient, and
    works whatever the user environment (Closes: #509133).

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
print "-------------- merge-quinn $date --------------\n";
44
44
 
45
45
$tmpdir = "/tmp/merge-quinn.$$";
46
 
chomp( $arch = `dpkg --print-installation-architecture` );
 
46
chomp( $arch = `dpkg --print-architecture` );
47
47
 
48
48
mkdir( $tmpdir, 0755 ) or die "mkdir $tmpdir: $!\n";
49
49
chdir( $tmpdir ) or die "chdir $tmpdir: $!\n";