[SCM] kcm-touchpad packaging branch, kubuntu_stable, updated. dd33cbbf8cad0192e76b2b7abb1a14611b785662

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Jan 13 17:34:30 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kcm-touchpad.git;a=commitdiff;h=3819d7a

The following commit has been merged in the kubuntu_stable branch:
commit 3819d7a442505c904ef5daa560aa8cb52bd3d1eb
Author: Harald Sitter <sitter at kde.org>
Date:   Sun Jan 11 16:23:11 2015 +0100

    First Build for kf5.
    
    * First Build for kf5.
    * Fix up debian/ to base on what we had in Kubuntu trusty.
---
 debian/changelog                                   | 10 +++++
 debian/control                                     | 44 ++++++++++++++++++----
 ...ouchpad.install => kde-config-touchpad.install} |  0
 debian/rules                                       |  4 +-
 4 files changed, 48 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e941e94..959c22c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+kcm-touchpad (5.1.95-0ubuntu1) UNRELEASED; urgency=medium
+
+  [ Paulo Dias ]
+  * First Build for kf5.
+
+  [ Harald Sitter ]
+  * Fix up debian/ to base on what we had in Kubuntu trusty.
+
+ -- Paulo Dias <paulo.miguel.dias at gmail.com>  Thu, 08 Jan 2015 17:30:46 -0200
+
 kcm-touchpad (0.0+git20140305-0ubuntu1) trusty; urgency=medium
 
   * New upstream snapshot
diff --git a/debian/control b/debian/control
index 088e28a..306535b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,38 +1,66 @@
 Source: kcm-touchpad
 Section: kde
 Priority: optional
-XSBC-Original-Maintainer: Rohan Garg <rohangarg at kubuntu.org>
 Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
+XSBC-Original-Maintainer: Rohan Garg <rohangarg at kubuntu.org>
 Build-Depends: cmake,
-               pkg-kde-tools,
                debhelper (>= 9.0.0),
-               kdelibs5-dev,
+               extra-cmake-modules,
+               kded5-dev,
+               kinit-dev,
+               libkf5config-dev,
+               libkf5coreaddons-dev,
+               libkf5i18n-dev,
+               libkf5kcmutils-dev,
+               libkf5notifications-dev,
+               libkf5notifyconfig-dev,
+               libkf5xmlgui-dev,
+               libqt5x11extras5-dev,
                libx11-dev,
                libx11-xcb-dev,
+               libxcb-dri2-0-dev,
+               libxcb-dri3-dev,
+               libxcb-glx0-dev,
+               libxcb-icccm4-dev,
+               libxcb-image0-dev,
+               libxcb-keysyms1-dev,
+               libxcb-present-dev,
+               libxcb-randr0-dev,
                libxcb-record0-dev,
+               libxcb-render0-dev,
+               libxcb-shape0-dev,
+               libxcb-shm0-dev,
+               libxcb-sync-dev,
+               libxcb-util0-dev,
+               libxcb-xfixes0-dev,
                libxcb1-dev,
+               libxcursor-dev,
                libxi-dev,
                pkg-config,
+               plasma-framework-dev,
                xserver-xorg-dev,
                xserver-xorg-input-synaptics-dev
 Standards-Version: 3.9.5
 Homepage: http://www.kde.org
 
-Package: kde-touchpad
+Package: kde-config-touchpad
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: kde-touchpad (<< 5.1.95~)
+Replaces: kde-touchpad (<< 5.1.95~)
 Description: touchpad configuration tool for KDE
  The package provides a KDE System Settings module that
  allows configuration of touchpads on KDE.
 
-Package: kde-touchpad-dbg
+Package: kde-config-touchpad-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: kde-touchpad (= ${binary:Version}), ${misc:Depends}
+Depends: kde-config-touchpad (= ${binary:Version}), ${misc:Depends}
+Breaks: kde-touchpad-dbg (<< 5.1.95~)
+Replaces: kde-touchpad-dbg (<< 5.1.95~)
 Description: touchpad configuration tool for KDE
  The package provides a KDE System Settings module that
  allows configuration of touchpads on KDE.
  .
- This package contains debugging symbols for the kde-touchpad-config
- package.
+ This package contains debugging symbols.
diff --git a/debian/kde-touchpad.install b/debian/kde-config-touchpad.install
similarity index 100%
rename from debian/kde-touchpad.install
rename to debian/kde-config-touchpad.install
diff --git a/debian/rules b/debian/rules
index 943719a..4c9ce6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@ --with kde --dbg-package=kde-touchpad-dbg
+include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+

-- 
kcm-touchpad packaging



More information about the pkg-kde-commits mailing list