[Debian-on-mobile-maintainers] [Git][gnome-team/libhandy-1][debian/latest] 3 commits: d/rules: Run tests under a dbus-daemon for better coverage
Simon McVittie (@smcv)
gitlab at salsa.debian.org
Tue Sep 26 18:13:41 BST 2023
Simon McVittie pushed to branch debian/latest at GNOME / libhandy-1
Commits:
63bc6ff6 by Simon McVittie at 2023-09-26T17:30:14+01:00
d/rules: Run tests under a dbus-daemon for better coverage
- - - - -
ffb8a891 by Simon McVittie at 2023-09-26T17:30:27+01:00
Build-depend on librsvg2-common
We need the SVG loader for the avatar-default-symbolic icon.
Closes: #1052965
- - - - -
41c79326 by Simon McVittie at 2023-09-26T17:30:59+01:00
Release to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/control.in
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+libhandy-1 (1.8.2-3) unstable; urgency=medium
+
+ * Team upload
+
+ [ Amin Bandali ]
+ * Update packaging branch to debian/latest
+
+ [ Simon McVittie ]
+ * d/rules: Run tests under a dbus-daemon for better coverage
+ * Build-depend on librsvg2-common.
+ We need the SVG loader for the avatar-default-symbolic icon.
+ (Closes: #1052965)
+
+ -- Simon McVittie <smcv at debian.org> Tue, 26 Sep 2023 17:30:37 +0100
+
libhandy-1 (1.8.2-2) unstable; urgency=medium
* Release to unstable
=====================================
debian/control
=====================================
@@ -7,8 +7,9 @@ Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: Arnaud Ferraris <arnaud.ferraris at gmail.com>,
- Guido Günther <agx at sigxcpu.org>, Jeremy Bicha <jbicha at ubuntu.com>
-Build-Depends: debhelper-compat (= 13),
+ Guido Günther <agx at sigxcpu.org>, Jeremy Bícha <jbicha at ubuntu.com>
+Build-Depends: dbus-daemon <!nocheck>,
+ debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-gnome,
gi-docgen,
@@ -19,6 +20,7 @@ Build-Depends: debhelper-compat (= 13),
libgnome-desktop-3-dev,
libgtk-3-dev,
libgtk-3-doc,
+ librsvg2-common <!nocheck>,
libxml2-utils,
meson,
pkg-config,
=====================================
debian/control.in
=====================================
@@ -4,7 +4,8 @@ Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: Arnaud Ferraris <arnaud.ferraris at gmail.com>,
Guido Günther <agx at sigxcpu.org>, @GNOME_TEAM@
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dbus-daemon <!nocheck>,
+ debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-gnome,
gi-docgen,
@@ -15,6 +16,7 @@ Build-Depends: debhelper-compat (= 13),
libgnome-desktop-3-dev,
libgtk-3-dev,
libgtk-3-doc,
+ librsvg2-common <!nocheck>,
libxml2-utils,
meson,
pkg-config,
=====================================
debian/rules
=====================================
@@ -12,4 +12,4 @@ override_dh_auto_configure:
dh_auto_configure -- -Dgtk_doc=true
override_dh_auto_test:
- xvfb-run -s -noreset dh_auto_test
+ dbus-run-session -- xvfb-run -s -noreset dh_auto_test
View it on GitLab: https://salsa.debian.org/gnome-team/libhandy-1/-/compare/85570a2e39cd4e3346d3a8b461a72e66dff34616...41c7932661e3af0216b7726c561e9dcdb1471fb5
--
View it on GitLab: https://salsa.debian.org/gnome-team/libhandy-1/-/compare/85570a2e39cd4e3346d3a8b461a72e66dff34616...41c7932661e3af0216b7726c561e9dcdb1471fb5
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/debian-on-mobile-maintainers/attachments/20230926/7c177ca7/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list