Dear maintainer,

Please find attached a patch to add the dependency on dpkg-dev for the
time_t transition.  This patch is being uploaded to unstable.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers mantic-updates
  APT policy: (500, 'mantic-updates'), (500, 'mantic-security'), (500, 
'mantic'), (100, 'mantic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_NZ.UTF-8:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru lucene++-3.0.9/debian/changelog lucene++-3.0.9/debian/changelog
--- lucene++-3.0.9/debian/changelog     2024-02-29 00:10:42.000000000 +1300
+++ lucene++-3.0.9/debian/changelog     2024-03-04 23:42:22.000000000 +1300
@@ -1,3 +1,11 @@
+lucene++ (3.0.9-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add build depedency on dpkg-dev (>= 1.22.5) for time_t transition.
+    (Closes: #1065284)
+
+ -- Michael Hudson-Doyle <mwhud...@debian.org>  Mon, 04 Mar 2024 23:42:22 +1300
+
 lucene++ (3.0.9-3) unstable; urgency=medium
 
   * Upload to sid
diff -Nru lucene++-3.0.9/debian/control lucene++-3.0.9/debian/control
--- lucene++-3.0.9/debian/control       2024-02-29 00:09:37.000000000 +1300
+++ lucene++-3.0.9/debian/control       2024-03-04 23:42:21.000000000 +1300
@@ -2,7 +2,8 @@
 Priority: optional
 Maintainer: Ɓukasz 'sil2100' Zemczak <lukasz.zemc...@ubuntu.com>
 Uploaders: Gianfranco Costamagna <locutusofb...@debian.org>
-Build-Depends: cmake,
+Build-Depends: dpkg-dev (>> 1.22.5),
+               cmake,
                debhelper-compat (= 13),
                libboost-date-time-dev,
                libboost-filesystem-dev,

Reply via email to