r430 - in /packages/gnash/trunk/debian: changelog control gnash-doc.doc-base gnash-doc.docs rules

gg0-guest at users.alioth.debian.org gg0-guest at users.alioth.debian.org
Thu Aug 26 23:57:50 UTC 2010


Author: gg0-guest
Date: Thu Aug 26 23:57:50 2010
New Revision: 430

URL: http://svn.debian.org/wsvn/?sc=1&rev=430
Log:
added -dbg and -doc packages

Added:
    packages/gnash/trunk/debian/gnash-doc.doc-base
    packages/gnash/trunk/debian/gnash-doc.docs
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=430&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Aug 26 23:57:50 2010
@@ -5,13 +5,17 @@
     doc-base (Closes: #477477).
   * Added patch fixtypos.patch to fix typos.
   * Escaped dashes in man pages (lintian tag hyphen-used-as-minus-sign).
+  * Added parallel=n build option.
+  * Added -dbg package for debug symbols.
+  * Added -doc package for API documentation.
+    + Added doxygen as Build-Depends.
 
   [ Miriam Ruiz ]
   * Changed Section from utils to video
   * Removed Robert Millan from uploaders
   * Added Gabriele to uploaders
 
- -- Gabriele Giacone <1o5g4r8o at gmail.com>  Thu, 26 Aug 2010 08:21:13 +0200
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Fri, 27 Aug 2010 01:00:56 +0200
 
 gnash (0.8.8-1) experimental; urgency=low
 

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/control?rev=430&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Thu Aug 26 23:57:50 2010
@@ -4,7 +4,7 @@
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Alexander Sack <asac at jwsdot.com>, Gabriele Giacone <1o5g4r8o at gmail.com> 
 Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 5.0.0), quilt, sng,
  dh-buildinfo, autoconf, automake, libtool, intltool, docbook, docbook2x,
- libltdl3-dev, libxmu-dev, dejagnu, autotools-dev, 
+ libltdl3-dev, libxmu-dev, dejagnu, autotools-dev, doxygen,
  libjpeg-dev, libpng12-dev | libpng-dev, libgif-dev, libagg-dev, libpango1.0-dev | pango-dev,
  libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev,
  libboost-dev, libboost-thread-dev, libboost-date-time-dev, libgtk2.0-dev,
@@ -29,6 +29,15 @@
  Gnash is a free GPL'd SWF movie player, which works either standalone, or as
  browser plugin for Firefox, Mozilla, and Konqueror.
  .
+ Gnash supports the majority of Flash opcodes up to SWF version 7, and
+ a wide sampling of ActionScript 2 classes for SWF version 8.5. SWF
+ version 9 and ActionScript 3 support is being worked on.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the SWF specification. This lets a SWF movie communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets a movie be a remote
+ control for other devices or applications.
+ .
  This package includes the common files/libraries that use AGG (Antigrain)
  as the rendering backend.
 
@@ -108,6 +117,15 @@
  Gnash is a free GPL'd SWF movie player, which works either standalone, or as
  browser plugin for Firefox, Mozilla, and Konqueror.
  .
+ Gnash supports the majority of Flash opcodes up to SWF version 7, and
+ a wide sampling of ActionScript 2 classes for SWF version 8.5. SWF
+ version 9 and ActionScript 3 support is being worked on.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the SWF specification. This lets a SWF movie communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets a movie be a remote
+ control for other devices or applications.
+ .
  This package includes command-line utilities based in gnash.
 
 Package: gnash-cygnal
@@ -116,6 +134,15 @@
 Description: free Shockwave Flash (SWF) movie player - Media server
  Gnash is a free GPL'd SWF movie player, which works either standalone, or as
  browser plugin for Firefox, Mozilla, and Konqueror.
+ .
+ Gnash supports the majority of Flash opcodes up to SWF version 7, and
+ a wide sampling of ActionScript 2 classes for SWF version 8.5. SWF
+ version 9 and ActionScript 3 support is being worked on.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the SWF specification. This lets a SWF movie communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets a movie be a remote
+ control for other devices or applications.
  .
  Cygnal is Gnash's media server.
 
@@ -129,6 +156,15 @@
  Gnash is a free GPL'd SWF movie player, which works either standalone, or as
  browser plugin for Firefox, Mozilla, and Konqueror.
  .
+ Gnash supports the majority of Flash opcodes up to SWF version 7, and
+ a wide sampling of ActionScript 2 classes for SWF version 8.5. SWF
+ version 9 and ActionScript 3 support is being worked on.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the SWF specification. This lets a SWF movie communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets a movie be a remote
+ control for other devices or applications.
+ .
  This package includes the plugin for Firefox/Mozilla Web Browser. The plugin
  works best with Firefox 1.0.4 or newer, and should work in any Mozilla based
  browser.
@@ -140,4 +176,59 @@
  Gnash is a free GPL'd SWF movie player, which works either standalone, or as
  browser plugin for Firefox, Mozilla, and Konqueror.
  .
+ Gnash supports the majority of Flash opcodes up to SWF version 7, and
+ a wide sampling of ActionScript 2 classes for SWF version 8.5. SWF
+ version 9 and ActionScript 3 support is being worked on.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the SWF specification. This lets a SWF movie communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets a movie be a remote
+ control for other devices or applications.
+ .
  This package includes the plugin for Konqueror.
+
+Package: gnash-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+	 gnash-common (= ${binary:Version}),
+	 gnash (= ${binary:Version}),
+	 gnash-tools (= ${binary:Version}),
+	 gnash-cygnal (= ${binary:Version}),
+	 klash (= ${binary:Version}),
+	 konqueror-plugin-gnash (= ${binary:Version}),
+	 mozilla-plugin-gnash (= ${binary:Version})
+Description: free Shockwave Flash (SWF) movie player (debug symbols)
+ Gnash is a free GPL'd SWF movie player, which works either standalone, or as
+ browser plugin for Firefox, Mozilla, and Konqueror.
+ .
+ Gnash supports the majority of Flash opcodes up to SWF version 7, and
+ a wide sampling of ActionScript 2 classes for SWF version 8.5. SWF
+ version 9 and ActionScript 3 support is being worked on.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the SWF specification. This lets a SWF movie communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets a movie be a remote
+ control for other devices or applications.
+ .
+ This package includes debug symbols for gnash.
+
+Package: gnash-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: free Shockwave Flash (SWF) movie player (apidoc)
+ Gnash is a free GPL'd SWF movie player, which works either standalone, or as
+ browser plugin for Firefox, Mozilla, and Konqueror.
+ .
+ Gnash supports the majority of Flash opcodes up to SWF version 7, and
+ a wide sampling of ActionScript 2 classes for SWF version 8.5. SWF
+ version 9 and ActionScript 3 support is being worked on.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the SWF specification. This lets a SWF movie communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets a movie be a remote
+ control for other devices or applications.
+ .
+ This package contains the API documentation for gnash.

Added: packages/gnash/trunk/debian/gnash-doc.doc-base
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/gnash-doc.doc-base?rev=430&op=file
==============================================================================
--- packages/gnash/trunk/debian/gnash-doc.doc-base (added)
+++ packages/gnash/trunk/debian/gnash-doc.doc-base Thu Aug 26 23:57:50 2010
@@ -1,0 +1,9 @@
+Document: gnashapidoc
+Title: Gnash API Documentation
+Author: Rob Savoye <rob at openmedianow.org>
+Abstract: This manual is focused on Gnash API
+Section: Video
+
+Format: HTML
+Index: /usr/share/doc/gnash-doc/apidoc/html/index.html
+Files: /usr/share/doc/gnash-doc/apidoc/html/*.html

Added: packages/gnash/trunk/debian/gnash-doc.docs
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/gnash-doc.docs?rev=430&op=file
==============================================================================
--- packages/gnash/trunk/debian/gnash-doc.docs (added)
+++ packages/gnash/trunk/debian/gnash-doc.docs Thu Aug 26 23:57:50 2010
@@ -1,0 +1,1 @@
+tmp.build/doc/apidoc

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=430&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Thu Aug 26 23:57:50 2010
@@ -118,6 +118,7 @@
 
 	printf "\n == MAKE ======================================================== \n\n"
 	$(MAKE) -C tmp.build VERSION="$(BUILD_VERSION)"
+	$(MAKE) -C tmp.build apidoc
 	printf "\n ----------------------------------------------- End of MAKE ---- \n\n"
 
 	printf "\n == CHECK ======================================================= \n\n"
@@ -228,7 +229,7 @@
 	done
 	dh_installman
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=gnash-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs




More information about the pkg-flash-devel mailing list