diff -Nru gnash-0.8.8/debian/browser-plugin-gnash.dirs gnash-0.8.8/debian/browser-plugin-gnash.dirs --- gnash-0.8.8/debian/browser-plugin-gnash.dirs 2010-11-15 23:48:04.000000000 +0100 +++ gnash-0.8.8/debian/browser-plugin-gnash.dirs 2010-09-30 00:16:06.000000000 +0200 @@ -1 +1,7 @@ +/usr/lib/iceape/plugins +/usr/lib/iceweasel/plugins /usr/lib/mozilla/plugins +/usr/lib/firefox/plugins +/usr/lib/xulrunner/plugins +/usr/lib/midbrowser/plugins +/usr/lib/xulrunner-addons/plugins diff -Nru gnash-0.8.8/debian/browser-plugin-gnash.postinst gnash-0.8.8/debian/browser-plugin-gnash.postinst --- gnash-0.8.8/debian/browser-plugin-gnash.postinst 2010-11-15 23:48:04.000000000 +0100 +++ gnash-0.8.8/debian/browser-plugin-gnash.postinst 2010-11-28 19:30:37.000000000 +0100 @@ -20,11 +20,9 @@ case "$1" in configure) - update-alternatives --quiet --install \ - /usr/lib/mozilla/plugins/flash-mozilla.so \ - flash-mozilla.so \ - /usr/lib/gnash/libgnashplugin.so \ - 10 + for p in iceape iceweasel mozilla firefox xulrunner midbrowser xulrunner-addons; do + update-alternatives --install "/usr/lib/$p/plugins/flashplugin-alternative.so" "$p-flashplugin" /usr/lib/gnash/libgnashplugin.so 50; + done ;; abort-upgrade|abort-remove|abort-deconfigure) diff -Nru gnash-0.8.8/debian/browser-plugin-gnash.prerm gnash-0.8.8/debian/browser-plugin-gnash.prerm --- gnash-0.8.8/debian/browser-plugin-gnash.prerm 2010-11-15 23:48:04.000000000 +0100 +++ gnash-0.8.8/debian/browser-plugin-gnash.prerm 2010-11-28 19:30:51.000000000 +0100 @@ -19,9 +19,9 @@ case "$1" in remove|upgrade|deconfigure) - update-alternatives --quiet --remove \ - flash-mozilla.so \ - /usr/lib/gnash/libgnashplugin.so + for p in iceape iceweasel mozilla firefox xulrunner midbrowser xulrunner-addons; do + update-alternatives --remove "$p-flashplugin" /usr/lib/gnash/libgnashplugin.so || true; + done ;; failed-upgrade) diff -Nru gnash-0.8.8/debian/changelog gnash-0.8.8/debian/changelog --- gnash-0.8.8/debian/changelog 2010-11-23 08:23:08.000000000 +0100 +++ gnash-0.8.8/debian/changelog 2010-11-28 19:37:51.000000000 +0100 @@ -1,3 +1,15 @@ +gnash (0.8.8-6ubuntu1) natty; urgency=low + + * Merge from debian unstable (LP: #682386). Remaining changes: + - Add Ubuntu flash alternatives in postinst and prerm + + update debian/browser-plugin-gnash.postinst + + update debian/browser-plugin-gnash.prerm + - Ensure the directories we are installing alternatives too exist + already + + add debian/browser-plugin-gnash.dirs + + -- Angel Abad Sun, 28 Nov 2010 19:32:06 +0100 + gnash (0.8.8-6) unstable; urgency=low * Added patches that fix some upstream bugs @@ -11,6 +23,22 @@ -- Gabriele Giacone <1o5g4r8o@gmail.com> Mon, 15 Nov 2010 23:42:26 +0100 +gnash (0.8.8-5ubuntu1) maverick; urgency=low + + [ Micah Gersten ] + * FFe - LP: #636667 + * Merge from debian unstable. Remaining changes: + + Add Ubuntu flash alternatives in postinst and prerm + - update debian/browser-plugin-gnash.postinst + - update debian/browser-plugin-gnash.prerm + + [ Chris Coulson ] + * Ensure the directories we are installing alternatives too exist + already + - add debian/browser-plugin-gnash.dirs + + -- Micah Gersten Tue, 28 Sep 2010 23:38:37 -0500 + gnash (0.8.8-5) unstable; urgency=low [ Gabriele Giacone ] @@ -144,6 +172,25 @@ -- Miriam Ruiz Mon, 15 Feb 2010 11:12:23 +0100 +gnash (0.8.7-0ubuntu1) lucid; urgency=low + + * new upstream release 0.8.7 (LP: #522254) + - modified debian/gnash-common.install to ship new library libgnashagg.so.* + - modified .bzr-builddeb/default.conf to point to new upstream location. + * enable decoding of speex encoded audio + - modified debian/control. + * fix LP: #318849 - Deprecated klash kde3 binaries removed and not + replaced with gnash-kde4. + - modified debian/klash.desktop to point to kde4-gnash binary instead of klash. + - modified debian/klash.install to install files necessary for kde4-gnash. + - modified debian/rules to enable the kde4 gui. + - modified debian/control to include kdelibs5-dev + * fix LP: #322141 - konqueror-plugin-gnash contains no binaries + - modified debian/konqueror-plugin-gnash.install to install files necessary for the gnash kpart. + - modified debian/rules to build gnash kpart. + + -- Sindhudweep Narayan Sarkar Mon, 08 Mar 2010 09:57:54 -0500 + gnash (0.8.6-2) unstable; urgency=low [ Miriam Ruiz ] @@ -200,6 +247,12 @@ -- Miriam Ruiz Mon, 21 Sep 2009 23:26:59 +0200 +gnash (0.8.6-0ubuntu1) karmic; urgency=low + + * new upstream release 0.8.6 (LP: #435897) + + -- Sindhudweep Narayan Sarkar Wed, 07 Oct 2009 00:06:10 +0200 + gnash (0.8.5-1) unstable; urgency=low * New Upstream Release. @@ -236,6 +289,42 @@ -- Miriam Ruiz Sat, 11 Apr 2009 19:59:30 +0200 +gnash (0.8.5-0ubuntu3) karmic; urgency=low + + * fix LP: #422745 - no alternatives for iceape-flashplugin; ignore + upgrade failures from << 0.8.5-0ubuntu3 (caused by LP: #398213) + - update debian/mozilla-plugin-gnash.prerm + + -- Alexander Sack Fri, 11 Sep 2009 13:21:54 +0200 + +gnash (0.8.5-0ubuntu2) karmic; urgency=low + + * debian/mozilla-plugin-gnash.prerm: + - Remove redundant "update-alternatives --list" test, which exits with + an error now when there are no alternatives left. The test doesn't + return 0 lines anyway, so the check doesn't work. This stops the prerm + script exiting with an error on removal (LP: #398213). + + -- Chris Coulson Sun, 12 Jul 2009 11:51:11 +0100 + +gnash (0.8.5-0ubuntu1) jaunty; urgency=low + + [ Alexander Sack ] + * 0.8.5-pre packaging + - update debian/build_head + + [ Sindhudweep Narayan Sarkar ] + * new upstream release 0.8.5 (LP: #338074) + - add .bzr-builddeb/default.conf + * ship new lib /usr/lib/gnash/libgnashsound-*.so in gnash-common + - update debian/gnash-common.install + * removed get-orig-source rule from rules file. + - update debian/rules + * use bzr upstream + - deleted debian/watch + + -- Sindhudweep Narayan Sarkar Fri, 03 Apr 2009 08:54:52 -0400 + gnash (0.8.5~pre20090227-1) experimental; urgency=low * New Upstream Release @@ -285,6 +374,65 @@ -- Miriam Ruiz Sat, 25 Oct 2008 03:34:30 +0200 +gnash (0.8.4-0ubuntu1) intrepid; urgency=low + + * LP: #84526 - Gnash menu launcher (/usr/share/applications/gnash.desktop + file) doesn't start any application, also gnash isn't asociated with SWF + mimetype; we dont show gnash in the .desktop launcher; we add + NoDisplay=true, add a GenericName and Comment for the sake of + completeness. Also we add the proper MimeType value, remove Encoding, + don't use absolute paths for icon and exec and dont use specific icon + file format suffix. + - update debian/gnash.desktop + + -- Alexander Sack Tue, 14 Oct 2008 16:06:54 +0200 + +gnash (0.8.4~~bzr9980-0ubuntu2) intrepid; urgency=low + + * new upstream release 0.8.4 (LP: #240325) + * ship new lib usr/lib/gnash/libmozsdk.so.* in mozilla-plugin-gnash + - update debian/mozilla-plugin-gnash.install + * ship new lib usr/lib/gnash/libgnashnet.so.* in gnash-common + - update debian/gnash-common.install + * add basic debian/build_head script to build latest CVS head packages. + - add debian/build_head + * new sound architecture requires build depend on libsdl1.2-dev + - update debian/control + * head build script now has been completely migrated to bzr (upstream + + ubuntu) + - update debian/build_head + * disable kde gui until klash/qt4 has been fixed; keep kde packages as empty + packages for now. + - update debian/rules + - debian/klash.install + - debian/klash.links + - debian/klash.manpages + - debian/konqueror-plugin-gnash.install + * drop libkonq5-dev build dependency accordingly + - update debian/control + * don't install headers manually anymore. gnash doesnt provide a -dev + package after all + - update debian/rules + * update libs installed in gnash-common; libgnashserver-*.so is not available + anymore (removed); in turn we add the new libgnashcore-*.so + - update debian/gnash-common.install + * use -Os for optimization and properly pass CXXFLAGS=$(CFLAGS) to configure + - update debian/rules + * touch firefox .autoreg in postinst of mozilla plugin + - update debian/mozilla-plugin-gnash.postinst + * link gnash in ubufox plugins directory for the plugin alternative switcher + - add debian/mozilla-plugin-gnash.links + * suggest ubufox accordingly + - update debian/control + * add new required build-depends on libgif-dev + - update debian/control + * add Xb-Npp-Description and Xb-Npp-File as new plugin database meta data + - update debian/control + * bump minimum version for automake to >= 1.10 + - update debian/control + + -- Alexander Sack Mon, 13 Oct 2008 15:19:53 +0200 + gnash (0.8.3-6) unstable; urgency=low [ Miriam Ruiz ] @@ -478,6 +626,46 @@ -- Miriam Ruiz Fri, 07 Mar 2008 09:54:08 +0100 +gnash (0.8.2-0ubuntu3) hardy; urgency=low + + * remove alternative for xulrunner-addons in prerm as well + - update debian/mozilla-plugin-gnash.prerm + + -- Alexander Sack Wed, 02 Apr 2008 10:50:50 +0200 + +gnash (0.8.2-0ubuntu2) hardy; urgency=low + + * add missing build-dependencies libboost-serialization-dev + - update debian/control + + -- Alexander Sack Wed, 05 Mar 2008 20:57:12 +0100 + +gnash (0.8.2-0ubuntu1) hardy; urgency=low + + * package 0.8.2 release (Freeze exception, LP: #195443) + * drop pkglibs that don't exist anymore from gnash-common.install + and add new libgnashmedia-*.so to package + - update debian/gnash-common.install + * update binaries installed by gnash-tools.install: drop usr/bin/gparser + and add usr/bin/soldumper as well as usr/bin/dumpshm + - update debian/gnash-tools.install + * disable tests by configure flags and drop obsolete disable-testsuite + patch + - update debian/rules + - drop debian/patches/disable-testsuite + - update debian/patches/series + * run make install-plugins to install the plugins and use /usr/lib/gnash + as --with-npapi-plugindir= in during configure + - update debian/rules + * unfold Build-Depends: to multi-line layout to improve readability/ + diffability + - update debian/control + * support firefox 3 and xulrunner 1.9 by setting gnash plugin up as + xulrunner-addons alternative + - update debian/mozilla-plugin-gnash.postinst + + -- Alexander Sack Wed, 05 Mar 2008 18:09:23 +0100 + gnash (0.8.1+cvs20080212.1133-1) unstable; urgency=low [ Miriam Ruiz ] @@ -516,6 +704,123 @@ -- Miriam Ruiz Tue, 12 Feb 2008 11:33:29 +0000 +gnash (0.8.1-0ubuntu3) gutsy; urgency=low + + * fix package description and use SWF instead of Flash + + -- Michael Vogt Wed, 10 Oct 2007 14:25:42 +0200 + +gnash (0.8.1-0ubuntu2) gutsy; urgency=low + + * update gnash license to GPLv3 in debian/copyright. (LP: #147913) + + -- Alexander Sack Thu, 04 Oct 2007 11:22:21 +0200 + +gnash (0.8.1-0ubuntu1) gutsy; urgency=low + + * New upstream version 0.8.1 final - UVFe acked in LP: #144396 + + [ Mario Danic ] + * debian/mozilla-plugin-gnash.prerm: Fixed upgrade procedures + for people with ubuntu3 and ubuntu4 packages + + [ Alexander Sack ] + * debian/mozilla-plugin-gnash.prerm: run update-alternative --remove-all + when no other alternative was installed. (LP: #133197) + * debian/mozilla-plugin-gnash.postinst: install gnash flash alternative for + midbrowser. + * debian/mozilla-plugin-gnash.prerm: remove midbrowser alternative in prerm + accordingly. + * debian/mozilla-plugin-gnash.dirs: take care that midbrowser plugins dir + exists during postinst + * update patches in turn of changes to upstream code base: + - drop use_pkglibdir_for_unversioned_libs patch - applied upstream + - update disable-testsuite which didn't apply because of change code base + in proximity + * debian/gnash-common.install: install shared libs of final releases as well + + -- Alexander Sack Thu, 13 Sep 2007 10:10:38 +0200 + +gnash (0.8.1~trunk.070802-0ubuntu5) gutsy; urgency=low + + * Rebuild for boost 1.34.0 -> 1.34.1 transistion. + + -- Steve Kowalik Thu, 13 Sep 2007 11:05:21 +1000 + +gnash (0.8.1~trunk.070802-0ubuntu4) gutsy; urgency=low + + * Fixed postinst and prerm procedures + + -- Mario Danic Sun, 12 Aug 2007 00:56:48 +0200 + +gnash (0.8.1~trunk.070802-0ubuntu3) gutsy; urgency=low + + * debian/control: Addeed browsers ID's to mozilla-plugin-gnash + * debian/mozilla-plugin-gnash.postinst: cleanup of update-alternative + installation procedures + * debian/mozilla-plugin-gnash.prerm: cleanup of update-alternatives + removal procedures + + -- Mario Danic Sat, 11 Aug 2007 15:29:52 +0200 + +gnash (0.8.1~trunk.070802-0ubuntu2) gutsy; urgency=low + + * debian/mozilla-plugin-gnash.postinst: use right path for alternative + * debian/mozilla-plugin-gnash.prerm: fix wrong path for alternatives + + -- Alexander Sack Fri, 3 Aug 2007 04:08:28 +0200 + +gnash (0.8.1~trunk.070802-0ubuntu1) gutsy; urgency=low + + Update source for trunk build 070802 aka preview 0.8.1: + bzr repo: https://code.launchpad.net/~vcs-imports/gnash/trunk + revno: 5534 + + Redo and cleanup packaging in consequence of upstream buildsystem + refactoring: + + * debian/rules: dropping obsolete --enable-sound and --enable-mp3 and + the bogus --enable-static switch; fixing --enable-gui switch + * debian/patches/series: don't apply no-kde-ldflags anymore ... applied + upstream + * debian/patches/series: don't apply easy-codec-install anymore ... applied + upstream + * debian/rules: use agg renderer + * debian/patches/{disable-testsuite,series}: disable testsuite patch + * debian/control: drop firefox-dev from build-depends + * debian/patches/*: drop ming headers patch - not used + * debian/rules: use enable-gui='gtk,kde' + * debian/rules: dropping obsolete --enable-sound and --enable-mp3 and the + bogus --enable-static switch; fixing --enable-gui switch + * debian/patches/use_pkglibdir_for_unversioned_libs, debian/patches/series: + install libs in pkglibdir instead of just libdir - as they are unversioned + * reorganize gnash packaging to take upstream changes into account: + all common files are now stored in pkglibdir and provided by gnash-common + package; in turn no libgnash0 nor libklash0 package exist anymore; gui + code is not linked into the binaries, which are provided by gnash and klash + package respectively; since no stable lib api is provided anymore + libgnash-dev package is now just gnash-dev (though its currently disabled + completely). + * debian/gnash-common.install: install those libs we need explicitly to + prevent libgnashplugin.so from getting pulled into gnash-common package + * debian/rules: don't run dh_makeshlibs for libgnash0 libklash0 anymore ... + as they don't exist + * debian/control: make gnash-common conflicts/replaces on libklash0, + libgnash0, gnash << 0.8.1~ + * debian/gnash.manpages: remove manpages for gnash package as gnash manpage + is now shipped in gnash-common + * debian/TODO,debian/overrides/libgnash0,debian/overrides/libklash0: + dropping these old/unused files from bzr. + + Support ubuntu flashplugin-alternative: + * debian/mozilla-plugin-gnash.postinst,debian/mozilla-plugin-gnash.prerm: + use flashplugin-alternative to i nstall plugin for browsers + * debian/mozilla-plugin-gnash.links: remove links to plugin-host applications + as they are now installed by alternatives + * debian/mozilla-plugin-gnash.dirs: ensure existence of plugin host directories + + -- Alexander Sack Thu, 02 Aug 2007 16:49:57 +0000 + gnash (0.8.1~rc.070818-2.1) unstable; urgency=low * Non-maintainer upload. diff -Nru gnash-0.8.8/debian/control gnash-0.8.8/debian/control --- gnash-0.8.8/debian/control 2010-11-23 08:23:19.000000000 +0100 +++ gnash-0.8.8/debian/control 2010-11-28 19:31:17.000000000 +0100 @@ -1,7 +1,8 @@ Source: gnash Priority: optional DM-Upload-Allowed: yes -Maintainer: Debian Flash Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Flash Team Uploaders: Miriam Ruiz , Alexander Sack , Gabriele Giacone <1o5g4r8o@gmail.com> diff -Nru gnash-0.8.8/debian/po/ca.po gnash-0.8.8/debian/po/ca.po --- gnash-0.8.8/debian/po/ca.po 2010-11-23 09:55:29.000000000 +0100 +++ gnash-0.8.8/debian/po/ca.po 2010-11-28 19:47:01.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Gnash 0.8.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Robert Millan \n" "Language-Team: LANGUAGE \n" diff -Nru gnash-0.8.8/debian/po/cs.po gnash-0.8.8/debian/po/cs.po --- gnash-0.8.8/debian/po/cs.po 2010-11-23 09:55:29.000000000 +0100 +++ gnash-0.8.8/debian/po/cs.po 2010-11-28 19:47:01.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gnash\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: 2009-11-17 21:04+0100\n" "Last-Translator: Michal Simunek \n" "Language-Team: Czech \n" diff -Nru gnash-0.8.8/debian/po/debian.pot gnash-0.8.8/debian/po/debian.pot --- gnash-0.8.8/debian/po/debian.pot 2010-11-23 09:55:29.000000000 +0100 +++ gnash-0.8.8/debian/po/debian.pot 2010-11-28 19:47:01.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff -Nru gnash-0.8.8/debian/po/de.po gnash-0.8.8/debian/po/de.po --- gnash-0.8.8/debian/po/de.po 2010-11-23 09:55:29.000000000 +0100 +++ gnash-0.8.8/debian/po/de.po 2010-11-28 19:47:02.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gnash\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: 2009-11-19 17:17+0200\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: de \n" diff -Nru gnash-0.8.8/debian/po/es.po gnash-0.8.8/debian/po/es.po --- gnash-0.8.8/debian/po/es.po 2010-11-23 09:55:29.000000000 +0100 +++ gnash-0.8.8/debian/po/es.po 2010-11-28 19:47:02.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Gnash 0.8.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Robert Millan \n" "Language-Team: LANGUAGE \n" diff -Nru gnash-0.8.8/debian/po/fi.po gnash-0.8.8/debian/po/fi.po --- gnash-0.8.8/debian/po/fi.po 2010-11-23 09:55:29.000000000 +0100 +++ gnash-0.8.8/debian/po/fi.po 2010-11-28 19:47:02.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gnash\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: 2009-11-17 23:02+0200\n" "Last-Translator: Esko Arajärvi \n" "Language-Team: Finnish \n" diff -Nru gnash-0.8.8/debian/po/it.po gnash-0.8.8/debian/po/it.po --- gnash-0.8.8/debian/po/it.po 2010-11-23 09:55:30.000000000 +0100 +++ gnash-0.8.8/debian/po/it.po 2010-11-28 19:47:02.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gnash\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: 2009-11-16 17:44ora so\n" "Last-Translator: Vincenzo Campanella \n" "Language-Team: it \n" diff -Nru gnash-0.8.8/debian/po/ja.po gnash-0.8.8/debian/po/ja.po --- gnash-0.8.8/debian/po/ja.po 2010-11-23 09:55:30.000000000 +0100 +++ gnash-0.8.8/debian/po/ja.po 2010-11-28 19:47:02.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gnash 0.8.6-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: 2009-12-04 09:26+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" diff -Nru gnash-0.8.8/debian/po/pl.po gnash-0.8.8/debian/po/pl.po --- gnash-0.8.8/debian/po/pl.po 2010-11-23 09:55:30.000000000 +0100 +++ gnash-0.8.8/debian/po/pl.po 2010-11-28 19:47:02.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Gnash\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: 2009-11-17 05:05+0100\n" "Last-Translator: Wiktor Wandachowicz \n" "Language-Team: Polish \n" diff -Nru gnash-0.8.8/debian/po/ru.po gnash-0.8.8/debian/po/ru.po --- gnash-0.8.8/debian/po/ru.po 2010-11-23 09:55:30.000000000 +0100 +++ gnash-0.8.8/debian/po/ru.po 2010-11-28 19:47:02.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gnash desktop\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: 2009-11-16 20:15+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" diff -Nru gnash-0.8.8/debian/po/sv.po gnash-0.8.8/debian/po/sv.po --- gnash-0.8.8/debian/po/sv.po 2010-11-23 09:55:30.000000000 +0100 +++ gnash-0.8.8/debian/po/sv.po 2010-11-28 19:47:02.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: 2009-11-16 23:12+0100\n" "Last-Translator: Martin Bagge \n" "Language-Team: Swedish \n" diff -Nru gnash-0.8.8/debian/po/vi.po gnash-0.8.8/debian/po/vi.po --- gnash-0.8.8/debian/po/vi.po 2010-11-23 09:55:30.000000000 +0100 +++ gnash-0.8.8/debian/po/vi.po 2010-11-28 19:47:02.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gnash\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: 2010-04-01 18:05+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" diff -Nru gnash-0.8.8/debian/po/zh_CN.po gnash-0.8.8/debian/po/zh_CN.po --- gnash-0.8.8/debian/po/zh_CN.po 2010-11-23 09:55:30.000000000 +0100 +++ gnash-0.8.8/debian/po/zh_CN.po 2010-11-28 19:47:02.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 09:55+0100\n" +"POT-Creation-Date: 2010-11-28 18:47+0000\n" "PO-Revision-Date: 2009-11-16 22:17+0800\n" "Last-Translator: 苏运强 \n" "Language-Team: Chinese (simplified)\n"