Source: pstoedit
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'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru pstoedit-4.00/debian/changelog pstoedit-4.00/debian/changelog
--- pstoedit-4.00/debian/changelog      2023-06-15 13:56:49.000000000 +0000
+++ pstoedit-4.00/debian/changelog      2024-02-29 21:20:12.000000000 +0000
@@ -1,3 +1,10 @@
+pstoedit (4.00-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063292
+
+ -- Benjamin Drung <bdr...@debian.org>  Thu, 29 Feb 2024 21:20:12 +0000
+
 pstoedit (4.00-1) unstable; urgency=medium
 
   * Update standards version to 4.6.2, no changes needed.
diff -Nru pstoedit-4.00/debian/control pstoedit-4.00/debian/control
--- pstoedit-4.00/debian/control        2023-06-15 10:26:45.000000000 +0000
+++ pstoedit-4.00/debian/control        2024-02-29 21:20:12.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Barak A. Pearlmutter <b...@debian.org>
 Rules-Requires-Root: no
-Build-Depends: debhelper-compat (= 13), dh-buildinfo, docbook-to-man, 
libwmf-dev, libmagick++-dev,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), dh-buildinfo, 
docbook-to-man, libwmf-dev, libmagick++-dev,
  libplot-dev, libpng-dev, ghostscript,
  pkg-config,
  texlive-latex-recommended, texlive-latex-extra, texlive-extra-utils,
@@ -19,21 +19,24 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libpstoedit0c2a (= ${binary:Version}), ${misc:Depends}, 
libmagick++-dev, libplot-dev
+Depends: libpstoedit0t64 (= ${binary:Version}), ${misc:Depends}, 
libmagick++-dev, libplot-dev
 Description: PostScript to editable vector graphics library (development files)
  pstoedit is a framework for converting Postscript and PDF files to various
  editable vector graphic formats.
  .
  This package contains files to build programs that use libpstoedit.
 
-Package: libpstoedit0c2a
+Package: libpstoedit0t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libpstoedit0c2a
+Breaks: libpstoedit0c2a (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Conflicts: libpstoedit0, libpstoedit0c2
-Replaces: libpstoedit0, libpstoedit0c2
+Replaces: libpstoedit0c2a, libpstoedit0, libpstoedit0c2
 Description: PostScript to editable vector graphics library (runtime files)
  pstoedit is a framework for converting Postscript and PDF files to various
  editable vector graphic formats.
diff -Nru pstoedit-4.00/debian/libpstoedit0c2a.install 
pstoedit-4.00/debian/libpstoedit0c2a.install
--- pstoedit-4.00/debian/libpstoedit0c2a.install        2023-06-15 
13:56:49.000000000 +0000
+++ pstoedit-4.00/debian/libpstoedit0c2a.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libpstoedit.so.*
-usr/lib/*/pstoedit/lib*.so
diff -Nru pstoedit-4.00/debian/libpstoedit0t64.install 
pstoedit-4.00/debian/libpstoedit0t64.install
--- pstoedit-4.00/debian/libpstoedit0t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ pstoedit-4.00/debian/libpstoedit0t64.install        2023-06-15 
13:56:49.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libpstoedit.so.*
+usr/lib/*/pstoedit/lib*.so
diff -Nru pstoedit-4.00/debian/libpstoedit0t64.lintian-overrides 
pstoedit-4.00/debian/libpstoedit0t64.lintian-overrides
--- pstoedit-4.00/debian/libpstoedit0t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ pstoedit-4.00/debian/libpstoedit0t64.lintian-overrides      2024-02-29 
21:19:18.000000000 +0000
@@ -0,0 +1 @@
+libpstoedit0t64: package-name-doesnt-match-sonames libpstoedit0c2a

Reply via email to