[SCM] qtbase packaging branch, master, updated. debian/5.0.0-1-38-g43b4d2c

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


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

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

    Typo in variable name.
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index e380ba2..6c89be3 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-$arch file
 pkgs_with_arch = $(patsubst debian/%.install-$arch,%,$(wildcard debian/*.install-$arch))
 # Retrieve packages that have a .install-$os file
-pkgs_with_arch = $(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