r181 - in /packages/gnash/trunk/debian: changelog patches/disable-testsuite.patch patches/series

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Thu Feb 14 15:21:32 UTC 2008


Author: baby-guest
Date: Thu Feb 14 15:21:32 2008
New Revision: 181

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=181
Log:
Added patch to disable the testsuite: disable-testsuite.patch


Added:
    packages/gnash/trunk/debian/patches/disable-testsuite.patch
Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/patches/series

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=181&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Feb 14 15:21:32 2008
@@ -11,6 +11,7 @@
   * Added dh_desktop to debian/rules.
   * Added support for dh-buildinfo.
   * Added new build dependencies: libboost-serialization-dev, python
+  * Added patch to disable the testsuite: disable-testsuite.patch
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 12 Feb 2008 11:33:29 +0000
 

Added: packages/gnash/trunk/debian/patches/disable-testsuite.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/disable-testsuite.patch?rev=181&op=file
==============================================================================
--- packages/gnash/trunk/debian/patches/disable-testsuite.patch (added)
+++ packages/gnash/trunk/debian/patches/disable-testsuite.patch Thu Feb 14 15:21:32 2008
@@ -1,0 +1,69 @@
+Index: gnash-0.8.1+cvs20071219.0011/configure.ac
+===================================================================
+--- gnash-0.8.1+cvs20071219.0011.orig/configure.ac	2007-12-19 09:26:36.000000000 +0000
++++ gnash-0.8.1+cvs20071219.0011/configure.ac	2007-12-19 09:26:41.000000000 +0000
+@@ -1616,9 +1616,6 @@
+ AC_SUBST(MEDIA_CONFIG)
+ 
+ dnl AC_CONFIG_LINKS(doc/C/images)
+-AC_CONFIG_LINKS(cygnal/testsuite/cygnal.all/cygnalrc:cygnal/testsuite/cygnal.all/cygnalrc.in)
+-AC_CONFIG_LINKS(testsuite/libbase/gnashrc:testsuite/libbase/gnashrc.in)
+-AC_CONFIG_LINKS(testsuite/libbase/gnashrc-local:testsuite/libbase/gnashrc-local.in)
+ 
+ AC_OUTPUT(Makefile
+ libmedia/Makefile
+@@ -1636,19 +1633,6 @@
+ doc/C/Makefile
+ doc/C/asspec/Makefile
+ doc/Doxyfile
+-testsuite/Makefile
+-testsuite/libbase/Makefile
+-testsuite/libgeometry/Makefile
+-testsuite/actionscript.all/Makefile
+-testsuite/samples/Makefile
+-testsuite/swfdec/Makefile
+-testsuite/misc-ming.all/Makefile
+-testsuite/misc-mtasc.all/Makefile
+-testsuite/misc-swfmill.all/Makefile
+-testsuite/misc-swfc.all/Makefile
+-testsuite/movies.all/Makefile
+-testsuite/server/Makefile
+-testsuite/libamf.all/Makefile
+ gui/Makefile
+ gui/Info.plist
+ extensions/Makefile
+@@ -1662,8 +1646,6 @@
+ plugin/Makefile
+ plugin/klash/Makefile
+ cygnal/Makefile
+-cygnal/testsuite/Makefile
+-cygnal/testsuite/cygnal.all/Makefile
+ )
+ 
+ ###
+Index: gnash-0.8.1+cvs20071219.0011/Makefile.am
+===================================================================
+--- gnash-0.8.1+cvs20071219.0011.orig/Makefile.am	2007-12-19 09:26:37.000000000 +0000
++++ gnash-0.8.1+cvs20071219.0011/Makefile.am	2007-12-19 09:26:41.000000000 +0000
+@@ -32,7 +32,6 @@
+ 	utilities \
+ 	gui \
+ 	plugin \
+-	testsuite \
+ 	po \
+ 	$(NULL)
+ 
+Index: gnash-0.8.1+cvs20071219.0011/cygnal/Makefile.am
+===================================================================
+--- gnash-0.8.1+cvs20071219.0011.orig/cygnal/Makefile.am	2007-12-19 09:26:51.000000000 +0000
++++ gnash-0.8.1+cvs20071219.0011/cygnal/Makefile.am	2007-12-19 09:27:07.000000000 +0000
+@@ -21,8 +21,7 @@
+ AUTOMAKE_OPTIONS = dejagnu
+ 
+ SUBDIRS = \
+-	. \
+-	testsuite
++	.
+ 
+ #DIST_SUBDIRS  = ACT IO HTTP Net unit_tests 
+ 

Modified: packages/gnash/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/series?rev=181&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/series (original)
+++ packages/gnash/trunk/debian/patches/series Thu Feb 14 15:21:32 2008
@@ -1,1 +1,2 @@
 do-not-delete-gmo-files
+disable-testsuite.patch




More information about the pkg-flash-devel mailing list