[SCM] qtdoc packaging branch, master, updated. debian/5.1.0-1-10-g550f499

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Tue Jan 21 17:25:10 UTC 2014


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

The following commit has been merged in the master branch:
commit 550f4991abfa067a3eaff201efc0622b130caf39
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Jan 21 21:23:58 2014 +0400

    Drop --list-missing dh option, we already dh_install with --fail-missing.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c3330ba..3700827 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ qtdoc-opensource-src (5.2.0-1) UNRELEASED; urgency=low
     is the default compression.
   * Stop exporting versions in debian/rules, the package builds
     fine without that.
+  * Drop --list-missing dh option, we already dh_install with
+    --fail-missing.
   * Bump required package versions to 5.2.0.
   * Use canonical Vcs-Browser field.
   * Bump Standards-Version to 3.9.5, no changes needed.
diff --git a/debian/rules b/debian/rules
index c1f96ec..c0023c0 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
+	dh $@ --parallel
 
 override_dh_auto_configure:
 	qmake

-- 
qtdoc packaging



More information about the pkg-kde-commits mailing list