[SCM] cutepaste packaging branch, master, updated. upstream/0.1.0-4-ga7bed11
Howard Chan
smartboyhw-guest at alioth.debian.org
Sun Oct 6 06:34:52 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/cutepaste.git;a=commitdiff;h=a7bed11
The following commit has been merged in the master branch:
commit a7bed11e03f1ec606ed9fdf2d733c60e31d3e91f
Author: Howard Chan <smartboyhw at gmail.com>
Date: Sun Oct 6 11:17:37 2013 +0800
Add pkg-kde-tools as build-dependency and enable --with kde mode in debian/rules
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index e74e1b4..993a9a1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: cutepaste
Section: net
Priority: extra
Maintainer: Howard Chan <smartboyhw at gmail.com>
-Build-Depends: debhelper (>= 9), cmake, qtbase5-dev
+Build-Depends: debhelper (>= 9), cmake, qtbase5-dev, pkg-kde-tools
Standards-Version: 3.9.4
Homepage: https://projects.kde.org/projects/playground/network/cutepaste
diff --git a/debian/rules b/debian/rules
index 59df96c..9d69f13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
#export DH_VERBOSE=1
%:
- dh $@ --parallel
+ dh $@ --parallel --with kde
--
cutepaste packaging
More information about the pkg-kde-commits
mailing list