[Pkg-libvirt-commits] [SCM] Virt Viewer packaging branch, master, updated. debian/0.0.3-3-2-g3ba5e09

Guido Guenther agx at sigxcpu.org
Sun Nov 2 18:04:12 UTC 2008


The following commit has been merged in the master branch:
commit 7725f8213a117cd698952df3c25a576a06ea0188
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sun Nov 2 18:33:32 2008 +0100

    rm files in plugindir
    
    same bug as in gtk-vnc so use the same fix
    
    Closes: #504287

diff --git a/debian/patches/rm-in-plugindir.diff b/debian/patches/rm-in-plugindir.diff
new file mode 100644
index 0000000..ca814f9
--- /dev/null
+++ b/debian/patches/rm-in-plugindir.diff
@@ -0,0 +1,13 @@
+diff --git a/plugin/Makefile.am b/plugin/Makefile.am
+index ff1536e..2ccffe6 100644
+--- a/plugin/Makefile.am
++++ b/plugin/Makefile.am
+@@ -26,7 +26,7 @@ virt-viewer-plugin.so: virt-viewer-plugin.la
+ 
+ # Only leave the .so file in the plugins directory.
+ install-data-hook:
+-	rm -f $(plugindir)/virt-viewer-plugin.a $(plugindir)/virt-viewer-plugin.la
++	rm -f $(DESTDIR)$(plugindir)/virt-viewer-plugin.a $(plugindir)/virt-viewer-plugin.la
+ 
+ CLEANFILES = virt-viewer-plugin.so
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 59fb3d7..b348cdb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 iceape-not-mozilla.diff
+rm-in-plugindir.diff

-- 
Virt Viewer packaging



More information about the Pkg-libvirt-commits mailing list