[SCM] qtbase packaging branch, experimental, updated. debian/5.2.0+dfsg-2-11-g5e9e918
Pino Toscano
pino at moszumanska.debian.org
Sat Dec 21 18:19:48 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=5e9e918
The following commit has been merged in the experimental branch:
commit 5e9e9189ec19f47cefb2b92d69dd6046b7116ebe
Author: Pino Toscano <pino at debian.org>
Date: Sat Dec 21 19:19:40 2013 +0100
fix typo in variable name
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d5c7431..4f5502a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ pkgs_with_common = $(patsubst debian/%.install-common,%,$(wildcard debian/*.inst
# Retrieve packages that have a .install-$DEB_HOST_ARCH file
pkgs_with_arch = $(patsubst debian/%.install-$(DEB_HOST_ARCH),%,$(wildcard debian/*.install-$(DEB_HOST_ARCH)))
# Retrieve packages that have a .install-$DEB_HOST_OS file
-pkgs_with_os = $(patsubst debian/%.install-$(DEB_HOST_ARCH_OS),%,$(wildcard debian/*.install-$(DEB_HOST_ARCH)))
+pkgs_with_os = $(patsubst debian/%.install-$(DEB_HOST_ARCH_OS),%,$(wildcard debian/*.install-$(DEB_HOST_ARCH_OS)))
ifneq (,$(filter %-sql-ibase,$(shell dh_listpackages)))
--
qtbase packaging
More information about the pkg-kde-commits
mailing list