r337 - in /packages/gnash/trunk/debian: changelog control rules
miriam at users.alioth.debian.org
miriam at users.alioth.debian.org
Sat Apr 11 19:45:57 UTC 2009
Author: miriam
Date: Sat Apr 11 19:45:56 2009
New Revision: 337
URL: http://svn.debian.org/wsvn/?sc=1&rev=337
Log:
Fixed some things
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/packages/gnash/trunk/debian/changelog?rev=337&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Sat Apr 11 19:45:56 2009
@@ -30,7 +30,7 @@
+ Support for Mixed SWF Versions added.
+ Fixed bugs found since since the 0.8.4 release.
* Build depends on automake > 1.10 instead of > 1.9
- * Added build-dependencies: libming-dev, libming-util, mtasc
+ * Added build-dependencies: csound
-- Miriam Ruiz <little_miry at yahoo.es> Sat, 11 Apr 2009 19:59:30 +0200
Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/control?rev=337&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Sat Apr 11 19:45:56 2009
@@ -10,7 +10,7 @@
libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev,
libboost-date-time-dev, libavcodec-dev, libavformat-dev, libswscale-dev,
libspeex-dev, kdelibs5-dev, qt4-qmake, libqt4-dev, qt4-dev-tools,
- libming-dev, libming-util, mtasc
+ csound
Standards-Version: 3.8.0
Section: utils
Homepage: http://www.gnu.org/software/gnash/
@@ -21,6 +21,7 @@
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~), gnash-common-opengl
Replaces: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)
+Recommends: csound
Description: free SWF movie player - common files/libraries
Gnash is a free SWF movie player, which works either standalone, or as
plugin for Firefox/Mozilla or Konqueror.
Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=337&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Sat Apr 11 19:45:56 2009
@@ -206,7 +206,7 @@
binary-arch: install
dh_testdir
dh_testroot
- dh_installchangelogs ChangeLog
+ dh_installchangelogs
dh_installdocs
dh_installexamples
dh_install --sourcedir=$(CURDIR)/debian
More information about the pkg-flash-devel
mailing list