r466 - in /packages/gnash/trunk/debian: ./ overrides/

gg0-guest at users.alioth.debian.org gg0-guest at users.alioth.debian.org
Sun Sep 26 14:56:14 UTC 2010


Author: gg0-guest
Date: Sun Sep 26 14:56:09 2010
New Revision: 466

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=466
Log:
dh to 7, added python-gtk-gnash, removed g-common override

Added:
    packages/gnash/trunk/debian/overrides/python-gtk-gnash
      - copied, changed from r465, packages/gnash/trunk/debian/overrides/gnash-common
    packages/gnash/trunk/debian/python-gtk-gnash.install
Removed:
    packages/gnash/trunk/debian/overrides/gnash-common
Modified:
    packages/gnash/trunk/debian/browser-plugin-gnash.install
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/compat
    packages/gnash/trunk/debian/control
    packages/gnash/trunk/debian/gnash-common.install
    packages/gnash/trunk/debian/gnash-cygnal.install
    packages/gnash/trunk/debian/gnash-tools.install
    packages/gnash/trunk/debian/gnash.install
    packages/gnash/trunk/debian/klash.install
    packages/gnash/trunk/debian/konqueror-plugin-gnash.install
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/browser-plugin-gnash.install
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/browser-plugin-gnash.install?rev=466&op=diff
==============================================================================
--- packages/gnash/trunk/debian/browser-plugin-gnash.install (original)
+++ packages/gnash/trunk/debian/browser-plugin-gnash.install Sun Sep 26 14:56:09 2010
@@ -1,2 +1,2 @@
-tmp/usr/lib/gnash/libgnashplugin.so usr/lib/gnash/
-tmp/etc/gnashpluginrc etc/
+usr/lib/gnash/libgnashplugin.so
+etc/gnashpluginrc

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=466&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Sun Sep 26 14:56:09 2010
@@ -1,8 +1,10 @@
 gnash (0.8.8-6) UNRELEASED; urgency=low
 
+  * Added python-gtk-gnash package.
+  * Debhelper compatibility to 7.
   * Added patch to set default browser to sensible-browser (Closes: #597195).
 
- -- Gabriele Giacone <1o5g4r8o at gmail.com>  Sun, 19 Sep 2010 19:34:38 +0200
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Sun, 26 Sep 2010 16:54:45 +0200
 
 gnash (0.8.8-5) unstable; urgency=low
 

Modified: packages/gnash/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/compat?rev=466&op=diff
==============================================================================
--- packages/gnash/trunk/debian/compat (original)
+++ packages/gnash/trunk/debian/compat Sun Sep 26 14:56:09 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/control?rev=466&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Sun Sep 26 14:56:09 2010
@@ -4,15 +4,15 @@
 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), sng,
+Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 7), sng,
  dh-buildinfo, autoconf, automake, libtool, intltool, docbook, docbook2x,
  libltdl3-dev, libxmu-dev, dejagnu, autotools-dev, doxygen, xsltproc, docbook-xsl,
  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,
- libatk1.0-dev, python-dev | python2.6-dev | python2.5-dev | python2.4-dev, kdelibs5-dev,
+ libatk1.0-dev, python-all-dev, kdelibs5-dev,
  libgtkglext1-dev, python-gtk2-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libspeex-dev,
- libgl1-mesa-dev, libsdl1.2-dev, libqt4-opengl-dev, qt4-qmake,
+ libgl1-mesa-dev, libsdl1.2-dev, libqt4-opengl-dev, qt4-qmake, python-support,
  libgstreamer-plugins-base0.10-dev | gstreamer-plugins-base-dev, libgstreamer0.10-dev | gstreamer0.10-dev
 Standards-Version: 3.9.1
 Section: video
@@ -168,6 +168,27 @@
  control for other devices or applications.
  .
  This package includes the plugin for Konqueror.
+
+Package: python-gtk-gnash
+Section: python
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2
+Provides: ${python:Provides}
+Description: GNU Shockwave Flash (SWF) player - Python bindings
+ GNU Gnash is a free GPL'd SWF player. It runs as a standalone application
+ on either the desktop or embedded devices, or may be used as a plugin
+ for several popular browsers. It supports playing media from a disk or
+ streaming over a network connection.
+ .
+ GNU Gnash is based on GameSWF and supports most SWF v7 features and some
+ SWF v8 and v9. SWF v10 is not supported by GNU Gnash.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the SWF specification. This lets a SWF animation communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets an animation be a remote
+ control for other devices or applications.
+ .
+ This package includes the Python bindings for gnash.
 
 Package: gnash-dbg
 Section: debug

Modified: packages/gnash/trunk/debian/gnash-common.install
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/gnash-common.install?rev=466&op=diff
==============================================================================
--- packages/gnash/trunk/debian/gnash-common.install (original)
+++ packages/gnash/trunk/debian/gnash-common.install Sun Sep 26 14:56:09 2010
@@ -1,14 +1,14 @@
-tmp/usr/lib/gnash/libgnashamf-*.so usr/lib/gnash/
-tmp/usr/lib/gnash/libgnashbase-*.so usr/lib/gnash/
-tmp/usr/lib/gnash/libgnashcore-*.so usr/lib/gnash/
-tmp/usr/lib/gnash/libgnashmedia-*.so usr/lib/gnash/
-tmp/usr/lib/gnash/libgnashnet-*.so usr/lib/gnash/
-tmp/usr/lib/gnash/libgnashsound-*.so usr/lib/gnash/
-tmp/usr/lib/gnash/libgnashrender-*.so usr/lib/gnash/
+usr/lib/gnash/libgnashamf-*.so
+usr/lib/gnash/libgnashbase-*.so
+usr/lib/gnash/libgnashcore-*.so
+usr/lib/gnash/libgnashmedia-*.so
+usr/lib/gnash/libgnashnet-*.so
+usr/lib/gnash/libgnashsound-*.so
+usr/lib/gnash/libgnashrender-*.so
 
-tmp/usr/bin/gnash usr/bin/
-tmp/usr/share/gnash usr/share/
-tmp/usr/share/locale usr/share/
+usr/bin/gnash
+usr/share/gnash
+usr/share/locale
 
-gnash.png usr/share/pixmaps/
-gnash.xpm usr/share/pixmaps/
+debian/gnash.png usr/share/pixmaps/
+debian/gnash.xpm usr/share/pixmaps/

Modified: packages/gnash/trunk/debian/gnash-cygnal.install
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/gnash-cygnal.install?rev=466&op=diff
==============================================================================
--- packages/gnash/trunk/debian/gnash-cygnal.install (original)
+++ packages/gnash/trunk/debian/gnash-cygnal.install Sun Sep 26 14:56:09 2010
@@ -1,1 +1,1 @@
-tmp/usr/bin/cygnal usr/bin/
+usr/bin/cygnal

Modified: packages/gnash/trunk/debian/gnash-tools.install
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/gnash-tools.install?rev=466&op=diff
==============================================================================
--- packages/gnash/trunk/debian/gnash-tools.install (original)
+++ packages/gnash/trunk/debian/gnash-tools.install Sun Sep 26 14:56:09 2010
@@ -1,6 +1,6 @@
-tmp/usr/bin/flvdumper usr/bin/
-tmp/usr/bin/gprocessor usr/bin/
-tmp/usr/bin/soldumper usr/bin/
-tmp/usr/bin/findwebcams usr/bin/
-tmp/usr/bin/findmicrophones usr/bin/
-tmp/usr/bin/rtmpget usr/bin/
+usr/bin/flvdumper
+usr/bin/gprocessor
+usr/bin/soldumper
+usr/bin/findwebcams
+usr/bin/findmicrophones
+usr/bin/rtmpget

Modified: packages/gnash/trunk/debian/gnash.install
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/gnash.install?rev=466&op=diff
==============================================================================
--- packages/gnash/trunk/debian/gnash.install (original)
+++ packages/gnash/trunk/debian/gnash.install Sun Sep 26 14:56:09 2010
@@ -1,3 +1,3 @@
-tmp/usr/bin/gtk-gnash usr/bin/
-tmp/etc/gnashrc etc/
-gnash.desktop usr/share/applications/
+usr/bin/gtk-gnash
+etc/gnashrc
+debian/gnash.desktop usr/share/applications/

Modified: packages/gnash/trunk/debian/klash.install
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/klash.install?rev=466&op=diff
==============================================================================
--- packages/gnash/trunk/debian/klash.install (original)
+++ packages/gnash/trunk/debian/klash.install Sun Sep 26 14:56:09 2010
@@ -1,2 +1,2 @@
-tmp/usr/bin/kde4-gnash usr/bin/
-klash.desktop usr/share/applications/
+usr/bin/kde4-gnash
+debian/klash.desktop usr/share/applications/

Modified: packages/gnash/trunk/debian/konqueror-plugin-gnash.install
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/konqueror-plugin-gnash.install?rev=466&op=diff
==============================================================================
--- packages/gnash/trunk/debian/konqueror-plugin-gnash.install (original)
+++ packages/gnash/trunk/debian/konqueror-plugin-gnash.install Sun Sep 26 14:56:09 2010
@@ -1,4 +1,4 @@
-tmp/usr/lib/kde4/libklashpart.so usr/lib/kde4/
-tmp/usr/lib/kde4/libklashpart.la usr/lib/kde4/
-tmp/usr/share/kde4/apps/klash usr/share/kde4/apps/
-tmp/usr/share/kde4/services/[Kk]lash* usr/share/kde4/services/
+usr/lib/kde4/libklashpart.so
+usr/lib/kde4/libklashpart.la
+usr/share/kde4/apps/klash
+usr/share/kde4/services/[Kk]lash*

Copied: packages/gnash/trunk/debian/overrides/python-gtk-gnash (from r465, packages/gnash/trunk/debian/overrides/gnash-common)
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/overrides/python-gtk-gnash?rev=466&op=diff
==============================================================================
--- packages/gnash/trunk/debian/overrides/gnash-common (original)
+++ packages/gnash/trunk/debian/overrides/python-gtk-gnash Sun Sep 26 14:56:09 2010
@@ -1,1 +1,1 @@
-gnash-common binary: binary-or-shlib-defines-rpath
+python-gtk-gnash binary: binary-or-shlib-defines-rpath

Added: packages/gnash/trunk/debian/python-gtk-gnash.install
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/python-gtk-gnash.install?rev=466&op=file
==============================================================================
--- packages/gnash/trunk/debian/python-gtk-gnash.install (added)
+++ packages/gnash/trunk/debian/python-gtk-gnash.install Sun Sep 26 14:56:09 2010
@@ -1,0 +1,1 @@
+usr/lib/python*/*-packages/gtk-*/gnash.*

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=466&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Sun Sep 26 14:56:09 2010
@@ -161,20 +161,13 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
-
-	install -d $(CURDIR)/debian/tmp/usr/bin
-	install -d $(CURDIR)/debian/tmp/usr/lib
-	install -d $(CURDIR)/debian/tmp/usr/lib/gnash/
 
 	printf "\n == INSTALL ===================================================== \n\n"
 	$(MAKE) -C tmp.build install VERSION="$(BUILD_VERSION)" DESTDIR=$(CURDIR)/debian/tmp
 	printf "\n -------------------------------------------- End of INSTALL ---- \n\n"
 
-	install -d $(CURDIR)/debian/tmp/usr/share/apps/klash
-	install -d $(CURDIR)/debian/tmp/usr/share/services
-
 	printf "\n == INSTALL PLUGINS ============================================= \n\n"
 	$(MAKE) -C tmp.build install-plugins VERSION="$(BUILD_VERSION)" DESTDIR=$(CURDIR)/debian/tmp
 	printf "\n ------------------------------------ End of INSTALL PLUGINS ---- \n\n"
@@ -192,7 +185,7 @@
 	dh_installchangelogs -i NEWS
 	dh_installdocs -i
 	dh_installexamples -i
-	dh_install -i --sourcedir=$(CURDIR)/debian
+	dh_install -i
 	dh_installmime -i
 	dh_link -i
 	dh_strip -i
@@ -212,7 +205,8 @@
 	dh_installinfo -a
 	dh_installdocs -a
 	dh_installexamples -a
-	dh_install -a --sourcedir=$(CURDIR)/debian
+	dh_install -a
+	dh_pysupport
 
 	cd "$(CURDIR)"/debian/overrides/ && for i in *; do \
 		echo "Installing Lintian override file for \"$$i\"" ; \




More information about the pkg-flash-devel mailing list