[Bug 1205110] Re: autopkgtest should not depend on pbuilder
Martin Pitt
martin.pitt at ubuntu.com
Fri Mar 7 09:51:48 UTC 2014
This works nicely:
use Dpkg::Deps;
$spec = 'nopkg | pmount (>= 0.9 ), pep8 [linux-any], coreutils (>= 1) [armhf],';
$dep = deps_parse($spec, reduce_arch => 1, host_arch => 'armhf');
print $dep->output(), "\n";
results in "nopkg | pmount (>= 0.9), pep8, coreutils (>= 1)", and if I
set host_arch to "amd64" it results in "nopkg | pmount (>= 0.9), pep8"
as expected. autopkgtest can get the target arch from the testbed with
"dpkg --print-architecture", which does not require any non-essential
dependencies.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to autopkgtest in Ubuntu.
https://bugs.launchpad.net/bugs/1205110
Title:
autopkgtest should not depend on pbuilder
Status in “autopkgtest” package in Ubuntu:
Triaged
Bug description:
The autopkgtest package depends on pbuilder, but it shouldn't. There
are several backend options for autopkgtest that don't require
pbuilder; we shouldn't have to install pbuilder just for
/usr/lib/pbuilder/pbuilder-satisfydepends-classic.
A possible substitute for this would be mk-build-deps from devscripts.
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: autopkgtest 2.3
ProcVersionSignature: Ubuntu 3.10.0-2.11-generic 3.10.0
Uname: Linux 3.10.0-2-generic x86_64
ApportVersion: 2.11-0ubuntu1
Architecture: amd64
Date: Thu Jul 25 11:43:49 2013
InstallationDate: Installed on 2010-09-24 (1035 days ago)
InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: autopkgtest
UpgradeStatus: Upgraded to saucy on 2013-05-06 (79 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1205110/+subscriptions
More information about the foundations-bugs
mailing list