From e336e649c4ea9cc2517d607f7f824ab12b267a4f Mon Sep 17 00:00:00 2001
From: Xiyue Deng <manphiz@gmail.com>
Date: Wed, 18 Mar 2026 19:21:03 -0700
Subject: [PATCH 1/2] Drop libboost-system-dev from Build-Depends

- The boost system library was removed upstream in 1.89, and is empty
since 1.69.

Closes: #1127164
---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index 5d1729bc..2104bd4a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Build-Depends: autoconf-archive,
                libapt-pkg-dev (>= 1.1),
                libboost-dev,
                libboost-iostreams-dev,
-               libboost-system-dev,
                libboost-test-dev,
                libcppunit-dev,
                libcwidget-dev (>= 0.5.18-6~),
-- 
2.53.0

