[SCM] qtbase packaging branch, master, updated. debian/5.0.0-1-39-g841f020

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Mon Apr 8 00:45:46 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=841f020

The following commit has been merged in the master branch:
commit 841f02037e035ff3f19a389425637e0d078eb953
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Apr 7 21:44:49 2013 -0300

    Use variables the proper way.
---
 debian/rules |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6c89be3..966db66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,9 +37,9 @@ os = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 # Retrieve packages that have a .install-common file
 pkgs_with_common = $(patsubst debian/%.install-common,%,$(wildcard debian/*.install-common))
 # Retrieve packages that have a .install-$arch file
-pkgs_with_arch = $(patsubst debian/%.install-$arch,%,$(wildcard debian/*.install-$arch))
+pkgs_with_arch = $(patsubst debian/%.install-$(arch),%,$(wildcard debian/*.install-$(arch)))
 # Retrieve packages that have a .install-$os file
-pkgs_with_os = $(patsubst debian/%.install-$os,%,$(wildcard debian/*.install-$os))
+pkgs_with_os = $(patsubst debian/%.install-$(os),%,$(wildcard debian/*.install-$(os)))
 
 
 ifneq (,$(filter %-sql-ibase,$(shell dh_listpackages)))

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list