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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc1-42-g5e623d6



The following commit has been merged in the master branch:
commit 5e623d699f9727f9ce528e7acfff59be50b0c678
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Apr 5 10:45:36 2011 +0200

    Improved test coverage of the new test suite

diff --git a/t/COVERAGE b/t/COVERAGE
index 2802e7a..d8de3fe 100644
--- a/t/COVERAGE
+++ b/t/COVERAGE
@@ -1,4 +1,4 @@
-Last generated 2011-03-26
+Last generated 2011-04-05
 
 The following tags are not tested by the test suite:
 
@@ -218,7 +218,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 versioned-dependency-satisfied-by-perl
 fields wrong-debian-qa-address-set-as-maintainer
 fields wrong-debian-qa-group-name
 
@@ -509,7 +508,6 @@ maintainer-scripts
   wrong-debian-qa-group-name
 
 relations
-  versioned-dependency-satisfied-by-perl
 
 scripts
   calls-suidperl-directly
diff --git a/t/tests/fields-depends-general/debian/debian/control.in b/t/tests/fields-depends-general/debian/debian/control.in
index 3a27159..d8c6e20 100644
--- a/t/tests/fields-depends-general/debian/debian/control.in
+++ b/t/tests/fields-depends-general/debian/debian/control.in
@@ -9,7 +9,7 @@ Package: {$srcpkg}
 Architecture: {$architecture}
 Depends: $\{shlibs:Depends\}, $\{misc:Depends\}, xorg, bash,
  conflict-dep, gawk | awk, new-package | xbase-clients, {$srcpkg},
- gaim, emacs21, emacs22, makedev
+ gaim, emacs21, emacs22, makedev, libfile-temp-perl (>= 0.18)
 Breaks: package-without-version, {$srcpkg} (<< 0.1),
  replaced-wo-version
 Replaces: replaced-wo-version
diff --git a/t/tests/fields-depends-general/desc b/t/tests/fields-depends-general/desc
index a599afa..d6b123b 100644
--- a/t/tests/fields-depends-general/desc
+++ b/t/tests/fields-depends-general/desc
@@ -17,4 +17,4 @@ Test-For:
  ored-depends-on-obsolete-package
  package-depends-on-itself
  package-relation-with-self
-
+ versioned-dependency-satisfied-by-perl
diff --git a/t/tests/fields-depends-general/tags b/t/tests/fields-depends-general/tags
index 9e65e03..58d78a7 100644
--- a/t/tests/fields-depends-general/tags
+++ b/t/tests/fields-depends-general/tags
@@ -12,4 +12,5 @@ W: fields-depends-general: depends-exclusively-on-makedev depends
 W: fields-depends-general: depends-on-old-emacs depends: emacs21
 W: fields-depends-general: depends-on-old-emacs depends: emacs22
 W: fields-depends-general: package-relation-with-self breaks: fields-depends-general (<< 0.1)
+W: fields-depends-general: versioned-dependency-satisfied-by-perl depends: libfile-temp-perl (>= 0.18)
 W: libfields-depends-general: lib-recommends-documentation recommends: debconf-doc

-- 
Debian package checker


Reply to: