[Debian-med-packaging] Bug#1062649: libtecla: NMU diff for 64-bit time_t transition

Steve Langasek vorlon at debian.org
Sat Feb 24 08:10:03 GMT 2024


Hello,

The package that was previously uploaded to experimental was unfortunately
broken because we did not notice that the package uses d-shlibs and
therefore needs additional changes.

Please find a fixed patch attached.
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slangasek at ubuntu.com                                     vorlon at debian.org
-------------- next part --------------
diff -Nru libtecla-1.6.3/debian/changelog libtecla-1.6.3/debian/changelog
--- libtecla-1.6.3/debian/changelog	2021-10-18 07:23:41.000000000 +0000
+++ libtecla-1.6.3/debian/changelog	2024-02-24 08:09:09.000000000 +0000
@@ -1,3 +1,16 @@
+libtecla (1.6.3-3.1~exp2) experimental; urgency=medium
+
+  * Bump d-shlibs build-dependency for --t64 support.
+
+ -- Steve Langasek <vorlon at debian.org>  Sat, 24 Feb 2024 08:09:09 +0000
+
+libtecla (1.6.3-3.1~exp1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org>  Fri, 02 Feb 2024 08:13:30 +0000
+
 libtecla (1.6.3-3) unstable; urgency=medium
 
   * Fix watch file
diff -Nru libtecla-1.6.3/debian/control libtecla-1.6.3/debian/control
--- libtecla-1.6.3/debian/control	2021-10-18 07:23:41.000000000 +0000
+++ libtecla-1.6.3/debian/control	2024-02-24 08:09:06.000000000 +0000
@@ -5,7 +5,7 @@
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
-               d-shlibs
+               d-shlibs (>= 0.106~)
 Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/libtecla
 Vcs-Git: https://salsa.debian.org/med-team/libtecla.git
@@ -15,7 +15,7 @@
 Package: libtecla-dev
 Architecture: any
 Section: libdevel
-Depends: libtecla1 (= ${binary:Version}),
+Depends: libtecla1t64 (= ${binary:Version}),
          ${misc:Depends}
 Multi-Arch: same
 Description: interactive command line editing facilities (development)
@@ -44,7 +44,10 @@
  This package contains the development files and documentation for
  developing applications using the tecla library.
 
-Package: libtecla1
+Package: libtecla1t64
+Provides: ${t64:Provides}
+Replaces: libtecla1
+Conflicts: libtecla1 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
diff -Nru libtecla-1.6.3/debian/libtecla1t64.lintian-overrides libtecla-1.6.3/debian/libtecla1t64.lintian-overrides
--- libtecla-1.6.3/debian/libtecla1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libtecla-1.6.3/debian/libtecla1t64.lintian-overrides	2024-02-02 08:13:30.000000000 +0000
@@ -0,0 +1 @@
+libtecla1t64: package-name-doesnt-match-sonames libtecla1
diff -Nru libtecla-1.6.3/debian/rules libtecla-1.6.3/debian/rules
--- libtecla-1.6.3/debian/rules	2021-10-18 07:23:41.000000000 +0000
+++ libtecla-1.6.3/debian/rules	2024-02-24 08:08:53.000000000 +0000
@@ -11,6 +11,7 @@
 override_dh_install:
 	dh_install
 	d-shlibmove --commit \
+		    --t64 \
 		    --multiarch \
 		    --devunversioned \
 		    --override s/libncurses6-dev/libncurses-dev/ \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-med-packaging/attachments/20240224/d0c8ffae/attachment.sig>


More information about the Debian-med-packaging mailing list