[SCM] ktp-common-internals packaging branch, master, updated. debian/0.8.1-4-157-g3ee7b4d

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jan 21 19:28:29 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=e0033a8

The following commit has been merged in the master branch:
commit e0033a893bfbb651a2eaf1a90887a1215578e4aa
Author: Diane Trout <diane at ghic.org>
Date:   Sat Sep 19 15:30:26 2015 -0700

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

diff --git a/debian/changelog b/debian/changelog
index 9118799..7fc0c48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,7 @@ ktp-common-internals (15.07.90-1) UNRELEASED; urgency=medium
   * Add KDE's unstable download url to watch file
   * Update symbols files to be compatible with GCC-5
   * Update kde-telepathy-kepople.install to rules track kpeople related plugins
+  * Add dh_install --list-missing to make sure everything is installed.
 
  -- Diane Trout <diane at debian.org>  Sun, 09 Aug 2015 14:15:11 -0700
 
diff --git a/debian/rules b/debian/rules
index 39cd2d3..8193c65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,8 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
+override_dh_install:
+	dh_install --list-missing
+
 override_dh_strip:
 	$(overridden_command) --dbg-package=libktp-dbg

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list