r244 - in /packages/gnash/trunk/debian: changelog patches/kde_include_types.patch patches/series rules

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Wed Jun 4 17:10:32 UTC 2008


Author: miriam
Date: Wed Jun  4 17:10:32 2008
New Revision: 244

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=244
Log:
Added new patch to fix minor compilation bug: kde_include_types.patch


Added:
    packages/gnash/trunk/debian/patches/kde_include_types.patch
Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/patches/series
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=244&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Wed Jun  4 17:10:32 2008
@@ -1,3 +1,14 @@
+gnash (0.8.3~cvs20080604.1501-1) UNRELEASED; urgency=low
+
+  [ Miriam Ruiz ]
+  * New Upstream Release. Downloaded from CVS.
+  * Added new patch to fix minor compilation bug: kde_include_types.patch
+
+  [ Robert Millan ]
+  * Removed debian/patches/rename_sysgnashrc_to_gnashrc.diff (merged).
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Wed, 04 Jun 2008 15:03:01 +0000
+
 gnash (0.8.3~cvs20080514.1309-1) UNRELEASED; urgency=low
 
   * New upstream snapshot.

Added: packages/gnash/trunk/debian/patches/kde_include_types.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/kde_include_types.patch?rev=244&op=file
==============================================================================
--- packages/gnash/trunk/debian/patches/kde_include_types.patch (added)
+++ packages/gnash/trunk/debian/patches/kde_include_types.patch Wed Jun  4 17:10:32 2008
@@ -1,0 +1,12 @@
+Index: gnash-0.8.3~cvs20080604.1501/gui/kde.cpp
+===================================================================
+--- gnash-0.8.3~cvs20080604.1501.orig/gui/kde.cpp	2008-06-04 16:41:14.000000000 +0000
++++ gnash-0.8.3~cvs20080604.1501/gui/kde.cpp	2008-06-04 16:41:53.000000000 +0000
+@@ -36,6 +36,7 @@
+ #endif
+ #include "Range2d.h"
+ 
++#include "types.h"
+ #include "gnash.h"
+ #include "movie_definition.h" 
+ #include "log.h"

Modified: packages/gnash/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/series?rev=244&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/series (original)
+++ packages/gnash/trunk/debian/patches/series Wed Jun  4 17:10:32 2008
@@ -1,2 +1,3 @@
 do-not-delete-gmo-files
 #fix-upstream-manpage.patch
+kde_include_types.patch

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=244&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Wed Jun  4 17:10:32 2008
@@ -189,7 +189,7 @@
 	dh_builddeb
 
 VERSION_DATE = $(shell /bin/date --utc +%0Y%0m%0d.%0k%0M)
-VERSION_ID = 0.8.2+cvs$(VERSION_DATE)
+VERSION_ID = 0.8.3~cvs$(VERSION_DATE)
 get-cvs-source:
 	echo Downloading gnash $(VERSION_ID) from CVS...
 	#test -e gnashd && exit




More information about the pkg-flash-devel mailing list