[SCM] qttools packaging branch, master, updated. e159c381c4f4ca01d18608b81216f2575ec8854d

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sat Apr 20 17:24:20 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qttools.git;a=commitdiff;h=8059d70

The following commit has been merged in the master branch:
commit 8059d7029e1a47d3360541303063916e6bda6d5d
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Apr 20 14:21:42 2013 -0300

    Do not pass --list-missing.
    
    We are using --fail-missing in the exact rule.
---
 debian/changelog |    3 ++-
 debian/rules     |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d2a131e..a9d0292 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qttools-opensource-src (5.0.2-3) UNRELEASED; urgency=low
 
-
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Do not pass --list-missing. We are using --fail-missing in the exact rule.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 20 Apr 2013 14:13:00 -0300
 
diff --git a/debian/rules b/debian/rules
index 2431e27..2055504 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildfla
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 
 %:
-	dh $@ --with pkgkde_symbolshelper --list-missing --parallel
+	dh $@ --with pkgkde_symbolshelper --parallel
 
 # We override qmake until https://bugreports.qt-project.org/browse/QTBUG-30735
 # gets solved (FTBFS with -nocache).

-- 
qttools packaging



More information about the pkg-kde-commits mailing list