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

[SCM] Debian package checker branch, master, updated. 2.5.1-103-ge70cd97



The following commit has been merged in the master branch:
commit e70cd97814f48bf8b74449283e09fec7a1cb8001
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Jul 16 11:30:23 2011 +0200

    Added test for B-D-I without any arch-indep packages

diff --git a/t/tests/fields-doc-pkg-wrong-arch/debian/debian/control.in b/t/tests/fields-indep-without-arch-indep/debian/debian/control.in
similarity index 86%
copy from t/tests/fields-doc-pkg-wrong-arch/debian/debian/control.in
copy to t/tests/fields-indep-without-arch-indep/debian/debian/control.in
index 2639de4..02b3605 100644
--- a/t/tests/fields-doc-pkg-wrong-arch/debian/debian/control.in
+++ b/t/tests/fields-indep-without-arch-indep/debian/debian/control.in
@@ -1,11 +1,12 @@
 Source: {$srcpkg}
 Priority: extra
-Section: doc
+Section: devel
 Maintainer: {$author}
 Standards-Version: {$standards_version}
 Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: some-package
 
-Package: {$srcpkg}-doc
+Package: {$srcpkg}
 Architecture: any
 Depends: $\{misc:Depends\},
 Description: {$description}
@@ -13,3 +14,4 @@ Description: {$description}
  Lintian.  It is part of the Lintian test suite and may do very odd
  things.  It should not be installed like a regular package.  It may
  be an empty package.
+
diff --git a/t/tests/fields-indep-without-arch-indep/desc b/t/tests/fields-indep-without-arch-indep/desc
new file mode 100644
index 0000000..38b9f15
--- /dev/null
+++ b/t/tests/fields-indep-without-arch-indep/desc
@@ -0,0 +1,5 @@
+Testname: fields-indep-without-arch-indep
+Sequence: 6000
+Version: 1.0
+Description: Test for B-D-I and no indep pkgs
+Test-For:
diff --git a/t/tests/fields-indep-without-arch-indep/tags b/t/tests/fields-indep-without-arch-indep/tags
new file mode 100644
index 0000000..934b040
--- /dev/null
+++ b/t/tests/fields-indep-without-arch-indep/tags
@@ -0,0 +1 @@
+E: fields-indep-without-arch-indep source: build-depends-indep-without-arch-indep

-- 
Debian package checker


Reply to: