[SCM] qtjsbackend packaging branch, master, updated. f0f59c59eec1c3957588c11d57f65aef50023e9e

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Fri Apr 19 20:59:29 UTC 2013


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

The following commit has been merged in the master branch:
commit f0f59c59eec1c3957588c11d57f65aef50023e9e
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Apr 19 17:59:09 2013 -0300

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

diff --git a/debian/changelog b/debian/changelog
index ff7971f..b902cd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 qtjsbackend-opensource-src (5.0.2-2) UNRELEASED; urgency=low
 
-
+  * 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>  Fri, 19 Apr 2013 17:58:02 -0300
 
diff --git a/debian/rules b/debian/rules
index edc3b89..09b8318 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildfla
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 
 %:
-	dh $@ --list-missing --parallel --with pkgkde_symbolshelper --dbg-package=libqt5v8-5-dbg
+	dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=libqt5v8-5-dbg
 
 override_dh_auto_configure:
 	qmake

-- 
qtjsbackend packaging



More information about the pkg-kde-commits mailing list