[SCM] ktp-approver packaging branch, master, updated. debian/0.9.0-1-12-g30ef847

Diane Trout diane at moszumanska.debian.org
Fri Jul 17 04:51:07 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-approver.git;a=commitdiff;h=30ef847

The following commit has been merged in the master branch:
commit 30ef847aa5c2b0dbe1e8f6e2c3d997e675b8cbe3
Author: Diane Trout <diane at ghic.org>
Date:   Thu Jul 16 21:50:50 2015 -0700

    Use --fail-missing in rules to make it easier for me to find whats missing.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d7bf904..6b55198 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ ktp-approver (15.04.3-1) UNRELEASED; urgency=medium
     - Add LGPL-2+ block for src/ktp_approver_debug.*
     - remove po/* block.
   * Adjust paths in kde-telepathy-approver for KF5 locations.
+  * Use --fail-missing in rules to make it easier for me to find
+    whats missing.
 
  -- Diane Trout <diane at ghic.org>  Wed, 27 May 2015 22:55:12 -0700
 
diff --git a/debian/rules b/debian/rules
index 41ef9c5..9d7811a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with kde --dbg-package=kde-telepathy-approver-dbg --list-missing
+	dh $@ --parallel --with kde --dbg-package=kde-telepathy-approver-dbg --fail-missing
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DDBUS_SEND_PATH=/usr/bin/dbus-send

-- 
ktp-approver packaging



More information about the pkg-kde-commits mailing list