r206 - in /packages/gnash/branches/0.8.2/debian: changelog control patches/disable-testsuite.patch patches/series rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Sun Mar 9 15:13:33 UTC 2008


Author: baby-guest
Date: Sun Mar  9 15:13:33 2008
New Revision: 206

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=206
Log:
Fixed building system


Removed:
    packages/gnash/branches/0.8.2/debian/patches/disable-testsuite.patch
Modified:
    packages/gnash/branches/0.8.2/debian/changelog
    packages/gnash/branches/0.8.2/debian/control
    packages/gnash/branches/0.8.2/debian/patches/series
    packages/gnash/branches/0.8.2/debian/rules

Modified: packages/gnash/branches/0.8.2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.2/debian/changelog?rev=206&op=diff
==============================================================================
--- packages/gnash/branches/0.8.2/debian/changelog (original)
+++ packages/gnash/branches/0.8.2/debian/changelog Sun Mar  9 15:13:33 2008
@@ -1,7 +1,7 @@
 gnash (0.8.2-1) UNRELEASED; urgency=low
 
   [ Miriam Ruiz ]
-  * New Upstream Release: First Beta Version.
+  * New Upstream Release: First Beta Version. Closes: #469944
     Improvements since the 0.8.1 alpha release are:
     + Improved timeline redesign.
     + Action execution order fixes.
@@ -36,6 +36,7 @@
     to prevent runtime dynamic linking against GPLv2. Closes: #464615
   * Shortened long description for most of binary packages. Closes: #423594
   * Updated package descriptions in debian/control and README.Debian file.
+  * Removed mtasc form build dependencies.
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 07 Mar 2008 09:54:08 +0100
 

Modified: packages/gnash/branches/0.8.2/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.2/debian/control?rev=206&op=diff
==============================================================================
--- packages/gnash/branches/0.8.2/debian/control (original)
+++ packages/gnash/branches/0.8.2/debian/control Sun Mar  9 15:13:33 2008
@@ -9,12 +9,11 @@
  libpango1.0-dev | pango-devel, libgtkglext1-dev, libmad0-dev,
  libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev,
  libcaca-dev, libboost-date-time-dev, libavcodec-dev, libavformat-dev, libming-dev,
- libming-util, mtasc, libgstreamer-plugins-base0.10-dev, libqt3-mt-dev (>=3.3.8),
+ libming-util, libgstreamer-plugins-base0.10-dev, libqt3-mt-dev (>=3.3.8),
  libboost-serialization-dev, python, base-files (>= 4.0.1)
 Standards-Version: 3.7.3
 Section: utils
 Homepage: http://www.gnu.org/software/gnash/
-Vcs-Bzr: http://bzr.debian.org/bzr/pkg-flash/debian.sid
 DM-Upload-Allowed: yes
 
 Package: gnash-common

Modified: packages/gnash/branches/0.8.2/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.2/debian/patches/series?rev=206&op=diff
==============================================================================
--- packages/gnash/branches/0.8.2/debian/patches/series (original)
+++ packages/gnash/branches/0.8.2/debian/patches/series Sun Mar  9 15:13:33 2008
@@ -1,4 +1,3 @@
 do-not-delete-gmo-files
-disable-testsuite.patch
-fix-upstream-manpage.patch
+#fix-upstream-manpage.patch
 gcc-4.3.patch

Modified: packages/gnash/branches/0.8.2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.2/debian/rules?rev=206&op=diff
==============================================================================
--- packages/gnash/branches/0.8.2/debian/rules (original)
+++ packages/gnash/branches/0.8.2/debian/rules Sun Mar  9 15:13:33 2008
@@ -11,7 +11,8 @@
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
-BUILD_VERSION = cvs$(shell  head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/^.*cvs//' | sed 's/\..*-.*//')
+#BUILD_VERSION = cvs$(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/^.*cvs//' | sed 's/\..*-.*//')
+BUILD_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/^[()]//' | sed 's/-.*//')
 
 CFLAGS = -Wall -g -Werror-implicit-function-declaration
 
@@ -54,7 +55,8 @@
 	# In the future, I want to add LDFLAGS="-Wl,-z,defs"
 	./configure VERSION="$(BUILD_VERSION)" CFLAGS="$(CFLAGS)" \
 		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
-		--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
+		--prefix=/usr --mandir=\$${prefix}/share/man \
+		--infodir=\$${prefix}/share/info --disable-testsuite \
 		--enable-plugin --enable-gui='gtk,kde' --enable-cygnal \
 		--enable-gstreamer --enable-media=gst --enable-renderer=agg \
 		--with-plugindir=\$${prefix}/lib/gnash \
@@ -186,7 +188,7 @@
 
 VERSION_DATE = $(shell /bin/date --utc +%0Y%0m%0d.%0k%0M)
 VERSION_ID = 0.8.2+cvs$(VERSION_DATE)
-get-orig-source:
+get-cvs-source:
 	echo Downloading gnash $(VERSION_ID) from CVS...
 	#test -e gnashd && exit
 	export CVS_RSH="ssh"; cvs -z3 -d:pserver:anonymous at cvs.sv.gnu.org:/sources/gnash co gnash




More information about the pkg-flash-devel mailing list