[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.4.2-47-g7cf10de



The following commit has been merged in the master branch:
commit c12c3e01097a73e374c7e94e22b4bb61c894b7f2
Author: Russ Allbery <rra@debian.org>
Date:   Sun Jul 25 21:22:14 2010 -0700

    Add a test of architecture restrictions in binary dependencies

diff --git a/t/templates/pedantic/debian/control.in b/t/tests/fields-depends-wildcard/debian/debian/control.in
similarity index 83%
copy from t/templates/pedantic/debian/control.in
copy to t/tests/fields-depends-wildcard/debian/debian/control.in
index 838998b..9119132 100644
--- a/t/templates/pedantic/debian/control.in
+++ b/t/tests/fields-depends-wildcard/debian/debian/control.in
@@ -4,11 +4,11 @@ Section: {$section}
 Maintainer: {$author}
 Standards-Version: {$standards_version}
 Build-Depends: debhelper (>= 7.0.50~)
-Homepage: http://lintian.debian.org/
 
 Package: {$srcpkg}
 Architecture: {$architecture}
-Depends: $\{misc:Depends\}
+Depends: $\{shlibs:Depends\}, $\{misc:Depends\}, foo [linux-any], bar [i386],
+ baz [amd64]
 Description: {$description}
  This is a test package designed to exercise some feature or tag of
  Lintian.  It is part of the Lintian test suite and may do very odd
diff --git a/t/tests/fields-depends-wildcard/desc b/t/tests/fields-depends-wildcard/desc
new file mode 100644
index 0000000..e8de433
--- /dev/null
+++ b/t/tests/fields-depends-wildcard/desc
@@ -0,0 +1,5 @@
+Testname: fields-depends-wildcard
+Sequence: 6000
+Version: 1.0
+Architecture: any
+Description: Check package dependencies with arch wildcards
diff --git a/t/debs/deb-format-record-size/tags b/t/tests/fields-depends-wildcard/tags
similarity index 100%
copy from t/debs/deb-format-record-size/tags
copy to t/tests/fields-depends-wildcard/tags

-- 
Debian package checker


Reply to: