[Lsb-messages] /var/www/bzr/lsb/devel/printing-test r93: Handle libraries in debian/ubuntu multiarch locations for the deps check

Stew Benedict stewb at linux-foundation.org
Wed Aug 8 13:20:30 UTC 2012


------------------------------------------------------------
revno: 93
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: printing-test
timestamp: Wed 2012-08-08 09:20:30 -0400
message:
  Handle libraries in debian/ubuntu multiarch locations for the deps check
modified:
  scripts/package/Makefile
  sources/printing-test/run_tests
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2012-06-10 15:32:31 +0000
+++ b/scripts/package/Makefile	2012-08-08 13:20:30 +0000
@@ -2,7 +2,7 @@
 # XXX a specfile from this info, but not yet: for now keep in sync
 PACKAGE=lsb-test-printing
 VERSION=4.1.90
-RELEASE=1
+RELEASE=2
 
 # CUPS version, tarball
 CUPSVER=1.1.23

=== modified file 'sources/printing-test/run_tests'
--- a/sources/printing-test/run_tests	2010-05-04 15:30:11 +0000
+++ b/sources/printing-test/run_tests	2012-08-08 13:20:30 +0000
@@ -11,7 +11,7 @@
 
 check_requires() {
   for lib in libcups.so.2 libcupsimage.so.2;do
-    if [ ! -f "/usr/lib/$lib" -a ! -f "/usr/lib64/$lib" ];then
+    if [ ! -f "/usr/lib/$lib" -a ! -f "/usr/lib64/$lib" -a ! -f "/usr/lib/*-linux-gnu/$lib" ];then
       echo "$lib not found"
       echo "you should install the package that provides $lib and then re-run the tests"
       sleep $SLEEP_TIME



More information about the lsb-messages mailing list