r421 - in /packages/gnash/branches/lenny_0.8.8/debian: ./ overrides/ patches/ po/

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Mon Aug 23 00:32:37 UTC 2010


Author: miriam
Date: Mon Aug 23 00:32:37 2010
New Revision: 421

URL: http://svn.debian.org/wsvn/?sc=1&rev=421
Log:
Don't build KDE and Konqueror related stuff


Removed:
    packages/gnash/branches/lenny_0.8.8/debian/klash.desktop.in
    packages/gnash/branches/lenny_0.8.8/debian/klash.install
    packages/gnash/branches/lenny_0.8.8/debian/klash.links
    packages/gnash/branches/lenny_0.8.8/debian/konqueror-plugin-gnash.install
    packages/gnash/branches/lenny_0.8.8/debian/overrides/klash
Modified:
    packages/gnash/branches/lenny_0.8.8/debian/changelog
    packages/gnash/branches/lenny_0.8.8/debian/control
    packages/gnash/branches/lenny_0.8.8/debian/patches/series
    packages/gnash/branches/lenny_0.8.8/debian/po/ca.po
    packages/gnash/branches/lenny_0.8.8/debian/po/cs.po
    packages/gnash/branches/lenny_0.8.8/debian/po/de.po
    packages/gnash/branches/lenny_0.8.8/debian/po/es.po
    packages/gnash/branches/lenny_0.8.8/debian/po/fi.po
    packages/gnash/branches/lenny_0.8.8/debian/po/it.po
    packages/gnash/branches/lenny_0.8.8/debian/po/ja.po
    packages/gnash/branches/lenny_0.8.8/debian/po/pl.po
    packages/gnash/branches/lenny_0.8.8/debian/po/ru.po
    packages/gnash/branches/lenny_0.8.8/debian/po/sv.po
    packages/gnash/branches/lenny_0.8.8/debian/po/vi.po
    packages/gnash/branches/lenny_0.8.8/debian/po/zh_CN.po
    packages/gnash/branches/lenny_0.8.8/debian/rules

Modified: packages/gnash/branches/lenny_0.8.8/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/changelog?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/changelog (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/changelog Mon Aug 23 00:32:37 2010
@@ -1,3 +1,16 @@
+gnash (0.8.8-1~lenny1) lenny; urgency=low
+
+  [ Miriam Ruiz ]
+  * Backport to Lenny
+  * Exclude KDE4 stuff from build
+  * Downgraded Standards-Version to 3.8.0
+  * Modified Build-Depends:
+    - Removed: libqt4-opengl-dev, qt4-qmake, kdelibs5-dev
+  * Changed Section from utils to video
+  * Added patch autogen_results.patch to avoid having to call autogen.sh
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Mon, 23 Aug 2010 01:27:56 +0200
+
 gnash (0.8.8-1) experimental; urgency=low
 
   [ Miriam Ruiz ]

Modified: packages/gnash/branches/lenny_0.8.8/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/control?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/control (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/control Mon Aug 23 00:32:37 2010
@@ -8,12 +8,12 @@
  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,
- libpango1.0-dev, libatk1.0-dev, python-dev | python2.6-dev | python2.5-dev | python2.4-dev, kdelibs5-dev,
+ libpango1.0-dev, libatk1.0-dev, python-dev | python2.6-dev | python2.5-dev | python2.4-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,
  libgstreamer-plugins-base0.10-dev | gstreamer-plugins-base-dev, libgstreamer0.10-dev | gstreamer0.10-dev
-Standards-Version: 3.9.1
-Section: utils
+Standards-Version: 3.8.0
+Section: video
 Homepage: http://www.gnu.org/software/gnash/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-flash/packages/gnash
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-flash/packages/gnash
@@ -73,38 +73,6 @@
  .
  This is a transitional package to guarantee backwards compatibility
 
-Package: klash
-Section: utils
-Architecture: any
-Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Conflicts: klash-opengl (<< 0.8.8~)
-Description: free Shockwave Flash (SWF) movie player - standalone player for KDE
- 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 classes for SWF version 8.5. All the
- core ones are implemented, and many of the newer ones work, but may be
- missing some of their methods.
- .
- 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.
- .
- Klash is a free standalone SWF movie player for KDE that use AGG
- as the rendering backend.
-
-Package: klash-opengl
-Section: utils
-Architecture: any
-Depends: klash (= ${binary:Version}), ${misc:Depends}
-Description: free Shockwave Flash (SWF) movie player - standalone player for KDE
- Gnash is a free GPL'd SWF movie player, which works either standalone, or as
- browser plugin for Firefox, Mozilla, and Konqueror.
- .
- This is a transitional package to guarantee backwards compatibility
-
 Package: gnash-tools
 Section: utils
 Architecture: any
@@ -139,13 +107,3 @@
  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.
-
-Package: konqueror-plugin-gnash
-Section: utils
-Architecture: any
-Depends: klash (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: free Shockwave Flash (SWF) movie player - Plugin for Konqueror
- Gnash is a free GPL'd SWF movie player, which works either standalone, or as
- browser plugin for Firefox, Mozilla, and Konqueror.
- .
- This package includes the plugin for Konqueror.

Modified: packages/gnash/branches/lenny_0.8.8/debian/patches/series
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/patches/series?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/patches/series (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/patches/series Mon Aug 23 00:32:37 2010
@@ -2,3 +2,4 @@
 #build_on_ia64.patch
 #sh4_support.patch
 release_version.patch
+autogen_results.patch

Modified: packages/gnash/branches/lenny_0.8.8/debian/po/ca.po
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/po/ca.po?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/po/ca.po (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/po/ca.po Mon Aug 23 00:32:37 2010
@@ -6,14 +6,14 @@
 msgstr ""
 "Project-Id-Version: Gnash 0.8.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-06 00:12+0000\n"
+"POT-Creation-Date: 2010-08-23 02:06+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Robert Millan <rmh.debian at aybabtu.com>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
-"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
 
 #: ../../debian/gnash.desktop.in.h:1
 msgid "Gnash SWF Viewer"

Modified: packages/gnash/branches/lenny_0.8.8/debian/po/cs.po
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/po/cs.po?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/po/cs.po (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/po/cs.po Mon Aug 23 00:32:37 2010
@@ -7,14 +7,14 @@
 msgstr ""
 "Project-Id-Version: gnash\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-06 00:12+0000\n"
+"POT-Creation-Date: 2010-08-23 02:06+0200\n"
 "PO-Revision-Date: 2009-11-17 21:04+0100\n"
 "Last-Translator: Michal Simunek <michal.simunek at gmail.com>\n"
 "Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"
-"Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
 
 #: ../../debian/gnash.desktop.in.h:1
 msgid "Gnash SWF Viewer"

Modified: packages/gnash/branches/lenny_0.8.8/debian/po/de.po
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/po/de.po?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/po/de.po (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/po/de.po Mon Aug 23 00:32:37 2010
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: gnash\n"
-"Report-Msgid-Bugs-To: gnash at packages.debian.org\n"
-"POT-Creation-Date: 2009-11-16 14:35+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-08-23 02:06+0200\n"
 "PO-Revision-Date: 2009-11-19 17:17+0200\n"
 "Last-Translator: Helge Kreutzmann <debian at helgefjell.de>\n"
 "Language-Team: de <debian-l10n-german at lists.debian.org>\n"

Modified: packages/gnash/branches/lenny_0.8.8/debian/po/es.po
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/po/es.po?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/po/es.po (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/po/es.po Mon Aug 23 00:32:37 2010
@@ -6,14 +6,14 @@
 msgstr ""
 "Project-Id-Version: Gnash 0.8.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-06 00:12+0000\n"
+"POT-Creation-Date: 2010-08-23 02:06+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Robert Millan <rmh.debian at aybabtu.com>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
-"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
 
 #: ../../debian/gnash.desktop.in.h:1
 msgid "Gnash SWF Viewer"

Modified: packages/gnash/branches/lenny_0.8.8/debian/po/fi.po
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/po/fi.po?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/po/fi.po (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/po/fi.po Mon Aug 23 00:32:37 2010
@@ -6,14 +6,14 @@
 msgstr ""
 "Project-Id-Version: gnash\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-06 00:12+0000\n"
+"POT-Creation-Date: 2010-08-23 02:06+0200\n"
 "PO-Revision-Date: 2009-11-17 23:02+0200\n"
 "Last-Translator: Esko Arajärvi <edu at iki.fi>\n"
 "Language-Team: Finnish <debian-l10n-finnish at lists.debian.org>\n"
-"Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
 "X-Generator: Lokalize 1.0\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 

Modified: packages/gnash/branches/lenny_0.8.8/debian/po/it.po
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/po/it.po?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/po/it.po (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/po/it.po Mon Aug 23 00:32:37 2010
@@ -7,14 +7,14 @@
 msgstr ""
 "Project-Id-Version: gnash\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-06 00:12+0000\n"
+"POT-Creation-Date: 2010-08-23 02:06+0200\n"
 "PO-Revision-Date: 2009-11-16 17:44ora so\n"
 "Last-Translator: Vincenzo Campanella <vinz65 at gmail.com>\n"
 "Language-Team: it <mailto:tp at lists.linux.it>\n"
-"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
 
 #: ../../debian/gnash.desktop.in.h:1
 msgid "Gnash SWF Viewer"

Modified: packages/gnash/branches/lenny_0.8.8/debian/po/ja.po
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/po/ja.po?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/po/ja.po (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/po/ja.po Mon Aug 23 00:32:37 2010
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gnash 0.8.6-2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-11-16 14:35+0100\n"
+"POT-Creation-Date: 2010-08-23 02:06+0200\n"
 "PO-Revision-Date: 2009-12-04 09:26+0900\n"
 "Last-Translator: Hideki Yamane (Debian-JP) <henrich at debian.or.jp>\n"
 "Language-Team: Japanese <debian-japanese at lists.debian.org>\n"
@@ -21,4 +21,3 @@
 #: ../../debian/klash.desktop.in.h:1
 msgid "Gnash SWF Viewer for KDE"
 msgstr "KDE 用 Gnash SWF ビューア"
-

Modified: packages/gnash/branches/lenny_0.8.8/debian/po/pl.po
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/po/pl.po?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/po/pl.po (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/po/pl.po Mon Aug 23 00:32:37 2010
@@ -8,14 +8,14 @@
 msgstr ""
 "Project-Id-Version: Gnash\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-06 00:12+0000\n"
+"POT-Creation-Date: 2010-08-23 02:06+0200\n"
 "PO-Revision-Date: 2009-11-17 05:05+0100\n"
 "Last-Translator: Wiktor Wandachowicz <siryes at gmail.com>\n"
 "Language-Team: Polish <debian-l10n-polish at lists.debian.org>\n"
-"Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: pl\n"
 
 #: ../../debian/gnash.desktop.in.h:1
 msgid "Gnash SWF Viewer"

Modified: packages/gnash/branches/lenny_0.8.8/debian/po/ru.po
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/po/ru.po?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/po/ru.po (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/po/ru.po Mon Aug 23 00:32:37 2010
@@ -7,17 +7,17 @@
 msgstr ""
 "Project-Id-Version: gnash desktop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-06 00:12+0000\n"
+"POT-Creation-Date: 2010-08-23 02:06+0200\n"
 "PO-Revision-Date: 2009-11-16 20:15+0300\n"
 "Last-Translator: Yuri Kozlov <yuray at komyakino.ru>\n"
 "Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"
-"Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: ru\n"
 "X-Generator: KBabel 1.11.4\n"
-"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #: ../../debian/gnash.desktop.in.h:1
 msgid "Gnash SWF Viewer"

Modified: packages/gnash/branches/lenny_0.8.8/debian/po/sv.po
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/po/sv.po?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/po/sv.po (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/po/sv.po Mon Aug 23 00:32:37 2010
@@ -7,14 +7,14 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-06 00:12+0000\n"
+"POT-Creation-Date: 2010-08-23 02:06+0200\n"
 "PO-Revision-Date: 2009-11-16 23:12+0100\n"
 "Last-Translator: Martin Bagge <brother at bsnet.se>\n"
 "Language-Team: Swedish <debian-l10n-swedish at lists.debian.org>\n"
-"Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: sv\n"
 "X-Poedit-Language: Swedish\n"
 "X-Poedit-Country: Sweden\n"
 

Modified: packages/gnash/branches/lenny_0.8.8/debian/po/vi.po
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/po/vi.po?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/po/vi.po (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/po/vi.po Mon Aug 23 00:32:37 2010
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gnash\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-11-16 14:35+0100\n"
+"POT-Creation-Date: 2010-08-23 02:06+0200\n"
 "PO-Revision-Date: 2010-04-01 18:05+1030\n"
 "Last-Translator: Clytie Siddall <clytie at riverland.net.au>\n"
 "Language-Team: Vietnamese <vi-VN at googlegroups.com>\n"

Modified: packages/gnash/branches/lenny_0.8.8/debian/po/zh_CN.po
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/po/zh_CN.po?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/po/zh_CN.po (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/po/zh_CN.po Mon Aug 23 00:32:37 2010
@@ -8,14 +8,14 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-06 00:12+0000\n"
+"POT-Creation-Date: 2010-08-23 02:06+0200\n"
 "PO-Revision-Date: 2009-11-16 22:17+0800\n"
 "Last-Translator: 苏运强 <wzssyqa at gmail.com>\n"
 "Language-Team: Chinese (simplified)\n"
-"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
 
 #: ../../debian/gnash.desktop.in.h:1
 msgid "Gnash SWF Viewer"

Modified: packages/gnash/branches/lenny_0.8.8/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/branches/lenny_0.8.8/debian/rules?rev=421&op=diff
==============================================================================
--- packages/gnash/branches/lenny_0.8.8/debian/rules (original)
+++ packages/gnash/branches/lenny_0.8.8/debian/rules Mon Aug 23 00:32:37 2010
@@ -69,7 +69,7 @@
 		--enable-sdkinstall \
 		--enable-hwaccel=none \
 		--enable-media='gst,ffmpeg' \
-		--enable-gui='gtk,kde4' \
+		--enable-gui='gtk' \
 		--enable-renderer=all \
 		--enable-plugin \
 		--enable-docbook \
@@ -92,9 +92,11 @@
 	cp -f /usr/share/misc/config.guess config.guess
 endif
 
-	printf "\n == AUTOGEN ===================================================== \n\n"
-	if test -e autogen.sh; then ./autogen.sh; else sh debian/autogen.sh; fi
-	printf "\n -------------------------------------------- End of AUTOGEN ---- \n\n"
+	if test ! -e configure; then \
+	printf "\n == AUTOGEN ===================================================== \n\n"; \
+	if test -e autogen.sh; then ./autogen.sh; else sh debian/autogen.sh; fi; \
+	printf "\n -------------------------------------------- End of AUTOGEN ---- \n\n"; \
+	fi
 
 	printf "\n == CONFIGURE =================================================== \n\n"
 	# In the future, I want to add LDFLAGS="-Wl,-z,defs"
@@ -153,11 +155,10 @@
 	rm -rf po/*.gmo
 	rm -f compile
 
-	rm -f configure aclocal.m4 config.h.in
-	#-find . -name Makefile.in -exec rm {} \;
-	-rm `find . -name Makefile.in`
-
-	-rm -f README.amf
+#	rm -f configure aclocal.m4 config.h.in
+#	#-find . -name Makefile.in -exec rm {} \;
+#	-rm `find . -name Makefile.in`
+
 	-rm -f debian/*.png
 
 	rm -rf debian/tmp debian/tmp.opengl tmp.build
@@ -183,9 +184,6 @@
 	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
@@ -231,11 +229,11 @@
 		-- -Ldebian/shlibs.local $(shell dpkg-shlibdeps --help | sed -ne "s/.*\(--ignore-missing-info\).*/\1/p")
 	export LD_LIBRARY_PATH="$(CURDIR)/debian/gnash-common/usr/lib/gnash:$$LD_LIBRARY_PATH" ; \
 		dh_shlibdeps -Lgnash-common \
-		-pgnash -pklash \
+		-pgnash \
 		-- -Ldebian/shlibs.local
 	export LD_LIBRARY_PATH="$(CURDIR)/debian/gnash-common/usr/lib/gnash:$$LD_LIBRARY_PATH" ; \
 		dh_shlibdeps -Lgnash-common \
-		-pmozilla-plugin-gnash -pkonqueror-plugin-gnash -pgnash-tools -pgnash-cygnal \
+		-pmozilla-plugin-gnash -pgnash-tools -pgnash-cygnal \
 		-- -Ldebian/shlibs.local
 	dh_gencontrol
 	dh_md5sums




More information about the pkg-flash-devel mailing list