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

Modestas Vainius modax at alioth.debian.org
Sun Mar 27 17:21:50 UTC 2011


The following commit has been merged in the master branch:
commit 0148b4f65907afc6636c4f8c93d06ab536c25306
Author: Modestas Vainius <modax at debian.org>
Date:   Sun Mar 27 20:18:55 2011 +0300

    Fix a typo in qt-kde-team/2/library-packages.mk.
    
    Makes libpkgs_addsubst_allLibraries work.
---
 debian/changelog                  |    2 ++
 qt-kde-team/2/library-packages.mk |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6a22efe..a6cc534 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ pkg-kde-tools (0.12.0~pre4) UNRELEASED; urgency=low
     /usr/share/doc/pkg-kde-tools/README.DebianABIManager for more information.
   * Since kdelibs5-dev 4.6.1, ENABLE_LIBKDEINIT_RUNPATH defaults to ON whenever
     CMAKE_BUILD_TYPE is Debian.
+  * Fix a typo in qt-kde-team/2/library-packages.mk: makes
+    libpkgs_addsubst_allLibraries work.
 
  -- Modestas Vainius <modax at debian.org>  Fri, 25 Mar 2011 23:47:26 +0200
 
diff --git a/qt-kde-team/2/library-packages.mk b/qt-kde-team/2/library-packages.mk
index 381c7e7..e8b3dd0 100644
--- a/qt-kde-team/2/library-packages.mk
+++ b/qt-kde-team/2/library-packages.mk
@@ -13,7 +13,7 @@ libpkgs_addsubst_allLibraries:
 	echo 'allLibraries=$(libpkgs_allLibraries_subst)' | \
 		tee -a $(foreach pkg,$(libpkgs_addsubst_allLibraries),debian/$(pkg).substvars) > /dev/null
 
-$(libpkgs_subst_hooks): libpkgs_add_allLibraries
+$(libpkgs_subst_hooks): libpkgs_addsubst_allLibraries
 .PHONY: libpkgs_addsubst_allLibraries
 
 endif

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list