[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.11.4-26-g37aaf45

Modestas Vainius modax at alioth.debian.org
Wed Apr 6 08:01:31 UTC 2011


The following commit has been merged in the master branch:
commit ffb0d720048db1fa4242cb3054d831630ea2ba51
Author: Modestas Vainius <modax at debian.org>
Date:   Wed Apr 6 10:30:39 2011 +0300

    Fix some bugs in library-packages.mk.
---
 qt-kde-team/2/library-packages.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/qt-kde-team/2/library-packages.mk b/qt-kde-team/2/library-packages.mk
index 1aca45d..b1886ca 100644
--- a/qt-kde-team/2/library-packages.mk
+++ b/qt-kde-team/2/library-packages.mk
@@ -40,9 +40,9 @@ ifneq (,$(libpkgs_gen_strict_local_shlibs))
 libpkgs_gen_strict_local_shlibs: libpkgs_re = $(subst \|_ ,\|,$(patsubst %,%\|_,$(libpkgs_gen_strict_local_shlibs)))
 libpkgs_gen_strict_local_shlibs:
 	set -e; \
-	if [ -n "`ls debian/*.substs 2>/dev/null`" ]; then \
+	if [ -n "`ls debian/*.substvars 2>/dev/null`" ]; then \
 	    echo "Generating strict local shlibs on packages: $(libpkgs_gen_strict_local_shlibs)"; \
-	    sed -i '/^shlibs:Depends=/{ s/\(^shlibs:Depends=[[:space:]]*\|,[[:space:]]*\)\($(libpkgs_re)\)[[:space:]]*([[:space:]]*>=[^)]\+)/\1\2 (= $(libpkgs_binver))/g }' debian/*.substs; \
+	    sed -i '/^shlibs:[^=]\+=/{ s/\(^shlibs:[^=]\+=[[:space:]]*\|,[[:space:]]*\)\($(libpkgs_re)\)[[:space:]]*([[:space:]]*>=[^)]\+)/\1\2 (= $(libpkgs_binver))/g }' debian/*.substvars; \
     fi
 
 $(foreach t,binary-arch binary,post_$(t)_dh_shlibdeps): libpkgs_gen_strict_local_shlibs

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list