]>
git.saurik.com Git - apt.git/blob - test/integration/test-apt-get-build-dep
4 TESTDIR
=$(readlink -f $(dirname $0))
8 configarchitecture
"i386"
10 buildsimplenativepackage
'debhelper' 'i386' '7' 'stable'
11 buildsimplenativepackage
'build-essential' 'i386' '1' 'stable'
14 cat > 2vcard_0.5
-3.dsc
<<EOF
20 Maintainer: Martin Albisetti <argentina@gmail.com>
21 Uploaders: Marcela Tiznado <mlt@debian.org>
22 Standards-Version: 3.8.0
23 Build-Depends: debhelper (>= 5.0.37)
25 b7f1ce31ec856414a3f0f1090689f91aa7456d56 9398 2vcard_0.5.orig.tar.gz
26 5f9acd07ebda6ab00fa6b4fe3198c13e94090862 2036 2vcard_0.5-3.diff.gz
28 efdc22859ac2f8f030d038dc4faa9020082ebae34212498c288968ffd45c9764 9398 2vcard_0.5.orig.tar.gz
29 82673ff3456af571094066c89bcea87b25c23c87cf1d0050b731e5222563626b 2036 2vcard_0.5-3.diff.gz
31 f73a69c170f772f3f6e75f2d11bbb792 9398 2vcard_0.5.orig.tar.gz
32 1e806d32233af87437258d86b1561f57 2036 2vcard_0.5-3.diff.gz
35 testequal
"Reading package lists...
36 Building dependency tree...
37 The following NEW packages will be installed:
38 build-essential debhelper
39 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
40 Inst build-essential (1 stable [i386])
41 Inst debhelper (7 stable [i386])
42 Conf build-essential (1 stable [i386])
43 Conf debhelper (7 stable [i386])" aptget build
-dep -s 2vcard_0.5
-3.dsc
45 cat > 2vcard_0.5
-3.dsc
<<EOF
46 -----BEGIN PGP SIGNED MESSAGE-----
54 Maintainer: Martin Albisetti <argentina@gmail.com>
55 Uploaders: Marcela Tiznado <mlt@debian.org>
56 Standards-Version: 3.8.0
57 Build-Depends: debhelper (>= 5.0.37)
59 b7f1ce31ec856414a3f0f1090689f91aa7456d56 9398 2vcard_0.5.orig.tar.gz
60 5f9acd07ebda6ab00fa6b4fe3198c13e94090862 2036 2vcard_0.5-3.diff.gz
62 efdc22859ac2f8f030d038dc4faa9020082ebae34212498c288968ffd45c9764 9398 2vcard_0.5.orig.tar.gz
63 82673ff3456af571094066c89bcea87b25c23c87cf1d0050b731e5222563626b 2036 2vcard_0.5-3.diff.gz
65 f73a69c170f772f3f6e75f2d11bbb792 9398 2vcard_0.5.orig.tar.gz
66 1e806d32233af87437258d86b1561f57 2036 2vcard_0.5-3.diff.gz
68 -----BEGIN PGP SIGNATURE-----
69 Version: GnuPG v1.4.9 (GNU/Linux)
71 iEYEARECAAYFAkijKhsACgkQsrBfRdYmq7aA2gCfaOW9riTYVQMx5ajKQVAcctlC
72 z2UAn1oXgTai6opwhVfkxrlmJ+iRxzuc
74 -----END PGP SIGNATURE-----
77 testequal
"Reading package lists...
78 Building dependency tree...
79 The following NEW packages will be installed:
80 build-essential debhelper
81 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
82 Inst build-essential (1 stable [i386])
83 Inst debhelper (7 stable [i386])
84 Conf build-essential (1 stable [i386])
85 Conf debhelper (7 stable [i386])" aptget build
-dep --simulate 2vcard_0.5
-3.dsc
89 mkdir -p foo
-1.0
/debian
90 cat > foo
-1.0
/debian
/control
<<'EOF'
94 Maintainer: Michael Vogt <mvo@ubuntu.com>
95 Build-Depends: debhelper (>= 7)
96 X-Python3-Version: >= 3.2
97 Standards-Version: 3.9.3
99 Package: apturl-common
101 Depends: ${python3:Depends},
105 python3-update-manager
106 Replaces: apturl (<< 0.3.6ubuntu2)
107 Description: install packages using the apt protocol - common data
108 AptUrl is a simple graphical application that takes an URL (which follows the
109 apt-protocol) as a command line option, parses it and carries out the
110 operations that the URL describes (that is, it asks the user if he wants the
111 indicated packages to be installed and if the answer is positive does so for
114 This package contains the common data shared between the frontends.
118 testequal
"Reading package lists...
119 Building dependency tree...
120 The following NEW packages will be installed:
121 build-essential debhelper
122 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
123 Inst build-essential (1 stable [i386])
124 Inst debhelper (7 stable [i386])
125 Conf build-essential (1 stable [i386])
126 Conf debhelper (7 stable [i386])" aptget build
-dep --simulate .
/foo
-1.0