[Pkg-libvirt-commits] [SCM] libgtk-vnc Debian packaging branch, master, updated. debian/0.5.1-2-6-gda10aac

Laurent Léonard laurent at open-minds.org
Sat Mar 9 23:36:16 UTC 2013


The following commit has been merged in the master branch:
commit 32e7e9556ba4c65855b7bb973e8fc49fb78d0fc2
Author: Laurent Léonard <laurent at open-minds.org>
Date:   Sun Mar 10 00:00:53 2013 +0100

    Remove mozilla-gtk-vnc

diff --git a/debian/control b/debian/control
index 66ea441..6fdc597 100644
--- a/debian/control
+++ b/debian/control
@@ -227,23 +227,6 @@ Description: VNC viewer widget for GTK+2 (Python binding)
  .
  This package contains the Python binding.
 
-Package: mozilla-gtk-vnc
-Architecture: any
-Section: web
-Depends: ${shlibs:Depends}, ${misc:Depends},
- libgtk-vnc-1.0-0 (= ${binary:Version}),
- iceweasel | iceape-browser
-Description: VNC viewer widget for GTK+2 (mozilla plugin)
- It is built using coroutines, allowing it to be completely asynchronous while
- remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
- VeNCrypt authentication extension providing SSL/TLS encryption with x509
- certificate authentication.
- .
- The core library is written in C and a binding for Python using PyGTK is
- available. The networking layer supports connections over both IPv4 and IPv6.
- .
- This package contains the experimental mozilla plugin.
-
 Package: gvncviewer
 Architecture: any
 Section: x11
diff --git a/debian/mozilla-gtk-vnc.docs b/debian/mozilla-gtk-vnc.docs
deleted file mode 100644
index b5cc506..0000000
--- a/debian/mozilla-gtk-vnc.docs
+++ /dev/null
@@ -1 +0,0 @@
-plugin/README
diff --git a/debian/mozilla-gtk-vnc.install b/debian/mozilla-gtk-vnc.install
deleted file mode 100644
index e60bf5e..0000000
--- a/debian/mozilla-gtk-vnc.install
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/mozilla/plugins/gtk-vnc-plugin.so usr/lib/gtk-vnc/plugins/
diff --git a/debian/mozilla-gtk-vnc.links b/debian/mozilla-gtk-vnc.links
deleted file mode 100644
index df1971e..0000000
--- a/debian/mozilla-gtk-vnc.links
+++ /dev/null
@@ -1,2 +0,0 @@
-/usr/lib/gtk-vnc/plugins/gtk-vnc-plugin.so /usr/lib/iceweasel/plugins/gtk-vnc-plugin.so
-/usr/lib/gtk-vnc/plugins/gtk-vnc-plugin.so /usr/lib/iceape/plugins/gtk-vnc-plugin.so
diff --git a/debian/rules b/debian/rules
index e79215a..6375ccb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@
 override_dh_auto_configure:
 	dh_auto_configure -B build/gtk2 -- --with-gtk=2.0 \
                                            --with-python \
-                                           --enable-plugin=yes \
                                            --disable-introspection \
                                            $(shell dpkg-buildflags --export=configure)
 	dh_auto_configure -B build/gtk3 -- --with-gtk=3.0 \
@@ -42,14 +41,12 @@ override_dh_install:
 
 	dh_install -plibgtk-vnc-1.0-0 \
                    -plibgtk-vnc-1.0-dev \
-                   -pmozilla-gtk-vnc \
                    -ppython-gtk-vnc \
                   --sourcedir=debian/gtk2
 
 override_dh_strip:
 	dh_strip -plibgvnc-1.0-0 --dbg-package=libgvnc-1.0-0-dbg
 	dh_strip -plibgtk-vnc-1.0-0 --dbg-package=libgtk-vnc-1.0-0-dbg
-	dh_strip -pmozilla-gtk-vnc --dbg-package=libgtk-vnc-1.0-0-dbg
 	dh_strip -plibgtk-vnc-2.0-0 --dbg-package=libgtk-vnc-2.0-0-dbg
 	dh_strip -pgvncviewer -ppython-gtk-vnc
 
@@ -58,7 +55,5 @@ override_dh_python2:
 
 override_dh_makeshlibs:
 	dh_makeshlibs -plibgtk-vnc-1.0-0 -V 'libgtk-vnc-1.0-0 (>= 0.3.9)'
-	dh_makeshlibs -pmozilla-gtk-vnc --noscripts -X /plugins/
-	dh_makeshlibs -a -Nlibgtk-vnc-1.0-0 -Nmozilla-gtk-vnc
+	dh_makeshlibs -a -Nlibgtk-vnc-1.0-0
 	dh_girepository
-

-- 
libgtk-vnc Debian packaging



More information about the Pkg-libvirt-commits mailing list