[SCM] ktp-contact-runner packaging branch, master, updated. debian/0.9.0-1-14-g066cb54

Diane Trout diane at moszumanska.debian.org
Fri Jul 17 05:34:37 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-contact-runner.git;a=commitdiff;h=066cb54

The following commit has been merged in the master branch:
commit 066cb54aebbe51673edfff470ee241b6919d3133
Author: Diane Trout <diane at ghic.org>
Date:   Thu Jul 16 22:33:25 2015 -0700

    Use --fail-missing to make it easier to find not installed files.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c5ad916..874aee3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ ktp-contact-runner (15.04.3-1) UNRELEASED; urgency=medium
     libtelepathy-qt5-dev libtelepathy-logger-qt-dev, the renamed
     libktp-dev and a few other kf5-dev packages.
   * Update install paths for plasma-runner-telepathy-contact
+  * Use --fail-missing to make it easier to find not installed files.
 
  -- Diane Trout <diane at debian.org>  Sun, 12 Jul 2015 17:04:09 -0700
 
diff --git a/debian/rules b/debian/rules
index b3449c7..0cace80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --dbg-package=plasma-runner-telepathy-contact-dbg --list-missing
+	dh $@ --parallel --dbg-package=plasma-runner-telepathy-contact-dbg --fail-missing

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list