Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru juffed-0.10-89-g3690b60/debian/changelog 
juffed-0.10-89-g3690b60/debian/changelog
--- juffed-0.10-89-g3690b60/debian/changelog    2023-06-14 17:31:41.000000000 
+0000
+++ juffed-0.10-89-g3690b60/debian/changelog    2024-02-28 13:29:13.000000000 
+0000
@@ -1,3 +1,10 @@
+juffed (0.10-89-g3690b60-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062473
+
+ -- Lukas Märdian <sl...@debian.org>  Wed, 28 Feb 2024 13:29:13 +0000
+
 juffed (0.10-89-g3690b60-8) unstable; urgency=medium
 
   * Change team email to <team+l...@tracker.debian.org>.
diff -Nru juffed-0.10-89-g3690b60/debian/control 
juffed-0.10-89-g3690b60/debian/control
--- juffed-0.10-89-g3690b60/debian/control      2023-06-14 17:31:41.000000000 
+0000
+++ juffed-0.10-89-g3690b60/debian/control      2024-02-28 13:29:13.000000000 
+0000
@@ -4,7 +4,7 @@
            ChangZhuo Chen (陳昌倬) <czc...@debian.org>
 Section: editors
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
                cmake,
                libenca-dev,
                libqscintilla2-qt5-dev,
@@ -36,7 +36,7 @@
 Architecture: any
 Section: devel
 Depends: ${misc:Depends},
-         libjuff0.10 (= ${binary:Version})
+         libjuff0.10t64 (= ${binary:Version})
 Breaks: juffed-dev (<< 0.10-89-g3690b60-6)
 Replaces: juffed-dev (<< 0.10-89-g3690b60-6)
 Description: Lightweight yet powerful Qt text editor - development files
@@ -47,13 +47,14 @@
  .
  This package contains development files for plugin building.
 
-Package: libjuff0.10
+Package: libjuff0.10t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Breaks: juffed (<< 0.10-89-g3690b60-6)
-Replaces: juffed (<< 0.10-89-g3690b60-6)
+Breaks: libjuff0.10 (<< ${source:Version}), juffed (<< 0.10-89-g3690b60-6)
+Replaces: libjuff0.10, juffed (<< 0.10-89-g3690b60-6)
 Description: Lightweight yet powerful Qt text editor - library
  JuffEd is a simple, cross-platform text editor written using the Qt toolkit
  and the QScintilla library. It supports most features found in modern text
diff -Nru juffed-0.10-89-g3690b60/debian/libjuff0.10.install 
juffed-0.10-89-g3690b60/debian/libjuff0.10.install
--- juffed-0.10-89-g3690b60/debian/libjuff0.10.install  2023-06-14 
17:31:41.000000000 +0000
+++ juffed-0.10-89-g3690b60/debian/libjuff0.10.install  1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libjuffed-engine-qsci.so.0.10*
-usr/lib/*/libjuff.so.0.10*
diff -Nru juffed-0.10-89-g3690b60/debian/libjuff0.10t64.install 
juffed-0.10-89-g3690b60/debian/libjuff0.10t64.install
--- juffed-0.10-89-g3690b60/debian/libjuff0.10t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ juffed-0.10-89-g3690b60/debian/libjuff0.10t64.install       2023-06-14 
17:31:41.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libjuffed-engine-qsci.so.0.10*
+usr/lib/*/libjuff.so.0.10*
diff -Nru juffed-0.10-89-g3690b60/debian/libjuff0.10t64.lintian-overrides 
juffed-0.10-89-g3690b60/debian/libjuff0.10t64.lintian-overrides
--- juffed-0.10-89-g3690b60/debian/libjuff0.10t64.lintian-overrides     
1970-01-01 00:00:00.000000000 +0000
+++ juffed-0.10-89-g3690b60/debian/libjuff0.10t64.lintian-overrides     
2024-02-28 13:28:55.000000000 +0000
@@ -0,0 +1 @@
+libjuff0.10t64: package-name-doesnt-match-sonames libjuff0.10

Reply via email to