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.  (Most packages using d-shlibs simply
failed to build without additional changes; libbpp-seq-omics built but
produced an empty package.)

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/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru libmems-1.6.0+4725/debian/changelog 
libmems-1.6.0+4725/debian/changelog
--- libmems-1.6.0+4725/debian/changelog 2020-11-17 08:12:35.000000000 +0000
+++ libmems-1.6.0+4725/debian/changelog 2024-02-24 07:52:53.000000000 +0000
@@ -1,3 +1,16 @@
+libmems (1.6.0+4725-9.1~exp2) experimental; urgency=medium
+
+  * Bump d-shlibs build-dependency for --t64 support.
+
+ -- Steve Langasek <vor...@debian.org>  Sat, 24 Feb 2024 07:52:53 +0000
+
+libmems (1.6.0+4725-9.1~exp1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Thu, 01 Feb 2024 09:56:15 +0000
+
 libmems (1.6.0+4725-9) unstable; urgency=medium
 
   * Standards-Version: 4.5.1 (routine-update)
diff -Nru libmems-1.6.0+4725/debian/control libmems-1.6.0+4725/debian/control
--- libmems-1.6.0+4725/debian/control   2020-11-17 08:12:35.000000000 +0000
+++ libmems-1.6.0+4725/debian/control   2024-02-24 07:52:31.000000000 +0000
@@ -4,7 +4,7 @@
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
-               d-shlibs,
+               d-shlibs (>= 0.106~),
                pkg-config,
                libgenome-dev,
                libboost-filesystem-dev,
@@ -20,7 +20,7 @@
 Package: libmems-dev
 Architecture: any
 Section: libdevel
-Depends: libmems1 (= ${binary:Version}),
+Depends: libmems1t64 (= ${binary:Version}),
          ${misc:Depends},
          ${devlibs:Depends}
 Provides: libmems-1.6-dev
@@ -37,16 +37,18 @@
  This is the development package containing the statically linked
  library and the header files.
 
-Package: libmems1
+Package: libmems1t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Conflicts: libmems-1.6-1,
+Conflicts: libmems1 (<< ${source:Version}),
+           libmems-1.6-1,
            libmems-1.6-1v5
-Replaces: libmems-1.6-1,
+Replaces: libmems1, libmems-1.6-1,
           libmems-1.6-1v5
 Description: library to support DNA string matching and comparative genomics
  libMems is a freely available software development library to support DNA
diff -Nru libmems-1.6.0+4725/debian/libmems1t64.lintian-overrides 
libmems-1.6.0+4725/debian/libmems1t64.lintian-overrides
--- libmems-1.6.0+4725/debian/libmems1t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ libmems-1.6.0+4725/debian/libmems1t64.lintian-overrides     2024-02-01 
09:56:15.000000000 +0000
@@ -0,0 +1 @@
+libmems1t64: package-name-doesnt-match-sonames libmems1
diff -Nru libmems-1.6.0+4725/debian/rules libmems-1.6.0+4725/debian/rules
--- libmems-1.6.0+4725/debian/rules     2020-11-17 08:12:35.000000000 +0000
+++ libmems-1.6.0+4725/debian/rules     2024-02-24 07:51:56.000000000 +0000
@@ -8,6 +8,7 @@
 override_dh_install:
        dh_install
        d-shlibmove --commit \
+                   --t64 \
                    --multiarch \
                    --devunversioned \
                    --exclude-la \

Attachment: signature.asc
Description: PGP signature

Reply via email to