Skip to content
Commits on Source (7)
gnome-calculator (1:43.0.1-2ubuntu1) UNRELEASED; urgency=medium
* Merge with Debian, remaining change:
- Add ubuntu/search-provider-Cancel-operations-on-XUbuntuCancel.patch:
+ Use XUbuntuCancel with GNOME Shell search provider to stop
expensive processes that might lead to an unresponsive process
-- Amin Bandali <bandali@canonical.com> Wed, 08 Feb 2023 16:14:09 -0500
gnome-calculator (1:43.0.1-2) unstable; urgency=medium
* Team upload
* d/rules: Run tests with GTK_A11Y=none to disable accessibility features.
We don't actually need a11y or D-Bus for the unit tests, but with recent
versions of GTK, leaving a11y enabled provokes a warning when there is
no D-Bus session bus available. (Closes: #1028865)
* d/upstream/metadata: Add
* Update standards version to 4.6.2 (no changes needed)
* Remove version constraints unnecessary since buster (oldstable)
-- Simon McVittie <smcv@debian.org> Sat, 14 Jan 2023 14:08:27 +0000
gnome-calculator (1:43.0.1-1ubuntu1) kinetic; urgency=medium
* Merge with Debian, remaining change:
......
......@@ -13,19 +13,19 @@ Build-Depends: appstream-util,
dh-sequence-gnome,
itstool,
meson (>= 0.57.0),
valac (>= 0.24),
valac,
libadwaita-1-dev (>= 1.2~alpha),
libgee-0.8-dev (>= 0.20),
libglib2.0-dev (>= 2.40.0),
libgee-0.8-dev,
libglib2.0-dev,
libgtk-4-dev (>= 4.4.1),
libgtksourceview-5-dev (>= 5.3.0),
libxml2-dev (>= 2.4.7),
libxml2-dev,
libsoup-3.0-dev,
libmpc-dev,
libmpfr-dev,
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.6.1
Standards-Version: 4.6.2
XS-Debian-Vcs-Git: https://salsa.debian.org/gnome-team/gnome-calculator.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-calculator
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-calculator.git -b ubuntu/master
......
......@@ -9,19 +9,19 @@ Build-Depends: appstream-util,
dh-sequence-gnome,
itstool,
meson (>= 0.57.0),
valac (>= 0.24),
valac,
libadwaita-1-dev (>= 1.2~alpha),
libgee-0.8-dev (>= 0.20),
libglib2.0-dev (>= 2.40.0),
libgee-0.8-dev,
libglib2.0-dev,
libgtk-4-dev (>= 4.4.1),
libgtksourceview-5-dev (>= 5.3.0),
libxml2-dev (>= 2.4.7),
libxml2-dev,
libsoup-3.0-dev,
libmpc-dev,
libmpfr-dev,
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.6.1
Standards-Version: 4.6.2
XS-Debian-Vcs-Git: https://salsa.debian.org/gnome-team/gnome-calculator.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-calculator
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-calculator.git -b ubuntu/master
......
......@@ -10,4 +10,5 @@ override_dh_auto_configure:
dh_auto_configure -- -Dui-tests=true
override_dh_auto_test:
GTK_A11Y=none \
xvfb-run --auto-servernum dh_auto_test -- --timeout-multiplier 3
---
Bug-Database: https://gitlab.gnome.org/GNOME/gnome-calculator/-/issues
Bug-Submit: https://gitlab.gnome.org/GNOME/gnome-calculator/-/issues/new
Repository: https://gitlab.gnome.org/GNOME/gnome-calculator.git
Repository-Browse: https://gitlab.gnome.org/GNOME/gnome-calculator