Source: ncl
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 ncl-6.6.2.dfsg.1/debian/changelog ncl-6.6.2.dfsg.1/debian/changelog
--- ncl-6.6.2.dfsg.1/debian/changelog   2024-01-16 12:33:07.000000000 +0000
+++ ncl-6.6.2.dfsg.1/debian/changelog   2024-02-28 22:02:00.000000000 +0000
@@ -1,3 +1,10 @@
+ncl (6.6.2.dfsg.1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063163
+
+ -- Benjamin Drung <bdr...@debian.org>  Wed, 28 Feb 2024 22:02:00 +0000
+
 ncl (6.6.2.dfsg.1-4) unstable; urgency=medium
 
   * Rebuild against libg2c-dev (>= 1.8.0) for transition
diff -Nru ncl-6.6.2.dfsg.1/debian/control ncl-6.6.2.dfsg.1/debian/control
--- ncl-6.6.2.dfsg.1/debian/control     2024-01-16 12:33:07.000000000 +0000
+++ ncl-6.6.2.dfsg.1/debian/control     2024-02-28 22:02:00.000000000 +0000
@@ -2,7 +2,7 @@
 Section: science
 Priority: optional
 Maintainer: Alastair McKinstry <mckins...@debian.org>
-Build-Depends: debhelper-compat (= 13), 
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), 
  flex, 
  bison, 
  gfortran | fortran-compiler, 
@@ -58,7 +58,10 @@
  * ncl_convert2nc - converts one or more GRIB1, GRIB2, HDF and/or HDF-EOS
    iles to netCDF formatted files.
 
-Package: libncarg0
+Package: libncarg0t64
+Provides: ${t64:Provides}
+Replaces: libncarg0
+Breaks: libncarg0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, libudunits2-0, fonts-dejavu-core, 
fonts-lyx, libncarg-data, tcsh | csh | c-shell
@@ -70,7 +73,7 @@
 Package: libncarg-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libncarg0 (= ${binary:Version} ), libudunits2-dev,
+Depends: ${misc:Depends}, libncarg0t64 (= ${binary:Version} ), libudunits2-dev,
  libsphere-dev, libhdf4-alt-dev, 
  ncl-ncarg, ksh | mksh | pdksh | zsh
 Multi-Arch: same
diff -Nru ncl-6.6.2.dfsg.1/debian/libncarg0.install 
ncl-6.6.2.dfsg.1/debian/libncarg0.install
--- ncl-6.6.2.dfsg.1/debian/libncarg0.install   2024-01-16 12:33:07.000000000 
+0000
+++ ncl-6.6.2.dfsg.1/debian/libncarg0.install   1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-debian/tmp/lib/lib*.so.1       /usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru ncl-6.6.2.dfsg.1/debian/libncarg0t64.install 
ncl-6.6.2.dfsg.1/debian/libncarg0t64.install
--- ncl-6.6.2.dfsg.1/debian/libncarg0t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ ncl-6.6.2.dfsg.1/debian/libncarg0t64.install        2024-01-16 
12:33:07.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/lib/lib*.so.1       /usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru ncl-6.6.2.dfsg.1/debian/libncarg0t64.lintian-overrides 
ncl-6.6.2.dfsg.1/debian/libncarg0t64.lintian-overrides
--- ncl-6.6.2.dfsg.1/debian/libncarg0t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ ncl-6.6.2.dfsg.1/debian/libncarg0t64.lintian-overrides      2024-02-28 
22:01:38.000000000 +0000
@@ -0,0 +1 @@
+libncarg0t64: package-name-doesnt-match-sonames libncarg0

Reply via email to