[SCM] KTorrent Debian packaging. branch, experimental, updated. debian/4.3.1-5-14-gc563c3e

Pino Toscano pino at moszumanska.debian.org
Sun Jul 3 06:45:09 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/ktorrent.git;a=commitdiff;h=8840d93

The following commit has been merged in the experimental branch:
commit 8840d9328d603138db58671710355d9f386efa9d
Author: Pino Toscano <pino at debian.org>
Date:   Sun Jul 3 08:22:13 2016 +0200

    call dh_install with --fail-missing
    
    so nothing is accidentally left uninstalled
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f26f518..d64eb0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,8 @@ ktorrent (5.0.1-0r1) UNRELEASED; urgency=medium
   * Update install files.
   * Update Vcs-Browser field.
   * Switch Homepage away from the dead ktorrent.org.
+  * Call dh_install with --fail-missing, so nothing is accidentally left
+    uninstalled.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 02 Jul 2016 23:36:56 +0200
 
diff --git a/debian/rules b/debian/rules
index 47bbd25..98829ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ override_dh_auto_configure:
 	                           -DWITH_SYSTEM_GEOIP:BOOL=ON \
 	                           -DKDE4_BUILD_TESTS=false
 
+override_dh_install:
+	dh_install --fail-missing
+
 override_dh_strip:
 	dh_strip --dbgsym-migration='ktorrent-dbg (<< 4.3.1-5~)'
 

-- 
KTorrent Debian packaging.



More information about the pkg-kde-commits mailing list