[SCM] qtbase packaging branch, experimental, updated. debian/5.2.0+dfsg-5-3-g86a601d

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Wed Jan 15 13:02:21 UTC 2014


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

The following commit has been merged in the experimental branch:
commit 86a601d36b162ad340bf311c3679f681f3855234
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Jan 15 17:02:16 2014 +0400

    Fix misspelled DEB_HOST_ARCH_OS in debian/rules comments.
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c7b3fc2..c5bfa3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qtbase-opensource-src (5.2.0+dfsg-6) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * Build-depend on libxcb-xkb-dev, to get more input languages support.
+  * Fix misspelled DEB_HOST_ARCH_OS in debian/rules comments.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 03 Jan 2014 22:44:50 +0400
 
diff --git a/debian/rules b/debian/rules
index b4e8a55..aed4c40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ 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-$DEB_HOST_ARCH and
-# foo.install.$DEB_HOST_OS. In this case we can fine-tune what we install.
+# foo.install-$DEB_HOST_ARCH_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.
@@ -38,7 +38,7 @@ vendor := $(shell dpkg-vendor --query Vendor)
 pkgs_with_common = $(patsubst debian/%.install-common,%,$(wildcard debian/*.install-common))
 # 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
+# Retrieve packages that have a .install-$DEB_HOST_ARCH_OS file
 pkgs_with_os = $(patsubst debian/%.install-$(DEB_HOST_ARCH_OS),%,$(wildcard debian/*.install-$(DEB_HOST_ARCH_OS)))
 
 

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list