[SCM] Debian packaging for kdebluetooth4 branch, master, updated. debian/0.4.2-1-1-gb2e5656

Didier Raboud odyx-guest at alioth.debian.org
Fri Mar 12 10:30:27 UTC 2010


The following commit has been merged in the master branch:
commit b2e5656fde5ca0b64f1b32397f499ffb471fcf14
Author: Didier Raboud <didier at raboud.com>
Date:   Fri Mar 12 11:30:34 2010 +0100

    Install files into kbluetooth package (#573546).
---
 debian/changelog |    8 ++++++++
 debian/rules     |    3 +++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f8ef4fc..6085870 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+kbluetooth (1:0.4.2-2) UNRELEASED; urgency=low
+
+  * Update debian/rules:
+    - Install files into kbluetooth package through dh_auto_install --destdir
+      (Closes: #573546).
+
+ -- Didier Raboud <didier at raboud.com>  Fri, 12 Mar 2010 11:25:47 +0100
+
 kbluetooth (1:0.4.2-1) experimental; urgency=low
 
   * New upstream release - Imported upstream version 0.4.2
diff --git a/debian/rules b/debian/rules
index a76b465..e8f334d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,7 @@
 %:
 	dh --parallel --with kde $@
 
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/kbluetooth
+
 .PHONY: override_dh_auto_test

-- 
Debian packaging for kdebluetooth4



More information about the pkg-kde-commits mailing list