[SCM] ktp-contact-list packaging branch, master, updated. debian/0.9.0-1-11-g1625d43

Diane Trout diane at moszumanska.debian.org
Fri Jul 17 05:26:49 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-contact-list.git;a=commitdiff;h=17ec7f4

The following commit has been merged in the master branch:
commit 17ec7f44572f7141b62389710a14c2677379a344
Author: Diane Trout <diane at ghic.org>
Date:   Thu Jul 16 22:19:00 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 7faf624..dd31fc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ktp-contact-list (15.04.3-1) UNRELEASED; urgency=medium
   * Apply homepage update patch from Matthew Cope
   * Update watch file for KTps move to Applications.
   * New upstream release.
+  * Use --fail-missing to make it easier to find not installed files.
 
  -- Diane Trout <diane at debian.org>  Sun, 12 Jul 2015 15:12:30 -0700
 
diff --git a/debian/rules b/debian/rules
index 83aeba5..b39dad9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with kde --dbg-package=kde-telepathy-contact-list-dbg --list-missing
+	dh $@ --parallel --with kde --dbg-package=kde-telepathy-contact-list-dbg --fail-missing

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list