[SCM] Repository for the KDE Debconf access library. branch, master, updated. upstream/0.1+git20110702-20-g2b7616b

Matthias Klumpp ximion-guest at alioth.debian.org
Sun Jul 3 17:02:36 UTC 2011


The following commit has been merged in the master branch:
commit 4591d535861992d2cfff9857d812a00db2649395
Author: Matthias Klumpp <matthias at nlinux.org>
Date:   Sun Jul 3 18:54:19 2011 +0200

    List missing files in dh_install
---
 debian/rules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index c39d013..e20dc2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,9 @@ unixdate := $(shell expr $(unixdate) + 86400 )
 %:
 	dh $@ --parallel --with kde --dbg-package=debconf-kde-dbg
 
+override_dh_install:
+	dh_install --list-missing
+
 get-orig-source:
 	# Cleaning up
 	rm -rf debconf-kde-$(upstream_version)

-- 
Repository for the KDE Debconf access library.



More information about the pkg-kde-commits mailing list