r40 - in /packages/gnash/trunk/debian: changelog control patches/cmdline.patch patches/series rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Mon Apr 23 14:14:07 UTC 2007


Author: baby-guest
Date: Mon Apr 23 14:14:07 2007
New Revision: 40

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=40
Log:
Updated dependencies


Removed:
    packages/gnash/trunk/debian/patches/cmdline.patch
Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/control
    packages/gnash/trunk/debian/patches/series
    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=40&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Mon Apr 23 14:14:07 2007
@@ -1,3 +1,10 @@
+gnash (0.7.2+cvs20070423.1335-1) unstable; urgency=low
+
+  * New Upstream Release. Downloaded from CVS.
+  * Added dependencies: libtool, libltdl3, libboost-date-time-dev
+
+ -- root <little_miry at yahoo.es>  Mon, 23 Apr 2007 15:35:56 +0200
+
 gnash (0.7.2-1) unstable; urgency=low
 
   * New Alpha Release from Upstream:

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/control?rev=40&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Mon Apr 23 14:14:07 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, 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, libgstreamer0.10-dev | libgstreamer0.8-dev, libpango1.0-dev | pango-devel, libgtkglext1-dev, libmad0-dev, libxul-dev | mozilla-dev, libdirectfb-dev, libkonq4-dev, libcurl3-gnutls-dev | libcurl3-openssl-dev, libfltk1.1-dev, libcaca-dev
+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, libgstreamer0.10-dev | libgstreamer0.8-dev, libpango1.0-dev | pango-devel, libgtkglext1-dev, libmad0-dev, libxul-dev | mozilla-dev, libdirectfb-dev, libkonq4-dev, libcurl3-gnutls-dev | libcurl3-openssl-dev, libfltk1.1-dev, libcaca-dev, libboost-date-time-dev
 Standards-Version: 3.7.2
 Section: utils
 

Modified: packages/gnash/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/series?rev=40&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/series (original)
+++ packages/gnash/trunk/debian/patches/series Mon Apr 23 14:14:07 2007
@@ -1,1 +1,0 @@
-cmdline.patch -p1

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=40&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Mon Apr 23 14:14:07 2007
@@ -32,13 +32,9 @@
 config.status: configure.ac
 	dh_testdir
 
-	#
-	# == APPLYING PATCHES ============================================
-	#
+	@printf "\n == APPLYING PATCHES ============================================ \n\n"
 	$(MAKE) -f /usr/share/quilt/quilt.make patch
-	#
-	# ----------------------------------- End of APPLYING PATCHES ----
-	#
+	@printf "\n ----------------------------------- End of APPLYING PATCHES ---- \n\n"
 
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
@@ -47,15 +43,11 @@
 	cp -f /usr/share/misc/config.guess config.guess
 endif
 
-	#
-	# == AUTOGEN =====================================================
-	#
+	@printf "\n == AUTOGEN ===================================================== \n\n"
 	./autogen.sh
-	#
-	# -------------------------------------------- End of AUTOGEN ----
-	#
-	# == CONFIGURE ===================================================
-	#
+	@printf "\n -------------------------------------------- End of AUTOGEN ---- \n\n"
+
+	@printf "\n == CONFIGURE =================================================== \n\n"
 	# In the future, I want to add LDFLAGS="-Wl,-z,defs"
 	./configure CFLAGS="$(CFLAGS)" \
 		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
@@ -64,9 +56,7 @@
 		--with-plugindir=\$${prefix}/lib/gnash \
 		--enable-shared=yes --enable-static=yes --enable-sdk-install \
 		--disable-rpath --enable-lotsa-warnings --without-gcc-arch
-	#
-	# ------------------------------------------- End of CONFIGURE ----
-	#
+	@printf "\n ------------------------------------------- End of CONFIGURE ---- \n\n"
 
 	cp libamf/README README.amf
 
@@ -76,19 +66,13 @@
 build-stamp:  config.status
 	dh_testdir
 
-	#
-	# == MAKE ========================================================
-	#
+	@printf "\n == MAKE ======================================================== \n\n"
 	$(MAKE)
-	#
-	# ----------------------------------------------- End of MAKE ----
-	#
-	# == CHECK =======================================================
-	#
+	@printf "\n ----------------------------------------------- End of MAKE ---- \n\n"
+
+	@printf "\n == CHECK ======================================================= \n\n"
 	-$(MAKE) check
-	#
-	# ---------------------------------------------- End of CHECK ----
-	#
+	@printf "\n ---------------------------------------------- End of CHECK ---- \n\n"
 
 	touch build-stamp
 
@@ -123,13 +107,9 @@
 
 	-rm -f README.amf
 
-	#
-	# == CLEANING PATCHES ============================================
-	#
+	@printf "\n == CLEANING PATCHES ============================================ \n\n"
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
-	#
-	# ----------------------------------- End of CLEANING PATCHES ----
-	#
+	@printf "\n ----------------------------------- End of CLEANING PATCHES ---- \n\n"
 
 	dh_clean 
 
@@ -147,13 +127,11 @@
 	install -d $(CURDIR)/debian/tmp/usr/lib/mozilla/plugins/
 	install -d $(CURDIR)/debian/tmp/usr/lib/firefox/plugins/
 	install -d $(CURDIR)/debian/tmp/usr/include/gnash
-	#
-	# == INSTALL =====================================================
-	#
+
+	@printf "\n == INSTALL ===================================================== \n\n"
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	#
-	# -------------------------------------------- End of INSTALL ----
-	#
+	@printf "\n -------------------------------------------- End of INSTALL ---- \n\n"
+
 	#cd debian/h2m; $(MAKE)
 
 	install -d $(CURDIR)/debian/tmp/usr/share/lintian/overrides/




More information about the pkg-flash-devel mailing list