[SCM] qtbase packaging branch, master, updated. debian/5.2.0+dfsg-6-3-gdd85a4c

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Jan 31 15:35:34 UTC 2014


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

The following commit has been merged in the master branch:
commit 05de9c14bba3c258bed5e34aacf8cd8ee177906a
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Dec 21 14:47:36 2013 -0300

    Also do the replacement in the comments.
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index e5d683a..d5c7431 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,8 +25,8 @@ shlibs_version := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | cut -
 vendor := $(shell dpkg-vendor --query Vendor)
 
 # To easier the files installation according OSes and archs, we create three
-# kinds of install files: foo.install-common, foo.install-$arch and
-# foo.install.$os. In this case we can fine-tune what we install.
+# kinds of install files: foo.install-common, foo.install-$DEB_HOST_ARCH and
+# foo.install.$DEB_HOST_OS. In this case we can fine-tune what we install.
 #
 # Note that if any foo.install-* file exists and foo.install exist too, the
 # later will get overwritten.
@@ -36,9 +36,9 @@ vendor := $(shell dpkg-vendor --query Vendor)
 
 # 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
+# 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-$os file
+# 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)))
 
 

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list