[SCM] Polkit Qt 1 packaging branch, master, updated. debian/0.99.0-1

Modestas Vainius modax at alioth.debian.org
Sun Mar 13 23:06:11 UTC 2011


The following commit has been merged in the master branch:
commit d9419117d49b5fc7200bac2a74d185622f41048c
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Mar 14 00:21:31 2011 +0200

    Switch debian/rules engine to qt-kde-team/2/*.
---
 debian/changelog |    1 +
 debian/control   |    2 +-
 debian/rules     |    5 +++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e05a05a..87a9ba9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ polkit-qt-1 (0.99.0-0r1) UNRELEASED; urgency=low
 
   [ Modestas Vainius ]
   * Add Vcs fields to debian/control.
+  * Switch debian/rules engine to qt-kde-team/2/*.
 
   [ Didier Raboud ]
   * Bump B-D of libpolkit to >= 0.98.
diff --git a/debian/control b/debian/control
index c6d906a..2b3863d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: polkit-qt-1
 Priority: extra
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>
-Build-Depends: debhelper (>= 7.4.15), cmake, automoc, libqt4-dev,
+Build-Depends: debhelper (>= 7.4.15), cmake, pkg-kde-tools (>= 0.11), automoc, libqt4-dev,
  libpolkit-agent-1-dev (>= 0.98), libpolkit-gobject-1-dev (>= 0.98)
 Standards-Version: 3.8.4
 Section: libs
diff --git a/debian/rules b/debian/rules
index 3cce1b2..cef7c92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-%:
-	dh --list-missing $@
+dh = --list-missing
+
+include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 .PHONY: override_dh_auto_test

-- 
Polkit Qt 1 packaging



More information about the pkg-kde-commits mailing list