r154 - in /packages/gnash/branches/0.8.1/debian: control gnash-gtk-agg.links gnash-kde-opengl.links rules
baby-guest at users.alioth.debian.org
baby-guest at users.alioth.debian.org
Fri Aug 17 10:02:42 UTC 2007
Author: baby-guest
Date: Fri Aug 17 10:02:42 2007
New Revision: 154
URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=154
Log:
Fixed some lintian warnings
Added:
packages/gnash/branches/0.8.1/debian/gnash-gtk-agg.links
packages/gnash/branches/0.8.1/debian/gnash-kde-opengl.links
Modified:
packages/gnash/branches/0.8.1/debian/control
packages/gnash/branches/0.8.1/debian/rules
Modified: packages/gnash/branches/0.8.1/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.1/debian/control?rev=154&op=diff
==============================================================================
--- packages/gnash/branches/0.8.1/debian/control (original)
+++ packages/gnash/branches/0.8.1/debian/control Fri Aug 17 10:02:42 2007
@@ -62,8 +62,6 @@
Package: gnash-kde-opengl
Section: utils
Architecture: any
-Provides: gnash
-Conflicts: gnash
Depends: gnash (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: gnash
Description: free Flash movie player
Added: packages/gnash/branches/0.8.1/debian/gnash-gtk-agg.links
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.1/debian/gnash-gtk-agg.links?rev=154&op=file
==============================================================================
--- packages/gnash/branches/0.8.1/debian/gnash-gtk-agg.links (added)
+++ packages/gnash/branches/0.8.1/debian/gnash-gtk-agg.links Fri Aug 17 10:02:42 2007
@@ -1,0 +1,3 @@
+usr/share/man/man1/gnash.1.gz usr/share/man/man1/gnash.gtk-agg.1.gz
+usr/share/man/man1/gparser.1.gz usr/share/man/man1/gparser.gtk-agg.1.gz
+usr/share/man/man1/gprocessor.1.gz usr/share/man/man1/gprocessor.gtk-agg.1.gz
Added: packages/gnash/branches/0.8.1/debian/gnash-kde-opengl.links
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.1/debian/gnash-kde-opengl.links?rev=154&op=file
==============================================================================
--- packages/gnash/branches/0.8.1/debian/gnash-kde-opengl.links (added)
+++ packages/gnash/branches/0.8.1/debian/gnash-kde-opengl.links Fri Aug 17 10:02:42 2007
@@ -1,0 +1,3 @@
+usr/share/man/man1/gnash.1.gz usr/share/man/man1/gnash.kde-opengl.1.gz
+usr/share/man/man1/gparser.1.gz usr/share/man/man1/gparser.kde-opengl.1.gz
+usr/share/man/man1/gprocessor.1.gz usr/share/man/man1/gprocessor.kde-opengl.1.gz
Modified: packages/gnash/branches/0.8.1/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.1/debian/rules?rev=154&op=diff
==============================================================================
--- packages/gnash/branches/0.8.1/debian/rules (original)
+++ packages/gnash/branches/0.8.1/debian/rules Fri Aug 17 10:02:42 2007
@@ -251,8 +251,8 @@
dh_compress
dh_fixperms
#dh_makeshlibs -V 'libgnash0 (=$${binary:Version})'
- dh_makeshlibs -pgnash-gtk-agg -V 'libgnash0-gtk-agg (=$(MAIN_VERSION))'
- dh_makeshlibs -pgnash-kde-opengl -V 'libgnash0-kde-opengl (=$(MAIN_VERSION))'
+ dh_makeshlibs -pgnash-gtk-agg -V 'gnash-gtk-agg (=$(MAIN_VERSION))'
+ dh_makeshlibs -pgnash-kde-opengl -V 'gnash-kde-opengl (=$(MAIN_VERSION))'
dh_installdeb
dh_shlibdeps -pgnash-gtk-agg -l $(CURDIR)/debian/tmp-gtk-agg/usr/lib
dh_shlibdeps -pgnash-kde-opengl -l $(CURDIR)/debian/tmp-kde-opengl/usr/lib
More information about the pkg-flash-devel
mailing list