]>
git.saurik.com Git - apt.git/blob - test/integration/test-apt-get-source
6bca221455c831350a5ba8b9bce004b700f39107
4 TESTDIR
=$(readlink -f $(dirname $0))
8 configarchitecture
"i386"
10 # we need to insert a package into "unstable" so that a Release file is
12 insertpackage
'wheezy' 'unreleated-package' 'all' '1.0'
14 # a "normal" package with source and binary
15 insertpackage
'unstable' 'foo' 'all' '2.0'
16 insertsource
'unstable' 'foo' 'all' '2.0'
18 # its possible to have multiple src versions in the sources file, do not break
19 # in this case (bts #731853)
20 insertsource
'stable' 'foo' 'all' '1.5'
21 insertpackage
'stable' 'foo' 'all' '1.0'
22 insertsource
'stable' 'foo' 'all' '1.0'
24 # this packages exists only as source
25 insertsource
'wheezy' 'foo' 'all' '0.0.1'
26 insertsource
'wheezy' 'foo' 'all' '0.1'
30 APTARCHIVE
=$(readlink -f ./aptarchive)
32 # normal operation gets highest version number
33 HEADER
="Reading package lists...
34 Building dependency tree..."
36 Need to get 0 B of source archives.
37 'file://${APTARCHIVE}/foo_2.0.dsc' foo_2.0.dsc 0 MD5Sum:d41d8cd98f00b204e9800998ecf8427e
38 'file://${APTARCHIVE}/foo_2.0.tar.gz' foo_2.0.tar.gz 0 MD5Sum:d41d8cd98f00b204e9800998ecf8427e" aptget
source -q --print-uris foo
42 Selectied version '1.0' (stable) for foo
43 Need to get 0 B of source archives.
44 'file://${APTARCHIVE}/foo_1.0.dsc' foo_1.0.dsc 0 MD5Sum:d41d8cd98f00b204e9800998ecf8427e
45 'file://${APTARCHIVE}/foo_1.0.tar.gz' foo_1.0.tar.gz 0 MD5Sum:d41d8cd98f00b204e9800998ecf8427e" aptget
source -q --print-uris foo
/stable
49 Need to get 0 B of source archives.
50 'file://${APTARCHIVE}/foo_1.0.dsc' foo_1.0.dsc 0 MD5Sum:d41d8cd98f00b204e9800998ecf8427e
51 'file://${APTARCHIVE}/foo_1.0.tar.gz' foo_1.0.tar.gz 0 MD5Sum:d41d8cd98f00b204e9800998ecf8427e" aptget
source -q --print-uris foo
=1.0
53 # select by release with no binary package (Bug#731102) but ensure to get
56 Selectied version '0.1' (wheezy) for foo
57 Need to get 0 B of source archives.
58 'file://${APTARCHIVE}/foo_0.1.dsc' foo_0.1.dsc 0 MD5Sum:d41d8cd98f00b204e9800998ecf8427e
59 'file://${APTARCHIVE}/foo_0.1.tar.gz' foo_0.1.tar.gz 0 MD5Sum:d41d8cd98f00b204e9800998ecf8427e" aptget
source -q --print-uris foo
/wheezy
63 E: Ignore unavailable version '9.9-not-there' of package 'foo'
64 E: Unable to find a source package for foo" aptget
source -q --print-uris foo
=9.9-not-there