rev 15710 - in kde-extras/gtk-qt-engine/trunk/debian: . patches
Didier Raboud
odyx-guest at alioth.debian.org
Fri Aug 21 12:12:46 UTC 2009
Author: odyx-guest
Date: 2009-08-21 12:12:46 +0000 (Fri, 21 Aug 2009)
New Revision: 15710
Added:
kde-extras/gtk-qt-engine/trunk/debian/README.source
Modified:
kde-extras/gtk-qt-engine/trunk/debian/changelog
kde-extras/gtk-qt-engine/trunk/debian/control
kde-extras/gtk-qt-engine/trunk/debian/copyright
kde-extras/gtk-qt-engine/trunk/debian/patches/01_fix_out_of_source_build.diff
kde-extras/gtk-qt-engine/trunk/debian/patches/02_change_desktop_file_installation.diff
kde-extras/gtk-qt-engine/trunk/debian/patches/03_disable_engine_with_nspluginviewer.diff
kde-extras/gtk-qt-engine/trunk/debian/patches/04_no_kde4_in_configfile.diff
kde-extras/gtk-qt-engine/trunk/debian/patches/05_dont_set_userfont.patch
Log:
gtk-qt-engine: Housekeeping, thanks Lintian.
Added: kde-extras/gtk-qt-engine/trunk/debian/README.source
===================================================================
--- kde-extras/gtk-qt-engine/trunk/debian/README.source (rev 0)
+++ kde-extras/gtk-qt-engine/trunk/debian/README.source 2009-08-21 12:12:46 UTC (rev 15710)
@@ -0,0 +1,11 @@
+This package uses quilt for upstream source code patch management. Please read
+/usr/share/doc/quilt/README.source for more information how to apply, unapply,
+add, modify or remove patches.
+
+Please note that /usr/share/doc/quilt/README.source is only available in quilt
+version 0.46-4.1 or later.
+
+To use quilt with dh:
+ - add debhelper (>= 7.2.14) build dependency
+ - add quilt (>= 0.46-7) build dependency
+ - use quilt addon (e.g. dh --with quilt $@)
Modified: kde-extras/gtk-qt-engine/trunk/debian/changelog
===================================================================
--- kde-extras/gtk-qt-engine/trunk/debian/changelog 2009-08-21 11:33:24 UTC (rev 15709)
+++ kde-extras/gtk-qt-engine/trunk/debian/changelog 2009-08-21 12:12:46 UTC (rev 15710)
@@ -9,7 +9,11 @@
- gtk-qt-engine holds the style, systemsettings-gtk holds the configuration
module.
- Thus add .install files and adapt the rules file
- * Bumped Standards to 3.8.3.0. No changes needed.
+ * debian/control : Adjust build-depends on quilt and debhelper.
+ * debian/patches/* : Add DEP-3 headers
+ * debian/copyright: update to s/(C)/© and to add myself in 2009.
+ * Bumped Standards to 3.8.3.0.
+ - Add README.source
-- Didier Raboud <didier at raboud.com> Tue, 04 Aug 2009 17:28:15 +0200
Modified: kde-extras/gtk-qt-engine/trunk/debian/control
===================================================================
--- kde-extras/gtk-qt-engine/trunk/debian/control 2009-08-21 11:33:24 UTC (rev 15709)
+++ kde-extras/gtk-qt-engine/trunk/debian/control 2009-08-21 12:12:46 UTC (rev 15710)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Fathi Boudra <fabo at debian.org>, Xavier Vello <xavier.vello at gmail.com>, Didier Raboud <didier at raboud.com>
-Build-Depends: debhelper (>= 7), cmake, quilt,
+Build-Depends: debhelper (>= 7.0.50~), cmake, quilt (>= 0.46-7),
kdelibs5-dev, libgtk2.0-dev
Standards-Version: 3.8.3.0
Homepage: http://code.google.com/p/gtk-qt-engine/
Modified: kde-extras/gtk-qt-engine/trunk/debian/copyright
===================================================================
--- kde-extras/gtk-qt-engine/trunk/debian/copyright 2009-08-21 11:33:24 UTC (rev 15709)
+++ kde-extras/gtk-qt-engine/trunk/debian/copyright 2009-08-21 12:12:46 UTC (rev 15710)
@@ -24,8 +24,10 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
-The Debian packaging is (C) 2008, Fathi Boudra <fabo at debian.org> and
-is licensed under the GPL, see above.
+The Debian packaging is
+ © 2008 Fathi Boudra <fabo at debian.org>
+ © 2009 Didier Raboud <didier at raboud.com>
+and is licensed under the GPL, see above.
Modified: kde-extras/gtk-qt-engine/trunk/debian/patches/01_fix_out_of_source_build.diff
===================================================================
--- kde-extras/gtk-qt-engine/trunk/debian/patches/01_fix_out_of_source_build.diff 2009-08-21 11:33:24 UTC (rev 15709)
+++ kde-extras/gtk-qt-engine/trunk/debian/patches/01_fix_out_of_source_build.diff 2009-08-21 12:12:46 UTC (rev 15710)
@@ -1,3 +1,7 @@
+Description: Fix out of source build to cope with Debian methods
+Author: fabo
+Last-Update: 2008-05-01
+
--- a/kcm_gtk/CMakeLists.txt
+++ b/kcm_gtk/CMakeLists.txt
@@ -16,7 +16,7 @@ KDE4_ADD_UI_FILES(kcm_gtk4_SOURCES ${kcm
Modified: kde-extras/gtk-qt-engine/trunk/debian/patches/02_change_desktop_file_installation.diff
===================================================================
--- kde-extras/gtk-qt-engine/trunk/debian/patches/02_change_desktop_file_installation.diff 2009-08-21 11:33:24 UTC (rev 15709)
+++ kde-extras/gtk-qt-engine/trunk/debian/patches/02_change_desktop_file_installation.diff 2009-08-21 12:12:46 UTC (rev 15710)
@@ -1,3 +1,7 @@
+Description: Install kcmgtk4.desktop in SERVICES and not in XDG_APPS
+Author: fabo
+Last-Update: 2008-05-01
+
--- a/kcm_gtk/CMakeLists.txt
+++ b/kcm_gtk/CMakeLists.txt
@@ -28,7 +28,7 @@ INSTALL(
Modified: kde-extras/gtk-qt-engine/trunk/debian/patches/03_disable_engine_with_nspluginviewer.diff
===================================================================
--- kde-extras/gtk-qt-engine/trunk/debian/patches/03_disable_engine_with_nspluginviewer.diff 2009-08-21 11:33:24 UTC (rev 15709)
+++ kde-extras/gtk-qt-engine/trunk/debian/patches/03_disable_engine_with_nspluginviewer.diff 2009-08-21 12:12:46 UTC (rev 15710)
@@ -1,3 +1,6 @@
+Description: Don't run the engine for nspluginviewer.
+Author: fabo
+Last-Update: 2008-05-01
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -110,7 +110,8 @@ Engine::Engine()
Modified: kde-extras/gtk-qt-engine/trunk/debian/patches/04_no_kde4_in_configfile.diff
===================================================================
--- kde-extras/gtk-qt-engine/trunk/debian/patches/04_no_kde4_in_configfile.diff 2009-08-21 11:33:24 UTC (rev 15709)
+++ kde-extras/gtk-qt-engine/trunk/debian/patches/04_no_kde4_in_configfile.diff 2009-08-21 12:12:46 UTC (rev 15710)
@@ -1,3 +1,9 @@
+Description: Get rid of the "4" in kde to make it work coherently
+Origin: vendor
+Author: Didier Raboud <didier at raboud.com>
+Bug: http://bugs.debian.org/527340
+Last-Update: 2009-05-18
+
--- a/kcm_gtk/kcmgtk.cpp
+++ b/kcm_gtk/kcmgtk.cpp
@@ -37,7 +37,7 @@
Modified: kde-extras/gtk-qt-engine/trunk/debian/patches/05_dont_set_userfont.patch
===================================================================
--- kde-extras/gtk-qt-engine/trunk/debian/patches/05_dont_set_userfont.patch 2009-08-21 11:33:24 UTC (rev 15709)
+++ kde-extras/gtk-qt-engine/trunk/debian/patches/05_dont_set_userfont.patch 2009-08-21 12:12:46 UTC (rev 15710)
@@ -1,3 +1,9 @@
+Description: Don't set the "user-font"
+Origin: vendor
+Author: Didier Raboud <didier at raboud.com>
+Bug: http://bugs.debian.org/527340
+Last-Update: 2009-05-18
+
Index: gtk-qt-engine-1.1+svn5.orig/kcm_gtk/gtkrcfile.cpp
===================================================================
--- gtk-qt-engine-1.1+svn5.orig.orig/kcm_gtk/gtkrcfile.cpp 2009-08-04 17:26:15.000000000 +0200
More information about the pkg-kde-commits
mailing list