Your message dated Wed, 28 Feb 2024 23:52:56 +0000
with message-id <e1rftjm-008a39...@fasolo.debian.org>
and subject line Bug#1063163: fixed in ncl 6.6.2.dfsg.1-4.1
has caused the Debian Bug report #1063163,
regarding ncl: NMU diff for 64-bit time_t transition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1063163: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063163
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ncl
Version: 6.6.2.dfsg.1-4
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
ncl as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for ncl
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



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

Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_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-05 14:11:45.000000000 +0000
@@ -1,3 +1,10 @@
+ncl (6.6.2.dfsg.1-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org>  Mon, 05 Feb 2024 14:11:45 +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-05 14:11:45.000000000 +0000
@@ -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-05 
14:11:45.000000000 +0000
@@ -0,0 +1 @@
+libncarg0t64: package-name-doesnt-match-sonames libncarg0

--- End Message ---
--- Begin Message ---
Source: ncl
Source-Version: 6.6.2.dfsg.1-4.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ncl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated ncl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 22:02:00 +0000
Source: ncl
Architecture: source
Version: 6.6.2.dfsg.1-4.1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063163
Changes:
 ncl (6.6.2.dfsg.1-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063163
Checksums-Sha1:
 ccb8921e9d2e98adca741d76c45356a6c7872908 2800 ncl_6.6.2.dfsg.1-4.1.dsc
 249f16cddde5b39b803b77c1e800df9cf1abfdab 235108 
ncl_6.6.2.dfsg.1-4.1.debian.tar.xz
 0da8d5b157c59a51a7b92bf20c8fd05f0ed97040 14911 
ncl_6.6.2.dfsg.1-4.1_source.buildinfo
Checksums-Sha256:
 6f3bede804a552591110f93aa8900613e224aeb36791f0c8651c9b74ea59acd5 2800 
ncl_6.6.2.dfsg.1-4.1.dsc
 163877714786e999a19749e41dff39da442d428e74875e6626dcc6ae110a772c 235108 
ncl_6.6.2.dfsg.1-4.1.debian.tar.xz
 352cf592a6d654e5003738079209f2b6cbd7c830bfc67e00d7112863ab8ede4c 14911 
ncl_6.6.2.dfsg.1-4.1_source.buildinfo
Files:
 4f5cc8065d76199fdfca12d1cc74d660 2800 science optional ncl_6.6.2.dfsg.1-4.1.dsc
 1815d5fd5dde8b8f975cfe4940f7685a 235108 science optional 
ncl_6.6.2.dfsg.1-4.1.debian.tar.xz
 968d3e5db0f2f8689ec3ede4b422076d 14911 science optional 
ncl_6.6.2.dfsg.1-4.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXftPQACgkQFZ61xO/I
d0ybbA//Y5Sm3TcjO0shffOuiDvtfI85HUs/Dmx6haBPPn+C0yRBgeTaNwFeEZa0
1HSTqnQ3i5/e6S78YR7dHtjozsLREw3y3pzJ3QsFa54eDU0WD2buVe+EMRuv5dQc
BKw5AlStcOKOZGVNPNA4a//fXniRf5krKw7UWB/GgGV9vrFASME5U95/Aq8spCjl
qJnNia01Je0YY5vzMdIcSSEmsFAC0moaUsHpBv1LH36nY6qYcSePN0vyJFWiPV5b
QfswITFHCnbmEEEkpkjLsN95D4KqjqZwgjY4e9wckv1xwPnYAoIhPHeT6yxi2zxO
PPC1+RHPLPwhVU+uXL0xua1orW5KX0006LBRrPluffU+C6L+GNE75vpKlZU3CmNB
Fcsym01HzD3snlfSZCwGO255ZxcFl/3+aTQ8ydcBBhjrrWFLEAp121eDtsrws5jH
eCCNbomsE+x6Fbz63x+K/8Ykm9KrE4dDaCGo5un2hpRdGcCHkhrr2hriJqqgRbHA
YMEznk2cKzlqKUO7Ibx0gQ/yhEp90nS7LXeThcShEoeJ8H1mBIQ2NzPaBx0GJifp
sSVPQb1rQQ9CkyGFGdD8Wli79eXCUAqDLLOeCWmMjXIdPT2iDdt2AhU/6JOyrbyd
p8upnqSugK4X/SNZtcMf+pKaW9cms4jShAiLUEZRR3qQQsbxJgI=
=7qY8
-----END PGP SIGNATURE-----

Attachment: pgpbptUxh1JVc.pgp
Description: PGP signature


--- End Message ---

Reply via email to