summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2023-10-20 14:27:15 -0700
committerRuss Allbery <eagle@eyrie.org>2023-10-20 15:12:34 -0700
commit11efe8564e219aa380d4f228ff23009d6499ef63 (patch)
tree0121abe8f76fa38445ed20157d9d5b7856054c3e
parentcfa36440599c3dc8f9315f3a61b0559262085c88 (diff)
* Built with GTK 3. This is considered experimental and known to be buggy by upstream, but since Debian is trying to remove GTK 2 from the archive, there aren't a lot of other options. Hopefully the bugginess will not be too noticable. Thanks to Bastian Germann for analysis and testing. (Closes: #967443, #1036381)
-rw-r--r--debian/changelog10
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules2
3 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 33532dc..65eacf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gnubg (1.07.001-3) unstable; urgency=medium
+
+ * Built with GTK 3. This is considered experimental and known to be
+ buggy by upstream, but since Debian is trying to remove GTK 2 from the
+ archive, there aren't a lot of other options. Hopefully the bugginess
+ will not be too noticeable. Thanks to Bastian Germann for analysis
+ and testing. (Closes: #967443, #1036381)
+
+ -- Russ Allbery <rra@debian.org> Fri, 20 Oct 2023 15:12:28 -0700
+
gnubg (1.07.001-2) unstable; urgency=medium
[ Debian Janitor ]
diff --git a/debian/control b/debian/control
index d0b5097..c6328ce 100644
--- a/debian/control
+++ b/debian/control
@@ -9,13 +9,12 @@ Build-Depends:
flex,
graphicsmagick,
libcairo2-dev,
- libcanberra-gtk-dev,
+ libcanberra-gtk3-dev,
libcurl4-openssl-dev,
libfreetype-dev,
libglib2.0-dev,
libgmp-dev,
- libgtk2.0-dev,
- libgtkglext1-dev,
+ libgtk-3-dev,
libncurses-dev,
libpng-dev,
libreadline-dev,
diff --git a/debian/rules b/debian/rules
index 75ff432..4bfed7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ override_dh_autoreconf:
# Disable the 3D board for now, since it doesn't work with Mesa 21.x and
# later.
override_dh_auto_configure:
- dh_auto_configure -- --with-gtk --without-board3d --with-sqlite \
+ dh_auto_configure -- --with-gtk3 --without-board3d --with-sqlite \
--with-python=/usr/bin/python3 --enable-threads $(SSE)
# Disable building the rollout databases during an architecture-specific