tags 653658 patch
thanks

Here's a patch that fixes debian/mozilla-gtk-vnc.install and also fixes debian/rules to actually run dh_install for the mozilla-gtk-vnc package.

I can confirm that the plugin works with Iceweasel 8.03 currently in testing.

--
Ciao, Flavio

Those who do not understand Unix are condemned to reinvent it, poorly.
-- Henry Spencer
diff --git a/debian/mozilla-gtk-vnc.install b/debian/mozilla-gtk-vnc.install
index 9384f32..e60bf5e 100644
--- a/debian/mozilla-gtk-vnc.install
+++ b/debian/mozilla-gtk-vnc.install
@@ -1 +1 @@
-debian/tmp/usr/lib/mozilla/plugins/*.so usr/lib/gtk-vnc/plugins/
+/usr/lib/mozilla/plugins/gtk-vnc-plugin.so usr/lib/gtk-vnc/plugins/
diff --git a/debian/rules b/debian/rules
index 656788b..68398f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,7 @@ override_dh_install:
 
 	dh_install -plibgtk-vnc-1.0-0 \
                    -plibgtk-vnc-1.0-dev \
+                   -pmozilla-gtk-vnc \
                    -ppython-gtk-vnc \
                   --sourcedir=debian/gtk2
 

Reply via email to