[Lsb-messages] /var/www/bzr/lsb/devel/distribution-checker r91: For desktop tests, exclude Qt 3 for 5.0 itself.

Jeff Licquia licquia at linuxfoundation.org
Wed Aug 5 14:07:00 UTC 2015


------------------------------------------------------------
revno: 91
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: distribution-checker
timestamp: Wed 2015-08-05 10:07:00 -0400
message:
  For desktop tests, exclude Qt 3 for 5.0 itself.
  
  The test for whether to include Qt 3 tests in desktop used "< 5.0"
  instead of "<= 5.0" to check the LSB version.
modified:
  package/Makefile
  utils/Tests/Desktop_test.pm
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2015-06-01 21:18:42 +0000
+++ b/package/Makefile	2015-08-05 14:07:00 +0000
@@ -1,7 +1,7 @@
 BRANCH?=lsb
 PACKAGE=$(BRANCH)-dist-checker
 # export PACKAGE=moblin-dist-checker to make Moblin Distribution Checker package.
-VERSION_LSB=5.0.0.2
+VERSION_LSB=5.0.0.3
 VERSION_MOBLIN=2.0.1.9
 ifeq "$(BRANCH)" "moblin"
 	VERSION=$(VERSION_MOBLIN)

=== modified file 'utils/Tests/Desktop_test.pm'
--- a/utils/Tests/Desktop_test.pm	2011-09-01 13:27:10 +0000
+++ b/utils/Tests/Desktop_test.pm	2015-08-05 14:07:00 +0000
@@ -151,7 +151,7 @@
 			}
 		}
 		if ( in_array($subname, "qt3") ) {
-			if ( version_filter("LSB < 5.0 | Moblin", $globals->{'standard'}) ) {
+			if ( version_filter("LSB <= 5.0 | Moblin", $globals->{'standard'}) ) {
 				$self->{JOURNALS}{$subname}{REQUIRED} = 1;
 			}
 		}



More information about the lsb-messages mailing list