Control: tags -1 patch
Hi Georges,
I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff includes also my previous NMU's changes that were overridden with
your last upload.
Thanks,
Bastian
diff -Nru gpsim-0.32.1/debian/changelog gpsim-0.32.1/debian/changelog
--- gpsim-0.32.1/debian/changelog 2023-11-04 16:45:52.000000000 +0100
+++ gpsim-0.32.1/debian/changelog 2023-12-19 12:00:12.000000000 +0100
@@ -1,3 +1,11 @@
+gpsim (0.32.1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload
+ * Build without GUI. Closes: #967454
+ * Drop unnecessary Build-Depends: quilt, libgtkextra-dev. Closes: #1054292
+
+ -- Bastian Germann <b...@debian.org> Tue, 19 Dec 2023 12:00:12 +0100
+
gpsim (0.32.1-1) unstable; urgency=medium
* New upstream version 0.32.1
diff -Nru gpsim-0.32.1/debian/control gpsim-0.32.1/debian/control
--- gpsim-0.32.1/debian/control 2023-11-04 16:45:52.000000000 +0100
+++ gpsim-0.32.1/debian/control 2023-12-19 11:59:41.000000000 +0100
@@ -4,7 +4,7 @@
Maintainer: Georges Khaznadar <georg...@debian.org>
Build-Depends: debhelper-compat (=13), libreadline-dev, libncurses5-dev,
libpopt-dev, libglib2.0-dev, libtool, flex, automake, autotools-dev,
- libtool-bin, bison, chrpath, gputils, quilt, libgtkextra-dev, libgtk2.0-dev
+ libtool-bin, bison, chrpath, gputils
Standards-Version: 4.6.2
Vcs-Browser:https://salsa.debian.org/georgesk/gpsim
Vcs-Git: https://salsa.debian.org/georgesk/gpsim.git
diff -Nru gpsim-0.32.1/debian/rules gpsim-0.32.1/debian/rules
--- gpsim-0.32.1/debian/rules 2023-11-04 16:42:01.000000000 +0100
+++ gpsim-0.32.1/debian/rules 2023-12-19 12:00:12.000000000 +0100
@@ -13,8 +13,7 @@
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-# GUI_SWITCH = --disable-gui
-GUI_SWITCH = --enable-gui
+GUI_SWITCH = --disable-gui
override_dh_auto_configure:
./configure --build=$(DEB_BUILD_GNU_TYPE) \