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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc1-27-gcb4de0b



The following commit has been merged in the master branch:
commit cb4de0b0bfa616d9146800f96d4df77ee3d39939
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Mar 25 23:16:33 2011 +0100

    Improved coverage of the new test suite

diff --git a/t/COVERAGE b/t/COVERAGE
index 6987165..6522142 100644
--- a/t/COVERAGE
+++ b/t/COVERAGE
@@ -220,8 +220,6 @@ debhelper uses-dh-python-with-no-pycompat
 fields build-depends-indep-without-arch-indep
 fields dbg-package-missing-depends
 fields debug-package-should-be-priority-extra
-fields redundant-bugs-field
-fields redundant-origin-field
 fields versioned-dependency-satisfied-by-perl
 fields wrong-debian-qa-address-set-as-maintainer
 fields wrong-debian-qa-group-name
@@ -517,8 +515,6 @@ maintainer-scripts
   wrong-debian-qa-group-name
 
 relations
-  redundant-bugs-field
-  redundant-origin-field
   versioned-dependency-satisfied-by-perl
 
 scripts
diff --git a/t/tests/debhelper-dh-clean-k-deprecated/debian/debian/control.in b/t/tests/fields-redundant/debian/debian/control.in
similarity index 84%
copy from t/tests/debhelper-dh-clean-k-deprecated/debian/debian/control.in
copy to t/tests/fields-redundant/debian/debian/control.in
index d63c764..f70f923 100644
--- a/t/tests/debhelper-dh-clean-k-deprecated/debian/debian/control.in
+++ b/t/tests/fields-redundant/debian/debian/control.in
@@ -1,12 +1,14 @@
 Source: {$srcpkg}
 Priority: extra
-Section: {$section}
+Section: devel
 Maintainer: {$author}
 Standards-Version: {$standards_version}
 Build-Depends: debhelper (>= 7)
+Bugs: debbugs://bugs.debian.org/
+Origin: debian
 
 Package: {$srcpkg}
-Architecture: {$architecture}
+Architecture: all
 Depends: $\{misc:Depends\}
 Description: {$description}
  This is a test package designed to exercise some feature or tag of
diff --git a/t/tests/fields-depends-general/debian/debian/install b/t/tests/fields-redundant/debian/debian/install
similarity index 100%
copy from t/tests/fields-depends-general/debian/debian/install
copy to t/tests/fields-redundant/debian/debian/install
diff --git a/t/tests/fields-depends-general/debian/some-file b/t/tests/fields-redundant/debian/some-file
similarity index 100%
copy from t/tests/fields-depends-general/debian/some-file
copy to t/tests/fields-redundant/debian/some-file
diff --git a/t/tests/fields-redundant/desc b/t/tests/fields-redundant/desc
new file mode 100644
index 0000000..db1f958
--- /dev/null
+++ b/t/tests/fields-redundant/desc
@@ -0,0 +1,7 @@
+Testname: fields-redundant
+Sequence: 6000
+Version: 1.0
+Description: General tests redundant fields
+Test-For:
+ redundant-bugs-field
+ redundant-origin-field
diff --git a/t/tests/fields-redundant/tags b/t/tests/fields-redundant/tags
new file mode 100644
index 0000000..dd71972
--- /dev/null
+++ b/t/tests/fields-redundant/tags
@@ -0,0 +1,3 @@
+W: fields-redundant source: redundant-origin-field
+W: fields-redundant: redundant-bugs-field
+W: fields-redundant: redundant-origin-field

-- 
Debian package checker


Reply to: