--- polkit-qt-0.9.2.orig/debian/compat +++ polkit-qt-0.9.2/debian/compat @@ -0,0 +1 @@ +7 --- polkit-qt-0.9.2.orig/debian/libpolkit-qt-dev.install +++ polkit-qt-0.9.2/debian/libpolkit-qt-dev.install @@ -0,0 +1,3 @@ +/usr/include/PolicyKit/polkit-qt/* +/usr/lib/pkgconfig/* +/usr/lib/*.so --- polkit-qt-0.9.2.orig/debian/copyright +++ polkit-qt-0.9.2/debian/copyright @@ -0,0 +1,45 @@ +This package was debianized by: + + Anthony Mercatante + +It was downloaded from: + + ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/ + +Upstream Authors: + + Main Authors: + - Daniel Nicoletti + - Dario Freddi + + Contributors: + - Pino Toscano + +Copyright: + + Copyright (C) 2009 Daniel Nicoletti + Copyright (C) 2009 Dario Freddi + +License: + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see + + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is: + + Copyright C) 2009, Anthony Mercatante + and is licensed under the GPL-2, see above. + --- polkit-qt-0.9.2.orig/debian/control +++ polkit-qt-0.9.2/debian/control @@ -0,0 +1,33 @@ +Source: polkit-qt +Section: net +Priority: extra +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Anthony Mercatante +Build-Depends: cdbs, debhelper (>= 7), cdbs, cmake, kdelibs5-dev, + libpolkit-grant-dev, libpolkit-dbus-dev, libpolkit-dev +Standards-Version: 3.8.1 +Homepage: ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/ + +Package: libpolkit-qt0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library for accessing PolicyKit via Qt + PolicyKit is a toolkit for defining and handling the policy that + allows unprivileged processes to speak to privileged processes. + . + This package contains a helper library for obtaining seat, session + and caller information via Qt. + + +Package: libpolkit-qt-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library for accessing PolicyKit via Qt (Development files) + PolicyKit is a toolkit for defining and handling the policy that + allows unprivileged processes to speak to privileged processes. + . + This package contains a helper library for obtaining seat, session + and caller information via Qt. + . + This package contains the development files for the library found in + libpolkit-qt0. --- polkit-qt-0.9.2.orig/debian/libpolkit-qt0.install +++ polkit-qt-0.9.2/debian/libpolkit-qt0.install @@ -0,0 +1 @@ +/usr/lib/*.so.* --- polkit-qt-0.9.2.orig/debian/rules +++ polkit-qt-0.9.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/kde4.mk + --- polkit-qt-0.9.2.orig/debian/changelog +++ polkit-qt-0.9.2/debian/changelog @@ -0,0 +1,7 @@ +polkit-qt (0.9.2-0ubuntu1) karmic; urgency=low + + * Initial release + * We won't use pkg-kde-tools for this upload as for some + weird reasons it causes FTBFS... + + -- Anthony Mercatante Sat, 14 Feb 2009 14:57:43 +0100