r494 - in /packages/gnash/trunk/debian: changelog control overrides/browser-plugin-gnash rules
gg0-guest at users.alioth.debian.org
gg0-guest at users.alioth.debian.org
Sun Dec 19 19:16:01 UTC 2010
Author: gg0-guest
Date: Sun Dec 19 19:15:52 2010
New Revision: 494
URL: http://svn.debian.org/wsvn/?sc=1&rev=494
Log:
fix lintian, add override for empty dir
Added:
packages/gnash/trunk/debian/overrides/browser-plugin-gnash
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=494&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Sun Dec 19 19:15:52 2010
@@ -1,6 +1,6 @@
-gnash (0.8.8-6) unstable; urgency=low
-
- [ Gabriele Giacone ]
+gnash (0.8.9~git20101219-1) experimental; urgency=low
+
+ * Git snapshot.
* Added binary packages:
+ gnash-dev (development files)
+ python-gtk-gnash (python bindings)
@@ -8,12 +8,30 @@
+ gnash-ext-mysql (mysql extension)
+ gnash-ext-lirc (lirc extension)
* Debhelper compatibility to 7.
- * Added patch to set default browser to sensible-browser (Closes: #597195).
-
- [ Miriam Ruiz ]
- * Added DM-Upload-Allowed: yes to debian/control
-
- -- Gabriele Giacone <1o5g4r8o at gmail.com> Tue, 28 Sep 2010 23:10:50 +0200
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com> Sun, 19 Dec 2010 19:59:39 +0100
+
+gnash (0.8.8-7) unstable; urgency=low
+
+ * Added patch 07_jemalloc to make kfreebsd-* archs treated like *bsd oses
+ (Closes: #604573).
+ * Transitional packages architecture from any to all (Closes: #603609).
+ * Added patch to fix texinfo docs.
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com> Sun, 28 Nov 2010 20:41:19 +0100
+
+gnash (0.8.8-6) unstable; urgency=low
+
+ * Added patches that fix some upstream bugs
+ + 01_38be50cecc, 02_b3d5da01fb, 03_c22769f0ab
+ + 04_baseuri1, 05_baseuri2
+ + 06_ytfix: youtube videos starts immediately.
+ * Fixed browser-plugin-gnash piuparts error.
+ * Add "DM-Upload-Allowed: yes".
+
+ * Upload sponsored by Petter Reinholdtsen.
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com> Mon, 15 Nov 2010 23:42:26 +0100
gnash (0.8.8-5) unstable; urgency=low
Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/control?rev=494&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Sun Dec 19 19:15:52 2010
@@ -324,8 +324,8 @@
Package: gnash-common-opengl
Priority: extra
-Architecture: any
-Depends: gnash-common (= ${binary:Version}), ${misc:Depends}
+Architecture: all
+Depends: gnash-common (>= ${binary:Version}), ${misc:Depends}
Description: dummy package for gnash-common-opengl removal
This package is a transitional package for gnash-common-opengl removal.
.
@@ -333,8 +333,8 @@
Package: gnash-opengl
Priority: extra
-Architecture: any
-Depends: gnash (= ${binary:Version}), ${misc:Depends}
+Architecture: all
+Depends: gnash (>= ${binary:Version}), ${misc:Depends}
Description: dummy package for gnash-opengl removal
This package is a transitional package for gnash-opengl removal.
.
@@ -342,8 +342,8 @@
Package: klash-opengl
Priority: extra
-Architecture: any
-Depends: klash (= ${binary:Version}), ${misc:Depends}
+Architecture: all
+Depends: klash (>= ${binary:Version}), ${misc:Depends}
Description: dummy package for klash-opengl removal
This package is a transitional package for klash-opengl removal.
.
@@ -351,8 +351,8 @@
Package: swfdec-mozilla
Priority: extra
-Architecture: any
-Depends: browser-plugin-gnash (= ${binary:Version})
+Architecture: all
+Depends: browser-plugin-gnash (>= ${binary:Version})
Description: dummy package for transition to browser-plugin-gnash
This package is a transitional package for upgrading to browser-plugin-gnash.
.
@@ -360,7 +360,7 @@
Package: swfdec-gnome
Priority: extra
-Architecture: any
+Architecture: all
Depends: gnash
Description: dummy package for transition to gnash
This package is a transitional package for upgrading to gnash.
@@ -369,7 +369,7 @@
Package: mozilla-plugin-gnash
Priority: extra
-Architecture: any
+Architecture: all
Depends: browser-plugin-gnash, ${misc:Depends}
Description: dummy package for renaming to browser-plugin-gnash
This package is a transitional package for renaming to browser-plugin-gnash.
Added: packages/gnash/trunk/debian/overrides/browser-plugin-gnash
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/overrides/browser-plugin-gnash?rev=494&op=file
==============================================================================
--- packages/gnash/trunk/debian/overrides/browser-plugin-gnash (added)
+++ packages/gnash/trunk/debian/overrides/browser-plugin-gnash Sun Dec 19 19:15:52 2010
@@ -1,0 +1,1 @@
+browser-plugin-gnash binary: package-contains-empty-directory usr/lib/mozilla/plugins/
Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=494&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Sun Dec 19 19:15:52 2010
@@ -1,12 +1,6 @@
#!/usr/bin/make -f
-# The template for this file was originally written by Joey Hess and Craig Small.
-# Developed for Gnash by Miriam Ruiz
-
-# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -56,7 +50,7 @@
--enable-gui='gtk,kde4' \
--enable-renderer=all \
--enable-docbook \
- --enable-extensions=all \
+ --enable-extensions=fileio,lirc,mysql \
--with-npapi-plugindir=/usr/lib/gnash \
--with-plugins-install=system \
--enable-shared=yes \
@@ -220,7 +214,7 @@
dh_md5sums -a
dh_builddeb -a
-VER = $(BUILD_VERSION).git$(shell date -u '+%Y%m%d')
+VER = $(BUILD_VERSION)~git$(shell date -u '+%Y%m%d')
TMPDIR = gnash-$(VER)
get-git-source:
@echo Git cloning gnash $(VER)...
More information about the pkg-flash-devel
mailing list