setupaptarchive
testsuccessequal 'Reading package lists...
+Reading package lists...
Building dependency tree...
The following NEW packages will be installed:
bar
Conf bar (1.0 unstable [all])' aptget build-dep buildprofiles -s -o APT::Architecture=i386 -P stage1
KEEP='Reading package lists...
+Reading package lists...
Building dependency tree...
The following NEW packages will be installed:
foo
Conf foo (1.0 unstable [all])'
setdrop() {
DROP="Reading package lists...
-Building dependency tree...
$1 has no build depends.
+Reading package lists...
+Building dependency tree...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."
}
msgtest 'Check if version of installed dpkg is high enough for' 'build profiles support'
-if dpkg --compare-versions "$(command dpkg-query --showformat='${Version}' --show dpkg)" 'ge' '1.17.14'; then
+if dpkg --compare-versions "$(dpkg_version)" 'ge' '1.17.14'; then
msgpass
testwithdpkg() {
msgtest "Test with" "dpkg-checkbuilddeps -d '$1' -P '$2'"
testwithdpkg "$2" "$3" "$4"
}
+testsuccess aptcache gencaches
setdrop 'spec-1'
testprofile 'spec-1' 'foo <!stage1>' '' "$KEEP"
testprofile 'spec-1' 'foo <!stage1>' 'stage1' "$DROP"