diff --git a/sflphone-client-kde/AUTHORS b/sflphone-client-kde/AUTHORS
new file mode 100644
index 0000000000000000000000000000000000000000..2ced1d4b48b6f43179546decbf9fe0551a778675
--- /dev/null
+++ b/sflphone-client-kde/AUTHORS
@@ -0,0 +1,3 @@
+Current authors:
+
+Jérémy Quentin <jeremy dot quentin at savoirfairelinux dot com>
diff --git a/sflphone-client-kde/CMakeLists.txt b/sflphone-client-kde/CMakeLists.txt
index 419ba3d1b22c5d317a8cafbd9b71fe1acde38777..e882ea808b95c716d0bafea12a61ebc87caf76ec 100644
--- a/sflphone-client-kde/CMakeLists.txt
+++ b/sflphone-client-kde/CMakeLists.txt
@@ -75,7 +75,7 @@ SET_SOURCE_FILES_PROPERTIES(
    ${configurationmanager_xml}
    PROPERTIES 
    CLASSNAME ConfigurationManagerInterface
-   INCLUDE "../metatypes.h") 
+   INCLUDE "metatypes.h") 
 
 QT4_ADD_DBUS_INTERFACE(
    sflphone_client_kde_SRCS 
@@ -90,7 +90,7 @@ SET_SOURCE_FILES_PROPERTIES(
    ${callmanager_xml}
    PROPERTIES 
    CLASSNAME CallManagerInterface
-   INCLUDE "../metatypes.h") 
+   INCLUDE "metatypes.h") 
 
 QT4_ADD_DBUS_INTERFACE(
    sflphone_client_kde_SRCS 
@@ -105,7 +105,7 @@ SET_SOURCE_FILES_PROPERTIES(
    ${instance_xml}
    PROPERTIES 
    CLASSNAME InstanceInterface
-   INCLUDE "../metatypes.h") 
+   INCLUDE "metatypes.h") 
    
 QT4_ADD_DBUS_INTERFACE(
    sflphone_client_kde_SRCS 
diff --git a/sflphone-client-kde/ChangeLog b/sflphone-client-kde/ChangeLog
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/sflphone-client-kde/NEWS b/sflphone-client-kde/NEWS
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/sflphone-client-kde/debian/changelog b/sflphone-client-kde/debian/changelog
index 0f1819ef17f6dd3d3e51e2c3baff1c7ae000b8b6..c1edbb33a86c23182ef4a2bdf328359ef7774fd7 100644
--- a/sflphone-client-kde/debian/changelog
+++ b/sflphone-client-kde/debian/changelog
@@ -1,4 +1,4 @@
-sflphone-client-kde (0.9.5-0ubuntu1~1.gbpf07060) SYSTEM; urgency=low
+sflphone-client-kde (0.9.6-0ubuntu1~1.gbpf07060) SYSTEM; urgency=low
 
   ** SNAPSHOT build @f07060721d61850d67b89f24f0415d7237281886 **
 
diff --git a/sflphone-client-kde/debian/control.intrepid b/sflphone-client-kde/debian/control.intrepid
index 6ec3eedfde8b2e1836a95ce1fb40d29f2346a4b0..d844e823f3ee0b91ad15257b6906d3bacc2b7fc3 100644
--- a/sflphone-client-kde/debian/control.intrepid
+++ b/sflphone-client-kde/debian/control.intrepid
@@ -2,14 +2,13 @@ Source: sflphone-client-kde
 Maintainer: SavoirFaireLinux Inc <jeremy.quentin@savoirfairelinux.com>
 Section: kde
 Priority: optional
-Build-Depends: cmake (>=2.6), kdepimlibs5-dev (>=4.1.4), libcommoncpp2-dev (>=1.6.2)
+Build-Depends: debhelper (>= 5), cmake (>=2.6), kdepimlibs5-dev (>=4.1.4), libcommoncpp2-dev (>=1.6.2)
 Standards-Version: 3.7.3
 
 Package: sflphone-client-kde
 Priority: optional
 Architecture: any
 Depends: sflphone-common (>=0.9.5), libcommoncpp2-1.6-0, kdepimlibs5 (>=4.1.4), libqt4-dbus (>=4.4.3), libqt4-svg (>=4.4.3), libqtgui4 (>=4.4.3)
-
 Replaces: sflphone
 Conflicts: sflphone
 Homepage: http://www.sflphone.org
diff --git a/sflphone-client-kde/debian/control.jaunty b/sflphone-client-kde/debian/control.jaunty
index 6ec3eedfde8b2e1836a95ce1fb40d29f2346a4b0..d844e823f3ee0b91ad15257b6906d3bacc2b7fc3 100644
--- a/sflphone-client-kde/debian/control.jaunty
+++ b/sflphone-client-kde/debian/control.jaunty
@@ -2,14 +2,13 @@ Source: sflphone-client-kde
 Maintainer: SavoirFaireLinux Inc <jeremy.quentin@savoirfairelinux.com>
 Section: kde
 Priority: optional
-Build-Depends: cmake (>=2.6), kdepimlibs5-dev (>=4.1.4), libcommoncpp2-dev (>=1.6.2)
+Build-Depends: debhelper (>= 5), cmake (>=2.6), kdepimlibs5-dev (>=4.1.4), libcommoncpp2-dev (>=1.6.2)
 Standards-Version: 3.7.3
 
 Package: sflphone-client-kde
 Priority: optional
 Architecture: any
 Depends: sflphone-common (>=0.9.5), libcommoncpp2-1.6-0, kdepimlibs5 (>=4.1.4), libqt4-dbus (>=4.4.3), libqt4-svg (>=4.4.3), libqtgui4 (>=4.4.3)
-
 Replaces: sflphone
 Conflicts: sflphone
 Homepage: http://www.sflphone.org
diff --git a/sflphone-client-kde/debian/postrm b/sflphone-client-kde/debian/postrm
deleted file mode 100644
index 8b137891791fe96927ad78e64b0aad7bded08bdc..0000000000000000000000000000000000000000
--- a/sflphone-client-kde/debian/postrm
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/sflphone-client-kde/debian/rules b/sflphone-client-kde/debian/rules
index 203f2c063ed8baa0ef973aa0772fe9839e16ccd5..d2384782b6be0f328c9041a14bdee71c11c70c3a 100755
--- a/sflphone-client-kde/debian/rules
+++ b/sflphone-client-kde/debian/rules
@@ -14,15 +14,13 @@ package=sflphone-client-kde
 
 CXX = g++-4.0
 # CFLAGS = -Wall -g
-DEB_INSTALL_MANPAGES_sflphone_client_kde = sflphone.1 sflphone-client-kde.1
+# DEB_INSTALL_PAGES_sflphone_client_kde = sflphone.1 sflphone-client-kde.1
 
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
-	mkdir build
-	cd build
-	cmake ..
+	cmake . -DCMAKE_INSTALL_PREFIX=$(CURDIR)/debian/$(package)/usr
 	touch configure-stamp
 
 
@@ -33,7 +31,7 @@ build-arch: build-arch-stamp
 build-arch-stamp: configure-stamp 
 
     # Add here commands to compile the arch part of the package.
-	$(MAKE) 
+	$(MAKE)
 	touch $@
 
 build-indep: build-indep-stamp
@@ -48,7 +46,7 @@ clean:
 	dh_testroot
 	rm -f build-arch-stamp build-indep-stamp configure-stamp
 	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) distclean 
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
@@ -73,7 +71,7 @@ install-arch:
 	dh_installdirs -s
 	# Add here commands to install the arch part of the package into 
 	# debian/tmp.
-	$(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install
+	$(MAKE) install
 	rm -rf $(CURDIR)/debian/$(package)/usr/include
 	dh_install -s
 # Must not depend on anything. This is to be called by
@@ -81,6 +79,7 @@ install-arch:
 # in another 'make' thread.
 
 binary-common:
+	pwd
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs ChangeLog
@@ -96,7 +95,7 @@ binary-common:
 #	dh_installinit
 #	dh_installcron
 #	dh_installinfo
-	dh_installman
+#	dh_installman
 	dh_link
 	dh_strip
 	dh_compress