[SCM] Kingston update notifier (update-notifier-kde) branch, master, updated. 0977ca081b68996535808afb035c8279895cba51
Pino Toscano
pino-guest at alioth.debian.org
Wed May 12 22:06:34 UTC 2010
The following commit has been merged in the master branch:
commit 4af59d0fa5ddd2f50720db4ff24f405e59c6da5e
Author: Pino Toscano <pino at kde.org>
Date: Wed May 12 23:51:42 2010 +0200
fix dh7 usage
- raise debhelper build-depend to 7.3.16
- add pkg-kde-tools build-depend (>= 0.5)
... so we can use the dh kde addon
---
debian/changelog | 8 ++++++++
debian/control | 3 ++-
debian/rules | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b1068c8..af6f4f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+kingston-update-notifier (1.0.1) UNRELEASED; urgency=low
+
+ [ Pino Toscano ]
+ * Fix dh7 usage: raise debhelper build-depend to 7.3.16 and add pkg-kde-tools
+ build-depend (>= 0.5), so we can use the dh kde addon.
+
+ -- Sune Vuorela <sune at debian.org> Wed, 12 May 2010 23:47:09 +0200
+
kingston-update-notifier (1.0) unstable; urgency=low
* Initial Release.
diff --git a/debian/control b/debian/control
index 1bfae03..8a141cd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: kingston-update-notifier
Section: kde
Priority: optional
Maintainer: Sune Vuorela <sune at debian.org>
-Build-Depends: debhelper (>= 7), cmake, kdelibs5-dev
+Build-Depends: debhelper (>= 7.3.16), pkg-kde-tools (>= 0.5), cmake,
+ kdelibs5-dev
Standards-Version: 3.8.4
Package: update-notifier-kde
diff --git a/debian/rules b/debian/rules
index 917d9bf..4bdb765 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh --with kde $@
--
Kingston update notifier (update-notifier-kde)
More information about the pkg-kde-commits
mailing list