[SCM] qtsvg packaging branch, master, updated. 52ed413999fafcfd398d38be15c2c58f2060414d

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Mon Apr 22 16:31:00 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtsvg.git;a=commitdiff;h=52ed413

The following commit has been merged in the master branch:
commit 52ed413999fafcfd398d38be15c2c58f2060414d
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon Apr 22 13:30:30 2013 -0300

    Do not pass --list-missing to dh.
    
    We are already using --fail-missing.
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index ce2d1cf..40acc56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 export QT_SELECT := qt5
 
 %:
-	dh $@ --list-missing --parallel --with pkgkde_symbolshelper --dbg-package=qtsvg5-dbg
+	dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtsvg5-dbg
 
 override_dh_auto_configure:
 	qmake 

-- 
qtsvg packaging



More information about the pkg-kde-commits mailing list