[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1090773: o2: uses removed --with buildinfo



Source: o2
Version: 1.1~ds-4
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

o2 builds with dh --with buildinfo.
This is now removed and will fail to build, cf. #1068809.

Patch attached.

-- System Information:
Debian Release: 12.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-27-amd64 (SMP w/24 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
From 988f06639fdd454b2bbd846ad2e95d7aded87df4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= <nabijaczleweli@nabijaczleweli.xyz>
Date: Thu, 19 Dec 2024 03:07:04 +0100
Subject: [PATCH] Remove dh-buildinfo (see #1068809)
X-Mutt-PGP: OS

---
 debian/control | 1 -
 debian/rules   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 02f9440..ef31304 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Priority: optional
 Build-Depends:
  cmake,
  debhelper-compat (= 13),
- dh-buildinfo,
  dh-exec,
  doxygen,
 Standards-Version: 4.6.1
diff --git a/debian/rules b/debian/rules
index bb52222..a5e6edc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
 %:
-	dh $@ --with buildinfo
+	dh $@
 
 execute_after_dh_auto_build:
 	doxygen doc/Doxyfile
-- 
2.39.5

Attachment: signature.asc
Description: PGP signature


Reply to: