]>
Commit | Line | Data |
---|---|---|
019dfaed MV |
1 | #!/bin/sh |
2 | set -e | |
3 | ||
3abb6a6a DK |
4 | TESTDIR="$(readlink -f "$(dirname "$0")")" |
5 | . "$TESTDIR/framework" | |
019dfaed MV |
6 | |
7 | setupenvironment | |
cd907113 | 8 | configarchitecture 'i386' |
019dfaed MV |
9 | |
10 | # we need to insert a package into "unstable" so that a Release file is | |
11 | # create for the test | |
cd907113 | 12 | insertpackage 'wheezy' 'build-essential' 'all' '1.0' |
019dfaed MV |
13 | |
14 | # a "normal" package with source and binary | |
15 | insertpackage 'unstable' 'foo' 'all' '2.0' | |
16 | insertsource 'unstable' 'foo' 'all' '2.0' | |
17 | ||
d17f2b1b | 18 | # binary packages with Source-field |
07aca07a DK |
19 | insertpackage 'unstable,testing' 'bin' 'i386' '3-2+b1' 'Source: bin (3-2)' |
20 | insertsource 'unstable,testing' 'bin' 'any' '3-2' | |
d17f2b1b DK |
21 | insertpackage 'stable' 'bin' 'i386' '2-2+b1' 'Source: bin-backport (2-2)' |
22 | insertsource 'stable' 'bin-backport' 'any' '2-2' | |
23 | ||
66f13784 MV |
24 | # its possible to have multiple src versions in the sources file, ensure |
25 | # to pick the correct one in this case (bts #731853) | |
651ae5ce | 26 | insertsource 'stable' 'foo' 'all' '1.5' |
66f13784 | 27 | insertsource 'stable' 'foo' 'all' '0.5' |
019dfaed MV |
28 | insertpackage 'stable' 'foo' 'all' '1.0' |
29 | insertsource 'stable' 'foo' 'all' '1.0' | |
30 | ||
66f13784 MV |
31 | # this packages exists only as sources, add two versions to ensure that |
32 | # apt will pick the higher version number (bts #731853) | |
651ae5ce | 33 | insertsource 'wheezy' 'foo' 'all' '0.0.1' |
019dfaed MV |
34 | insertsource 'wheezy' 'foo' 'all' '0.1' |
35 | ||
3d284148 | 36 | # the order of these versions is chosen to ensure that |
321213f0 AC |
37 | # * apt will pick the one in the correct release, despite a higher version coming later and |
38 | # * apt will pick the highest version in a release, despite a lower version coming later. | |
39 | # (bts #746412) | |
40 | insertsource 'stable' 'baz' 'all' '1.0' | |
41 | insertsource 'unstable' 'baz' 'all' '2.0' | |
42 | insertsource 'unstable' 'baz' 'all' '1.5' | |
43 | ||
3d284148 DK |
44 | # ensure we really have the situation we wanted (first 2.0 is foo above) |
45 | testequal 'Version: 2.0 | |
d17f2b1b | 46 | Version: 3-2 |
3d284148 DK |
47 | Version: 2.0 |
48 | Version: 1.5' grep '^Version:' aptarchive/dists/unstable/main/source/Sources | |
49 | ||
7c4f1ca5 DK |
50 | insertsource 'stable' 'bar' 'any' '1.1' 'Vcs-Browser: https://anonscm.debian.org/cgit/bar/bar.git |
51 | Vcs-Git: git://anonscm.debian.org/bar/bar.git -b debian/experimental' | |
52 | ||
019dfaed MV |
53 | setupaptarchive |
54 | ||
55 | APTARCHIVE=$(readlink -f ./aptarchive) | |
56 | ||
57 | # normal operation gets highest version number | |
d603afd9 | 58 | HEADER='Reading package lists...' |
9d2a8a73 | 59 | DOWNLOAD1="Need to get 0 B/25 B of source archives. |
55ae7a51 MV |
60 | 'file://${APTARCHIVE}/foo_1.0.dsc' foo_1.0.dsc 11 SHA256:ed7c25c832596339bee13e4e7c45cf49f869b60d2bf57252f18191d75866c2a7 |
61 | 'file://${APTARCHIVE}/foo_1.0.tar.gz' foo_1.0.tar.gz 14 SHA256:f3da8c6ebc62c8ef2dae439a498dddcdacc1a07f45ff67ad12f44b6e2353c239" | |
9d2a8a73 | 62 | DOWNLOAD2="Need to get 0 B/25 B of source archives. |
55ae7a51 MV |
63 | 'file://${APTARCHIVE}/foo_2.0.dsc' foo_2.0.dsc 11 SHA256:0fcb803ffbeef26db884625aaf06e75f3eda5c994634980e7c20fd37ed1fc104 |
64 | 'file://${APTARCHIVE}/foo_2.0.tar.gz' foo_2.0.tar.gz 14 SHA256:ca9b0b828ca22372502af2b80f61f0bd9063910ece9fc34eeaf9d9e31aa8195a" | |
321213f0 AC |
65 | DOWNLOAD3="Need to get 0 B/25 B of source archives. |
66 | 'file://${APTARCHIVE}/baz_1.0.dsc' baz_1.0.dsc 11 SHA256:322245f56092b466801dda62d79c8687bba9724af6d16d450d655d29e41d3d7b | |
67 | 'file://${APTARCHIVE}/baz_1.0.tar.gz' baz_1.0.tar.gz 14 SHA256:0870bc73164ff5ba1f52153fdcb48e140137f9c7c122d57592cea136a57f73c0" | |
68 | DOWNLOAD4="Need to get 0 B/25 B of source archives. | |
69 | 'file://${APTARCHIVE}/baz_2.0.dsc' baz_2.0.dsc 11 SHA256:47d062d29070b3f592d1c8aed8c1e7913804bbb67ca1d64877c8219dac5e0420 | |
70 | 'file://${APTARCHIVE}/baz_2.0.tar.gz' baz_2.0.tar.gz 14 SHA256:11c1b202c94a64ab6433d9f0ed5515fce1dc7b20e6bcf51cec9ef8b9455f5a41" | |
25b86db1 | 71 | testsuccessequal "$HEADER |
cd907113 | 72 | $DOWNLOAD2" apt source -q --print-uris foo |
7c4f1ca5 | 73 | testsuccessequal "$HEADER |
cd907113 DK |
74 | $DOWNLOAD2" apt source -q --print-uris foo foo |
75 | getbuilddep() { | |
76 | echo 'Reading package lists...' | |
77 | if [ -n "$2" ]; then | |
78 | echo "$2" | |
79 | fi | |
80 | echo "${1} has no build depends. | |
81 | Reading package lists... | |
82 | Building dependency tree... | |
83 | The following NEW packages will be installed: | |
84 | build-essential | |
85 | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | |
86 | Inst build-essential (1.0 wheezy [all]) | |
87 | Conf build-essential (1.0 wheezy [all])" | |
88 | } | |
89 | testsuccessequal "$(getbuilddep 'foo')" apt build-dep foo -s | |
019dfaed | 90 | |
c5909dcf | 91 | # select by release: suite |
25b86db1 | 92 | testsuccessequal "$HEADER |
bfa7bfc8 | 93 | Selected version '1.0' (stable) for foo |
cd907113 DK |
94 | $DOWNLOAD1" apt source -q --print-uris foo/stable |
95 | testsuccessequal "$(getbuilddep 'foo' "Selected version '1.0' (stable) for foo")" apt build-dep foo/stable -s | |
25b86db1 | 96 | testsuccessequal "$HEADER |
c5909dcf | 97 | Selected version '2.0' (unstable) for foo |
cd907113 DK |
98 | $DOWNLOAD2" apt source -q --print-uris foo/unstable |
99 | testsuccessequal "$(getbuilddep 'foo' "Selected version '2.0' (unstable) for foo")" apt build-dep foo/unstable -s | |
97ee4aad DK |
100 | testsuccessequal "$HEADER |
101 | Selected version '1.0' (stable) for foo | |
cd907113 DK |
102 | $DOWNLOAD1" apt source -q --print-uris foo -t stable |
103 | testsuccessequal "$(getbuilddep 'foo' "Selected version '1.0' (stable) for foo")" apt build-dep foo -t stable -s | |
97ee4aad DK |
104 | testsuccessequal "$HEADER |
105 | Selected version '2.0' (unstable) for foo | |
cd907113 DK |
106 | $DOWNLOAD2" apt source -q --print-uris foo -t unstable |
107 | testsuccessequal "$(getbuilddep 'foo' "Selected version '2.0' (unstable) for foo")" apt build-dep foo -t unstable -s | |
321213f0 AC |
108 | testsuccessequal "$HEADER |
109 | Selected version '1.0' (stable) for baz | |
cd907113 DK |
110 | $DOWNLOAD3" apt source -q --print-uris baz -t stable |
111 | testsuccessequal "$(getbuilddep 'baz' "Selected version '1.0' (stable) for baz")" apt build-dep baz -t stable -s | |
c5909dcf DK |
112 | |
113 | # select by release: codename | |
25b86db1 | 114 | testsuccessequal "$HEADER |
c5909dcf | 115 | Selected version '2.0' (sid) for foo |
cd907113 DK |
116 | $DOWNLOAD2" apt source -q --print-uris foo/sid |
117 | testsuccessequal "$(getbuilddep 'foo' "Selected version '2.0' (sid) for foo")" apt build-dep foo/sid -s | |
97ee4aad DK |
118 | testsuccessequal "$HEADER |
119 | Selected version '2.0' (sid) for foo | |
cd907113 DK |
120 | $DOWNLOAD2" apt source -q --print-uris foo -t sid |
121 | testsuccessequal "$(getbuilddep 'foo' "Selected version '2.0' (sid) for foo")" apt build-dep foo -t sid -s | |
321213f0 AC |
122 | testsuccessequal "$HEADER |
123 | Selected version '2.0' (sid) for baz | |
cd907113 DK |
124 | $DOWNLOAD4" apt source -q --print-uris baz -t sid |
125 | testsuccessequal "$(getbuilddep 'baz' "Selected version '2.0' (sid) for baz")" apt build-dep baz -t sid -s | |
019dfaed MV |
126 | |
127 | # select by version | |
25b86db1 | 128 | testsuccessequal "$HEADER |
cd907113 DK |
129 | $DOWNLOAD1" apt source -q --print-uris foo=1.0 |
130 | testsuccessequal "$(getbuilddep 'foo')" apt build-dep foo=1.0 -s | |
019dfaed | 131 | |
651ae5ce | 132 | # select by release with no binary package (Bug#731102) but ensure to get |
1e3f4083 | 133 | # highest version |
9d2a8a73 | 134 | DOWNLOAD01="Need to get 0 B/25 B of source archives. |
55ae7a51 MV |
135 | 'file://${APTARCHIVE}/foo_0.1.dsc' foo_0.1.dsc 11 SHA256:72af24b0290fe1d13a3e25fddd2633e43c87ff79d249bc850009e47bcce73565 |
136 | 'file://${APTARCHIVE}/foo_0.1.tar.gz' foo_0.1.tar.gz 14 SHA256:ec748ad88a71f98bfdc012e1a7632377d05fe3ebbf9c0922e0691fe4d79c0585" | |
25b86db1 | 137 | testsuccessequal "$HEADER |
bfa7bfc8 | 138 | Selected version '0.1' (wheezy) for foo |
cd907113 DK |
139 | $DOWNLOAD01" apt source -q --print-uris foo/wheezy |
140 | testsuccessequal "$(getbuilddep 'foo' "Selected version '0.1' (wheezy) for foo")" apt build-dep foo/wheezy -s | |
019dfaed | 141 | |
c6b83f9c | 142 | # unavailable one |
25b86db1 | 143 | testfailureequal "$HEADER |
017d3f3b | 144 | E: Can not find version '9.9-not-there' of package 'foo' |
cd907113 DK |
145 | E: Unable to find a source package for foo" apt source -q --print-uris foo=9.9-not-there |
146 | testfailureequal "Reading package lists... | |
147 | E: Can not find version '9.9-not-there' of package 'foo' | |
148 | E: Unable to find a source package for foo=9.9-not-there" apt build-dep -s foo=9.9-not-there | |
c6b83f9c | 149 | |
65dcff55 | 150 | # version and release |
9d2a8a73 | 151 | DOWNLOAD001="Need to get 0 B/29 B of source archives. |
55ae7a51 MV |
152 | 'file://${APTARCHIVE}/foo_0.0.1.dsc' foo_0.0.1.dsc 13 SHA256:649dfe03bbb70cebdfe7c6bf9036f9f2472510b8f52e823bdf5ade362ebaa76f |
153 | 'file://${APTARCHIVE}/foo_0.0.1.tar.gz' foo_0.0.1.tar.gz 16 SHA256:ab7ba789d178362ecc808e49705e2338988a7f5b9410ec11a6c9555c017de907" | |
25b86db1 | 154 | testsuccessequal "$HEADER |
cd907113 DK |
155 | $DOWNLOAD001" apt source -q --print-uris -t unstable foo=0.0.1 |
156 | testsuccessequal "$(getbuilddep 'foo')" apt build-dep foo=0.0.1 -s | |
f83b5627 | 157 | |
25b86db1 | 158 | testsuccessequal "$HEADER |
9d2a8a73 | 159 | Need to get 0 B/25 B of source archives. |
cd907113 DK |
160 | Fetch source foo" apt source -q -s foo |
161 | testsuccessequal "$(getbuilddep 'foo')" apt build-dep foo -s | |
7c4f1ca5 | 162 | |
d603afd9 | 163 | testfailureequal 'E: Must specify at least one package to fetch source for' apt source |
cd907113 | 164 | testfailureequal 'E: Must specify at least one package to check builddeps for' apt build-dep |
7c4f1ca5 DK |
165 | |
166 | testsuccessequal "Reading package lists... | |
7c4f1ca5 DK |
167 | NOTICE: 'bar' packaging is maintained in the 'Git' version control system at: |
168 | git://anonscm.debian.org/bar/bar.git -b debian/experimental | |
169 | Please use: | |
170 | git clone git://anonscm.debian.org/bar/bar.git -b debian/experimental | |
171 | to retrieve the latest (possibly unreleased) updates to the package. | |
172 | Need to get 0 B/25 B of source archives. | |
cd907113 DK |
173 | Fetch source bar" apt source bar -s |
174 | testsuccessequal "$(getbuilddep 'bar')" apt build-dep bar -s | |
d17f2b1b DK |
175 | |
176 | testsuccessequal "$HEADER | |
177 | Need to get 0 B/25 B of source archives. | |
cd907113 DK |
178 | Fetch source bin" apt source bin -s -q |
179 | testsuccessequal "$(getbuilddep 'bin')" apt build-dep bin -s | |
d17f2b1b DK |
180 | testsuccessequal "$HEADER |
181 | Selected version '3-2' (unstable) for bin | |
182 | Need to get 0 B/25 B of source archives. | |
cd907113 DK |
183 | Fetch source bin" apt source bin/unstable -s -q |
184 | testsuccessequal "$(getbuilddep 'bin' "Selected version '3-2' (unstable) for bin")" apt build-dep bin/unstable -s | |
d17f2b1b DK |
185 | testsuccessequal "$HEADER |
186 | Picking 'bin-backport' as source package instead of 'bin' | |
187 | Selected version '2-2' (stable) for bin-backport | |
188 | Need to get 0 B/43 B of source archives. | |
cd907113 DK |
189 | Fetch source bin-backport" apt source bin/stable -s -q |
190 | testsuccessequal "$(getbuilddep 'bin-backport' "Picking 'bin-backport' as source package instead of 'bin' | |
191 | Selected version '2-2' (stable) for bin-backport")" apt build-dep bin/stable -s |