[Pkg-libvirt-commits] [Git][libvirt-team/virt-viewer][debian/sid] 7 commits: Add myself to Uploaders

Pino Toscano (@pino) gitlab at salsa.debian.org
Sat Sep 2 12:02:47 BST 2023



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


Commits:
15c7ba18 by Pino Toscano at 2023-09-02T12:51:54+02:00
Add myself to Uploaders

- - - - -
c659e878 by Pino Toscano at 2023-09-02T12:52:18+02:00
Drop git commit names from changelog

- - - - -
ccfdd7eb by Pino Toscano at 2023-09-02T12:53:52+02:00
Explicitly add the gettext build dependency

- - - - -
4df5fdd2 by Pino Toscano at 2023-09-02T12:55:46+02:00
Add Rules-Requires-Root: no

- - - - -
cfb33db6 by Pino Toscano at 2023-09-02T12:57:20+02:00
d/postinst: drop, no more needed after more than 2 Debian stable releases

- - - - -
65ae2263 by Pino Toscano at 2023-09-02T12:58:38+02:00
Update watch file format version to 4.

Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html

- - - - -
3cc84082 by Pino Toscano at 2023-09-02T13:00:58+02:00
d/rules: move -Dgit_werror=disabled with DEB_CONFIGURE_EXTRA_FLAGS

Make it consistent with the other flags.

Gbp-Dch: Ignore

- - - - -


5 changed files:

- debian/control
- debian/gbp.conf
- − debian/postinst
- debian/rules
- debian/watch


Changes:

=====================================
debian/control
=====================================
@@ -2,10 +2,12 @@ Source: virt-viewer
 Section: admin
 Priority: optional
 Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>
-Uploaders: Guido Günther <agx at sigxcpu.org>, Laurent Léonard <laurent at open-minds.org>
+Uploaders: Guido Günther <agx at sigxcpu.org>, Laurent Léonard <laurent at open-minds.org>,
+ Pino Toscano <pino at debian.org>,
 Build-Depends:
  bash-completion,
  debhelper-compat (= 13),
+ gettext,
  libffi-dev,
  libglib2.0-dev (>= 2.48),
 # libgovirt-dev (>= 0.3.7),
@@ -20,6 +22,7 @@ Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/libvirt-team/virt-viewer.git
 Vcs-Browser: https://salsa.debian.org/libvirt-team/virt-viewer
 Homepage: https://virt-manager.org
+Rules-Requires-Root: no
 
 Package: virt-viewer
 Architecture: any


=====================================
debian/gbp.conf
=====================================
@@ -7,7 +7,6 @@ debian-branch=debian/sid
 sign-tags = True
 
 [dch]
-id-length=7
 multimaint-merge = True
 
 [pq]


=====================================
debian/postinst deleted
=====================================
@@ -1,10 +0,0 @@
-#!/bin/sh
-set -e
-
-# remove obsolete alternative from stretch
-if [ "$1" = "configure" ] ; then
-        update-alternatives --remove spice-xpi-client \
-                  /usr/bin/spice-xpi-client-remote-viewer
-fi
-
-#DEBHELPER#


=====================================
debian/rules
=====================================
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # Temporarily disable ovirt feature until we are ready for librest transition
-DEB_CONFIGURE_EXTRA_FLAGS := -Dauto_features=enabled -Dovirt=disabled
+DEB_CONFIGURE_EXTRA_FLAGS := -Dauto_features=enabled -Dgit_werror=disabled -Dovirt=disabled
 ifneq (,$(filter $(DEB_HOST_ARCH), hurd-i386 kfreebsd-i386 kfreebsd-amd64 sparc64))
     DEB_CONFIGURE_EXTRA_FLAGS += -Dspice=disabled
 endif
@@ -14,4 +14,4 @@ endif
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS) -Dgit_werror=disabled
+	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=3
+version=4
 
 opts="pgpsigurlmangle=s/$/.asc/" \
     https://releases.pagure.org/@PACKAGE@/@PACKAGE@-([\d.]+)@ARCHIVE_EXT@



View it on GitLab: https://salsa.debian.org/libvirt-team/virt-viewer/-/compare/35e7f3a6a1abd2ef1d462ac60b27cd51434976aa...3cc8408223eb42742199521f21531315fcb56dff

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-viewer/-/compare/35e7f3a6a1abd2ef1d462ac60b27cd51434976aa...3cc8408223eb42742199521f21531315fcb56dff
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/20230902/9c891571/attachment-0001.htm>


More information about the Pkg-libvirt-commits mailing list