r187 - in /packages/gnash/trunk/debian: changelog patches/disable-testsuite.patch
baby-guest at users.alioth.debian.org
baby-guest at users.alioth.debian.org
Thu Feb 14 15:25:22 UTC 2008
Author: baby-guest
Date: Thu Feb 14 15:25:22 2008
New Revision: 187
URL: http://svn.debian.org/wsvn/?sc=1&rev=187
Log:
Fixed disable-testsuite.patch.
Modified:
packages/gnash/trunk/debian/changelog
packages/gnash/trunk/debian/patches/disable-testsuite.patch
Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=187&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Feb 14 15:25:22 2008
@@ -19,6 +19,7 @@
* Fixed man pages generation system and built new manpages.
* Added proper version numbering, including date, to build results.
* Delete po/*.gmo and ./compile in clean target in debian/rules.
+ * Fixed disable-testsuite.patch.
-- Miriam Ruiz <little_miry at yahoo.es> Tue, 12 Feb 2008 11:33:29 +0000
Modified: packages/gnash/trunk/debian/patches/disable-testsuite.patch
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/patches/disable-testsuite.patch?rev=187&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/disable-testsuite.patch (original)
+++ packages/gnash/trunk/debian/patches/disable-testsuite.patch Thu Feb 14 15:25:22 2008
@@ -1,21 +1,19 @@
-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)
+--- a/configure.ac
++++ b/configure.ac
+@@ -1822,9 +1822,6 @@
dnl AC_CONFIG_LINKS(doc/C/images)
+ dnl AC_CONFIG_LINKS(gnashconfig.h,libltdl/config.h)
-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
+@@ -1843,19 +1840,6 @@
doc/C/asspec/Makefile
doc/Doxyfile
+ pythonmodule/Makefile
-testsuite/Makefile
-testsuite/libbase/Makefile
-testsuite/libgeometry/Makefile
@@ -32,7 +30,7 @@
gui/Makefile
gui/Info.plist
extensions/Makefile
-@@ -1662,8 +1646,6 @@
+@@ -1869,8 +1853,6 @@
plugin/Makefile
plugin/klash/Makefile
cygnal/Makefile
@@ -41,22 +39,18 @@
)
###
-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 \
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -52,7 +52,6 @@
gui \
plugin \
+ pythonmodule \
- 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
+--- a/cygnal/Makefile.am
++++ b/cygnal/Makefile.am
@@ -21,8 +21,7 @@
AUTOMAKE_OPTIONS = dejagnu
@@ -65,5 +59,5 @@
- testsuite
+ .
+ # we don't want these anymore
#DIST_SUBDIRS = ACT IO HTTP Net unit_tests
-
More information about the pkg-flash-devel
mailing list