r77 - in /packages/gnash/trunk/debian: TODO changelog control rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Fri May 18 17:22:36 UTC 2007


Author: baby-guest
Date: Fri May 18 17:22:35 2007
New Revision: 77

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=77
Log:
Changes in dependencies and checks


Modified:
    packages/gnash/trunk/debian/TODO
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/control
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/TODO?rev=77&op=diff
==============================================================================
--- packages/gnash/trunk/debian/TODO (original)
+++ packages/gnash/trunk/debian/TODO Fri May 18 17:22:35 2007
@@ -2,3 +2,4 @@
 * Add a debian/watch file.
 * Find a way to generate man pages without $DISPLAY.
 * Add LDFLAGS="-Wl,-z,defs" to ./configure in rules.
+* Add swfdec testsuite for check.

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=77&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Fri May 18 17:22:35 2007
@@ -1,13 +1,16 @@
-gnash (0.7.2+cvs20070512.1527-2) unstable; urgency=low
+gnash (0.7.2+cvs20070518.1557-1) unstable; urgency=low
 
+  * New Upstream Release. Downloaded from CVS.
   * Depending on libcurl?-gnutls-dev instead of libcurl?-openssl-dev for
     not depending on OpenSSL (incompatible with GPL license). Closes: #423884
   * Closes: #423433 , memory corruption vulnerability in gnash, due to a out
     of bounds memory access ( http://savannah.gnu.org/bugs/?19774 )
   * gstreamer0.10-audiosink is a virtual package, modifying control.
   * Updated dependencies to use libcurl4 instead of libcurl3.
+  * Depending on swfmill for check (as well as from ming and mtasc)
+  * Make check is fatal error now.
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Mon, 14 May 2007 21:00:09 +0200
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 18 May 2007 15:57:38 +0000
 
 gnash (0.7.2+cvs20070512.1527-1) unstable; urgency=low
 

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/control?rev=77&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Fri May 18 17:22:35 2007
@@ -1,7 +1,7 @@
 Source: gnash
 Priority: optional
 Maintainer: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 4.0.0), quilt, autoconf, automake1.9, libtool, libltdl3-dev, help2man, libxmu-dev, dejagnu, autotools-dev, libboost-dev, libboost-thread-dev, libxml2-dev, libjpeg-dev, libpng12-dev | libpng-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libagg-dev, libgstreamer0.10-dev | libgstreamer0.8-dev, libpango1.0-dev | pango-devel, libgtkglext1-dev, libmad0-dev, libxul-dev | mozilla-dev, libdirectfb-dev, libkonq4-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev , libfltk1.1-dev, libcaca-dev, libboost-date-time-dev, libavcodec-dev, libavformat-dev, libming-dev, libming-util, mtasc
+Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 4.0.0), quilt, autoconf, automake1.9, libtool, libltdl3-dev, help2man, libxmu-dev, dejagnu, autotools-dev, libboost-dev, libboost-thread-dev, libxml2-dev, libjpeg-dev, libpng12-dev | libpng-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libagg-dev, libgstreamer0.10-dev | libgstreamer0.8-dev, libpango1.0-dev | pango-devel, libgtkglext1-dev, libmad0-dev, libxul-dev | mozilla-dev, libdirectfb-dev, libkonq4-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev , libfltk1.1-dev, libcaca-dev, libboost-date-time-dev, libavcodec-dev, libavformat-dev, libming-dev, libming-util, mtasc, swfmill
 Standards-Version: 3.7.2
 Section: utils
 

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=77&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Fri May 18 17:22:35 2007
@@ -74,7 +74,7 @@
 	@printf "\n ----------------------------------------------- End of MAKE ---- \n\n"
 
 	@printf "\n == CHECK ======================================================= \n\n"
-	-$(MAKE) check
+	$(MAKE) check
 	@printf "\n ---------------------------------------------- End of CHECK ---- \n\n"
 
 	touch build-stamp




More information about the pkg-flash-devel mailing list