[Pkg-libvirt-commits] [Git][libvirt-team/virt-viewer][debian/sid] 3 commits: d/control: drop the libffi-dev build dependency, no more needed.

Pino Toscano (@pino) gitlab at salsa.debian.org
Wed Sep 20 05:01:29 BST 2023



Pino Toscano pushed to branch debian/sid at Libvirt Packaging Team / virt-viewer


Commits:
2aa3aa21 by Pino Toscano at 2023-09-20T05:50:47+02:00
d/control: drop the libffi-dev build dependency, no more needed.

It used to be required for the mozilla plugin, which is long gone.

- - - - -
a2348570 by Pino Toscano at 2023-09-20T05:54:28+02:00
d/rules: simplify disabling spice on non-Linux archs

sparc64 has spice-gtk as well, so use a simpler way to disable the spice
support on non-Linux architectures.

- - - - -
0f446f97 by Pino Toscano at 2023-09-20T05:58:48+02:00
d/upstream/metadata: new file with basic upstream information

- - - - -


3 changed files:

- debian/control
- debian/rules
- + debian/upstream/metadata


Changes:

=====================================
debian/control
=====================================
@@ -8,7 +8,6 @@ Build-Depends:
  bash-completion,
  debhelper-compat (= 13),
  gettext,
- libffi-dev,
  libglib2.0-dev (>= 2.48),
 # libgovirt-dev (>= 0.3.7),
  libgtk-vnc-2.0-dev,


=====================================
debian/rules
=====================================
@@ -2,7 +2,7 @@
 
 # Temporarily disable ovirt feature until we are ready for librest transition
 DEB_CONFIGURE_EXTRA_FLAGS := -Dauto_features=enabled -Dgit_werror=disabled -Dovirt=disabled
-ifneq (,$(filter $(DEB_HOST_ARCH), hurd-i386 kfreebsd-i386 kfreebsd-amd64 sparc64))
+ifneq (linux,$(DEB_HOST_ARCH_OS))
     DEB_CONFIGURE_EXTRA_FLAGS += -Dspice=disabled
 endif
 # libvirt-glib isn't currently built on these architectures


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://gitlab.com/virt-viewer/virt-viewer/-/issues
+Bug-Submit: https://gitlab.com/virt-viewer/virt-viewer/-/issues/new
+Repository: https://gitlab.com/virt-viewer/virt-viewer.git
+Repository-Browse: https://gitlab.com/virt-viewer/virt-viewer



View it on GitLab: https://salsa.debian.org/libvirt-team/virt-viewer/-/compare/c930ef7c896e91d8a8953fd7d7d3f304ede37c84...0f446f9793aec2df88ea1ba51b1f2c83723d47d8

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-viewer/-/compare/c930ef7c896e91d8a8953fd7d7d3f304ede37c84...0f446f9793aec2df88ea1ba51b1f2c83723d47d8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20230920/4304f38e/attachment-0001.htm>


More information about the Pkg-libvirt-commits mailing list