r81 - in /packages/gnash/trunk/debian: changelog control rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Fri Jun 8 17:36:26 UTC 2007


Author: baby-guest
Date: Fri Jun  8 17:36:26 2007
New Revision: 81

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=81
Log:
Make check is made non fatal error again.
Changed build dependency from automake1.9 to automake | automake1.9


Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/control
    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=81&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Fri Jun  8 17:36:26 2007
@@ -1,10 +1,12 @@
-gnash (0.7.2+cvs20070525.0721-1) unstable; urgency=low
+gnash (0.7.2+cvs20070608.1352-1) unstable; urgency=low
 
   * New Upstream Release. Downloaded from CVS.
   * Added ming_headers.patch patch so that the missing definitions in ming
     headers are available for the check. Closes: #425888
+  * Make check is made non fatal error again.
+  * Changed build dependency from automake1.9 to automake | automake1.9
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 25 May 2007 07:21:23 +0000
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 08 Jun 2007 13:52:41 +0000
 
 gnash (0.7.2+cvs20070518.1557-1) unstable; urgency=low
 

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/control?rev=81&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Fri Jun  8 17:36:26 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, swfmill
+Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 4.0.0), quilt, autoconf, automake | 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=81&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Fri Jun  8 17:36:26 2007
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # The template for this file was originally written by Joey Hess and Craig Small.
-# Developed for Gnash by Miriam Ruiz
+# Modified for Gnash by Miriam Ruiz
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -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