diff options
author | Loïc Minier <lool@dooz.org> | 2010-01-25 14:50:49 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2010-01-25 14:50:49 +0100 |
commit | 3047929b9fc9f8ed61b77913d95e09a663f68762 (patch) | |
tree | 4f138d53778b420f1f2a77c3688dd837acdf7884 /test_pbuilder-apt-config | |
parent | ecee87b85574b0dd390bb9edf1077a64ab4b528f (diff) | |
download | pbuilder-3047929b9fc9f8ed61b77913d95e09a663f68762.tar pbuilder-3047929b9fc9f8ed61b77913d95e09a663f68762.tar.gz |
Fix dependencies between Ubuntu pockets
Diffstat (limited to 'test_pbuilder-apt-config')
-rwxr-xr-x | test_pbuilder-apt-config | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/test_pbuilder-apt-config b/test_pbuilder-apt-config index 3f86bfc..1978d80 100755 --- a/test_pbuilder-apt-config +++ b/test_pbuilder-apt-config @@ -86,13 +86,18 @@ deb squeeze/volatile-sloppy comp1" test_profile squeeze/volatile-sloppy expect_output "deb lucid comp1" test_profile lucid expect_output "deb lucid comp1 +deb lucid-security comp1" test_profile lucid-security +expect_output "deb lucid comp1 +deb lucid-security comp1 +deb lucid-updates comp1" test_profile lucid-updates +expect_output "deb lucid comp1 +deb lucid-security comp1 deb lucid-updates comp1 deb lucid-backports comp1" test_profile lucid-backports expect_output "deb lucid comp1 +deb lucid-security comp1 deb lucid-updates comp1 deb lucid-proposed comp1" test_profile lucid-proposed -expect_output "deb lucid comp1 -deb lucid-updates comp1" test_profile lucid-updates expect_output "deb mirror suite component deb-src mirror suite component" run_suite_mode --with-sources=yes |