r5650 - in packages/trunk/droidbattles/debian: . patches

Barry deFreese bddebian-guest at alioth.debian.org
Wed Feb 6 01:44:58 UTC 2008


Author: bddebian-guest
Date: 2008-02-06 01:44:58 +0000 (Wed, 06 Feb 2008)
New Revision: 5650

Added:
   packages/trunk/droidbattles/debian/patches/qt3_headers.diff
Modified:
   packages/trunk/droidbattles/debian/changelog
   packages/trunk/droidbattles/debian/control
   packages/trunk/droidbattles/debian/patches/series
Log:
  * qt3_headers.diff - Build without qt3-compat-headers.
  * Remove libqt3-compat-headers build-dep.


Modified: packages/trunk/droidbattles/debian/changelog
===================================================================
--- packages/trunk/droidbattles/debian/changelog	2008-02-05 22:09:41 UTC (rev 5649)
+++ packages/trunk/droidbattles/debian/changelog	2008-02-06 01:44:58 UTC (rev 5650)
@@ -11,11 +11,13 @@
   * Using quilt for managing patches
 
   [ Barry deFreese ]
-  * Add desktop file and call dh_desktop
-  * Move xpm and desktop files into install file
-  * Bump debhelper build-dep and compat to 5
-  * Add watch file
-  * Add VCS fields in control
+  * Add desktop file and call dh_desktop.
+  * Move xpm and desktop files into install file.
+  * Bump debhelper build-dep and compat to 5.
+  * Add watch file.
+  * Add VCS fields in control.
+  * qt3_headers.diff - Build without qt3-compat-headers.
+  * Remove libqt3-compat-headers build-dep.
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 18 Jan 2008 17:52:24 +0000
 

Modified: packages/trunk/droidbattles/debian/control
===================================================================
--- packages/trunk/droidbattles/debian/control	2008-02-05 22:09:41 UTC (rev 5649)
+++ packages/trunk/droidbattles/debian/control	2008-02-06 01:44:58 UTC (rev 5650)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org> 
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: debhelper (>= 5.0.0), quilt, autotools-dev, libqt3-mt-dev, libqt3-compat-headers
+Build-Depends: debhelper (>= 5.0.0), quilt, autotools-dev, libqt3-mt-dev
 Standards-Version: 3.7.3
 Homepage: http://www.bluefire.nu/droidbattles/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/droidbattles/

Added: packages/trunk/droidbattles/debian/patches/qt3_headers.diff
===================================================================
--- packages/trunk/droidbattles/debian/patches/qt3_headers.diff	                        (rev 0)
+++ packages/trunk/droidbattles/debian/patches/qt3_headers.diff	2008-02-06 01:44:58 UTC (rev 5650)
@@ -0,0 +1,12 @@
+diff -urN droidbattles-1.0.6.orig/droidbattles/droidbattles.h droidbattles-1.0.6/droidbattles/droidbattles.h
+--- droidbattles-1.0.6.orig/droidbattles/droidbattles.h	2008-02-05 20:07:49.000000000 -0500
++++ droidbattles-1.0.6/droidbattles/droidbattles.h	2008-02-05 20:08:22.000000000 -0500
+@@ -27,7 +27,7 @@
+ #include <qtoolbar.h>
+ #include <qpixmap.h>
+ #include <qtoolbutton.h>
+-#include <qapp.h>
++#include <qapplication.h>
+ #include <qstatusbar.h>
+ #include <qwidget.h>
+ #include <qwhatsthis.h>

Modified: packages/trunk/droidbattles/debian/patches/series
===================================================================
--- packages/trunk/droidbattles/debian/patches/series	2008-02-05 22:09:41 UTC (rev 5649)
+++ packages/trunk/droidbattles/debian/patches/series	2008-02-06 01:44:58 UTC (rev 5650)
@@ -1 +1,2 @@
 fixes.patch
+qt3_headers.diff




More information about the Pkg-games-commits mailing list