[SCM] kaccounts-integration packaging branch, master, updated. adf7e8793b786f00af79dbb756b5db3dcd4bbf82

Diane Trout diane at moszumanska.debian.org
Sun Sep 13 23:42:28 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kaccounts-integration.git;a=commitdiff;h=adf7e87

The following commit has been merged in the master branch:
commit adf7e8793b786f00af79dbb756b5db3dcd4bbf82
Author: Diane Trout <diane at ghic.org>
Date:   Sun Sep 13 16:37:31 2015 -0700

    Add --list-missing to dh_install to make sure everything installed.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b360887..97b8911 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,5 +28,6 @@ kaccounts-integration (15.08.0-1) UNRELEASED; urgency=medium
     dependencies to libkaccounts-dev.
   * Add signon-plugin-password and signon-ui-x11 dependencies to
     kaccounts-integration. (To match kubuntu)
+  * Add --list-missing to dh_install to make sure everything installed.
 
  -- Diane Trout <diane at debian.org>  Sun, 09 Aug 2015 20:27:02 -0700
diff --git a/debian/rules b/debian/rules
index 9263362..960bc19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@ override_dh_strip:
 
 override_dh_auto_test:
 	cd obj-* ; xvfb-run -a ctest -E kaccounts-testnetattachjobs
+
+override_dh_install:
+	dh_install --list-missing

-- 
kaccounts-integration packaging



More information about the pkg-kde-commits mailing list