~ubuntu-branches/ubuntu/quantal/spectacle/quantal

« back to all changes in this revision

Viewing changes to tests/specify_cases/test-namespace_requires/input.p

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2010-08-08 20:01:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100808200142-q09anvq02isk4o6n
Tags: upstream-0.18+git19+4768025
ImportĀ upstreamĀ versionĀ 0.18+git19+4768025

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- ../base/testpkg.yaml        2010-03-15 12:26:52.000000000 +0800
 
2
+++ testpkg.yaml        2010-03-30 17:11:48.000000000 +0800
 
3
@@ -11,6 +11,10 @@ Description: |
 
4
     Sample package for spectacle testings, which will be used as
 
5
     the base of all testings. In this YAML file, only basic keywords
 
6
     specified, plus with one sub package "devel".
 
7
+Requires:
 
8
+    - arm:arm-pkgs
 
9
+    - ix86:x86-pkgs
 
10
+    - common-pkgs
 
11
 
 
12
 Configure: none
 
13
 Builder: none
 
14
@@ -20,3 +24,7 @@ SubPackages:
 
15
       Summary: Development files for %{name}
 
16
       Group: Development/Libraries
 
17
       Description: This package contains development files for %{name}.
 
18
+      Requires:
 
19
+        - arm:arm-pkgs
 
20
+        - ix86:x86-pkgs
 
21
+        - common-pkgs