rev 10825 - in kde-extras/kvdr/trunk/debian: . patches

Mark Purcell msp at alioth.debian.org
Sun Jun 1 12:10:32 UTC 2008


Author: msp
Date: 2008-06-01 12:10:32 +0000 (Sun, 01 Jun 2008)
New Revision: 10825

Added:
   kde-extras/kvdr/trunk/debian/patches/15_qt3_headers.patch
Modified:
   kde-extras/kvdr/trunk/debian/changelog
   kde-extras/kvdr/trunk/debian/control
Log:
* Switch Build-Depends: libqt3-mt-dev, thks Barry deFreese
  - Build depends on ancient libqt3-compat-headers (Closes: #465172)

Modified: kde-extras/kvdr/trunk/debian/changelog
===================================================================
--- kde-extras/kvdr/trunk/debian/changelog	2008-06-01 12:00:39 UTC (rev 10824)
+++ kde-extras/kvdr/trunk/debian/changelog	2008-06-01 12:10:32 UTC (rev 10825)
@@ -4,6 +4,8 @@
   * ACK NMU.
   * Maintainer: Debian KDE Extras Team
   * Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kvdr/trunk/
+  * Switch Build-Depends: libqt3-mt-dev, thks Barry deFreese
+    - Build depends on ancient libqt3-compat-headers (Closes: #465172)
 
  -- Mark Purcell <msp at debian.org>  Sun, 01 Jun 2008 21:57:27 +1000
 

Modified: kde-extras/kvdr/trunk/debian/control
===================================================================
--- kde-extras/kvdr/trunk/debian/control	2008-06-01 12:00:39 UTC (rev 10824)
+++ kde-extras/kvdr/trunk/debian/control	2008-06-01 12:10:32 UTC (rev 10825)
@@ -5,7 +5,7 @@
 Uploaders: Mark Purcell <msp at debian.org>
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kvdr/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kvdr/?op=log
-Build-Depends: debhelper (>> 5), autotools-dev, autoconf, kdelibs4-dev (>= 3.4.2-1), libqt3-compat-headers, dbs, libxxf86vm-dev, libxxf86dga-dev, libxv-dev
+Build-Depends: debhelper (>> 5), autotools-dev, autoconf, kdelibs4-dev (>= 3.4.2-1), libqt3-mt-dev, dbs, libxxf86vm-dev, libxxf86dga-dev, libxv-dev
 Standards-Version: 3.7.2
 
 Package: kvdr

Added: kde-extras/kvdr/trunk/debian/patches/15_qt3_headers.patch
===================================================================
--- kde-extras/kvdr/trunk/debian/patches/15_qt3_headers.patch	                        (rev 0)
+++ kde-extras/kvdr/trunk/debian/patches/15_qt3_headers.patch	2008-06-01 12:10:32 UTC (rev 10825)
@@ -0,0 +1,12 @@
+diff -urN tmp/kvdr/kvdr.cpp kvdr/kvdr/kvdr.cpp
+--- tmp/kvdr/kvdr.cpp	2008-02-10 22:00:15.000000000 -0500
++++ kvdr/kvdr/kvdr.cpp	2008-02-10 21:57:09.000000000 -0500
+@@ -17,7 +17,7 @@
+ 
+ #include "kvdr.h"
+ #include <kwin.h>
+-#include <qmsgbox.h>
++#include <qmessagebox.h>
+ #include <qfile.h>
+ #include <qimage.h>
+ #include <kconfig.h>




More information about the pkg-kde-commits mailing list