r80 - in /packages/gnash/trunk/debian: changelog patches/series rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Fri May 25 10:58:23 UTC 2007


Author: baby-guest
Date: Fri May 25 10:58:22 2007
New Revision: 80

URL: http://svn.debian.org/wsvn/?sc=1&rev=80
Log:
Added patch for Ming headers in make check


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/packages/gnash/trunk/debian/changelog?rev=80&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Fri May 25 10:58:22 2007
@@ -1,9 +1,10 @@
-gnash (0.7.2+cvs20070523.0850-1) unstable; urgency=low
+gnash (0.7.2+cvs20070525.0721-1) unstable; urgency=low
 
   * New Upstream Release. Downloaded from CVS.
-  * Make check not fatal again.
+  * Added ming_headers.patch patch so that the missing definitions in ming
+    headers are available for the check. Closes: #425888
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Wed, 23 May 2007 08:50:47 +0000
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 25 May 2007 07:21:23 +0000
 
 gnash (0.7.2+cvs20070518.1557-1) unstable; urgency=low
 

Modified: packages/gnash/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/patches/series?rev=80&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/series (original)
+++ packages/gnash/trunk/debian/patches/series Fri May 25 10:58:22 2007
@@ -1,0 +1,1 @@
+ming_headers.patch

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=80&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Fri May 25 10:58:22 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