rev 14435 - in trunk/packages/polkit-qt/debian: . patches

Fathi Boudra fabo at alioth.debian.org
Sun Apr 19 14:51:30 UTC 2009


Author: fabo
Date: 2009-04-19 14:51:30 +0000 (Sun, 19 Apr 2009)
New Revision: 14435

Added:
   trunk/packages/polkit-qt/debian/patches/02_fix_pkgconfig_templates.diff
Modified:
   trunk/packages/polkit-qt/debian/changelog
   trunk/packages/polkit-qt/debian/control
   trunk/packages/polkit-qt/debian/patches/series
Log:
fix pkgconfig templates.
Thanks to Modestas for noticing and Pino for the patch.


Modified: trunk/packages/polkit-qt/debian/changelog
===================================================================
--- trunk/packages/polkit-qt/debian/changelog	2009-04-18 19:56:48 UTC (rev 14434)
+++ trunk/packages/polkit-qt/debian/changelog	2009-04-19 14:51:30 UTC (rev 14435)
@@ -1,3 +1,10 @@
+polkit-qt (0.9.2-2) unstable; urgency=low
+
+  * Add patch to fix pkgconfig templates.
+  * Add libqt4-dev dependency to libpolkit-qt-dev.
+
+ -- Fathi Boudra <fabo at debian.org>  Sun, 19 Apr 2009 16:46:51 +0200
+
 polkit-qt (0.9.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #523959)

Modified: trunk/packages/polkit-qt/debian/control
===================================================================
--- trunk/packages/polkit-qt/debian/control	2009-04-18 19:56:48 UTC (rev 14434)
+++ trunk/packages/polkit-qt/debian/control	2009-04-19 14:51:30 UTC (rev 14435)
@@ -10,7 +10,7 @@
 Package: libpolkit-qt-dev
 Section: libdevel
 Architecture: any
-Depends: libpolkit-qt0 (= ${binary:Version})
+Depends: libpolkit-qt0 (= ${binary:Version}), libqt4-dev
 Description: PolicyKit-qt development files
  PolicyKit is a toolkit that allows applications that need to run privileged
  code to have both better and safer design, it also allows sysadmins

Added: trunk/packages/polkit-qt/debian/patches/02_fix_pkgconfig_templates.diff
===================================================================
--- trunk/packages/polkit-qt/debian/patches/02_fix_pkgconfig_templates.diff	                        (rev 0)
+++ trunk/packages/polkit-qt/debian/patches/02_fix_pkgconfig_templates.diff	2009-04-19 14:51:30 UTC (rev 14435)
@@ -0,0 +1,30 @@
+--- a/polkit-qt-core.pc.cmake
++++ b/polkit-qt-core.pc.cmake
+@@ -6,6 +6,6 @@ includedir=@CMAKE_INSTALL_PREFIX@/includ
+ Name: Polkit-qt
+ Description: Convenience library for using PolicyKit with a Qt-styled API, non-GUI functions
+ Version: @POLKIT_QT_VERSION_STRING@
+-Requires: QtCore polkit polkit-dbus polkit-grant
++Requires: QtCore
+ Libs: -L${libdir} -lpolkit-qt-core
+ Cflags: -I${includedir}
+--- a/polkit-qt-gui.pc.cmake
++++ b/polkit-qt-gui.pc.cmake
+@@ -6,6 +6,6 @@ includedir=@CMAKE_INSTALL_PREFIX@/includ
+ Name: Polkit-qt
+ Description: Convenience library for using PolicyKit with a Qt-styled API, GUI functions
+ Version: @POLKIT_QT_VERSION_STRING@
+-Requires: QtGui polkit polkit-dbus polkit-grant
++Requires: QtCore QtGui polkit-qt-core
+ Libs: -L${libdir} -lpolkit-qt-gui
+ Cflags: -I${includedir}
+--- a/polkit-qt.pc.cmake
++++ b/polkit-qt.pc.cmake
+@@ -6,6 +6,6 @@ includedir=@CMAKE_INSTALL_PREFIX@/includ
+ Name: Polkit-qt
+ Description: Convenience library for using PolicyKit with a Qt-styled API
+ Version: @POLKIT_QT_VERSION_STRING@
+-Requires: QtCore QtGui polkit polkit-dbus polkit-grant
++Requires: polkit-qt-core polkit-qt-gui
+ Libs: -L${libdir} -lpolkit-qt-core -lpolkit-qt-gui
+ Cflags: -I${includedir}

Modified: trunk/packages/polkit-qt/debian/patches/series
===================================================================
--- trunk/packages/polkit-qt/debian/patches/series	2009-04-18 19:56:48 UTC (rev 14434)
+++ trunk/packages/polkit-qt/debian/patches/series	2009-04-19 14:51:30 UTC (rev 14435)
@@ -1 +1,2 @@
 01_remove_cmake_modules.diff
+02_fix_pkgconfig_templates.diff




More information about the pkg-kde-commits mailing list