[SCM] qtscript packaging branch, master, updated. 0d020319a3e6b185bca0b1965e300a2279aaacc1

Fathi Boudra fabo at alioth.debian.org
Tue Sep 4 05:48:48 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtscript.git;a=commitdiff;h=0d02031

The following commit has been merged in the master branch:
commit 0d020319a3e6b185bca0b1965e300a2279aaacc1
Author: Fathi Boudra <fabo at debian.org>
Date:   Tue Sep 4 08:48:03 2012 +0300

    Remove DEB_HOST_MULTIARCH - unused.
    Fix short description.
---
 debian/control |    2 +-
 debian/rules   |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index a41ce02..00af4f2 100644
--- a/debian/control
+++ b/debian/control
@@ -59,7 +59,7 @@ Package: qtscript5-private-dev
 Architecture: any
 Section: libdevel
 Depends: qtscript5-dev (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
-Description: Qt 5 base private development files
+Description: Qt 5 script private development files
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
  .
diff --git a/debian/rules b/debian/rules
index dbb458c..36c9b34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
 export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
 export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed

-- 
qtscript packaging



More information about the pkg-kde-commits mailing list