Hello,

The package that was previously uploaded to experimental was unfortunately
broken because of incorrect renaming of the .install.in file.

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 libcapi20-3-3.27/debian/changelog libcapi20-3-3.27/debian/changelog
--- libcapi20-3-3.27/debian/changelog   2018-04-15 12:23:19.000000000 +0000
+++ libcapi20-3-3.27/debian/changelog   2024-02-24 07:21:21.000000000 +0000
@@ -1,3 +1,16 @@
+libcapi20-3 (1:3.27-3.1~exp2) experimental; urgency=medium
+
+  * Fix wrong renaming of .install.in file
+
+ -- Steve Langasek <vor...@debian.org>  Sat, 24 Feb 2024 07:21:21 +0000
+
+libcapi20-3 (1:3.27-3.1~exp1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Wed, 31 Jan 2024 20:12:41 +0000
+
 libcapi20-3 (1:3.27-3) unstable; urgency=medium
 
   * control:
diff -Nru libcapi20-3-3.27/debian/control libcapi20-3-3.27/debian/control
--- libcapi20-3-3.27/debian/control     2018-04-15 12:22:25.000000000 +0000
+++ libcapi20-3-3.27/debian/control     2024-01-31 20:12:41.000000000 +0000
@@ -9,7 +9,10 @@
 Vcs-Browser: https://github.com/leggewie-DM/libcapi20
 Vcs-Git: g...@github.com:leggewie-DM/libcapi20.git
 
-Package: libcapi20-3
+Package: libcapi20-3t64
+Provides: ${t64:Provides}
+Replaces: libcapi20-3
+Breaks: libcapi20-3 (<< ${source:Version})
 Architecture: linux-any
 Section: libs
 Multi-Arch: same
@@ -23,9 +26,9 @@
 Architecture: linux-any
 Section: libdevel
 Multi-Arch: same
-Depends: libcapi20-3 (= ${binary:Version}), ${misc:Depends}
+Depends: libcapi20-3t64 (= ${binary:Version}), ${misc:Depends}
 Breaks: isdnutils-base (<< 1:3.22+dfsg1-4)
-Replaces: libcapi20-3 (<< 1:3.9.20060704+dfsg.3-4),
+Replaces: libcapi20-3t64 (<< 1:3.9.20060704+dfsg.3-4),
  isdnutils-base (<< 1:3.22+dfsg1-4)
 Description: ISDN utilities - CAPI development libraries
  This package provides files needed for development of CAPI-aware software.
diff -Nru libcapi20-3-3.27/debian/libcapi20-3.README.Debian 
libcapi20-3-3.27/debian/libcapi20-3.README.Debian
--- libcapi20-3-3.27/debian/libcapi20-3.README.Debian   2014-04-07 
04:29:08.000000000 +0000
+++ libcapi20-3-3.27/debian/libcapi20-3.README.Debian   1970-01-01 
00:00:00.000000000 +0000
@@ -1,21 +0,0 @@
-The libcapi20-3 package was carved out from the long-established isdnutils
-package for easier maintenance in March 2014.  Feel free to consult isdnutils
-history to learn more about how things evolved prior to that date.
-
-It may become necessary to debug libcapi20. Debian builds the package without
-debug information for performance reasons.  Below patch will compile the
-library with debug information.
-
-diff --git a/capi20/capi20.c b/capi20/capi20.c
-index ab8c1c6..81b5c5c 100644
---- a/capi20/capi20.c
-+++ b/capi20/capi20.c
-@@ -61,7 +61,7 @@ static int tracelevel;
- static char *tracefile;
-
- /** debug level, for debugging purpose */
--static int nDebugLevel = 0;
-+static int nDebugLevel = 0xFFFF;
-
- /**
-  * \brief CapiDebug output functions
diff -Nru libcapi20-3-3.27/debian/libcapi20-3.docs 
libcapi20-3-3.27/debian/libcapi20-3.docs
--- libcapi20-3-3.27/debian/libcapi20-3.docs    2011-11-10 01:35:09.000000000 
+0000
+++ libcapi20-3-3.27/debian/libcapi20-3.docs    1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-README
diff -Nru libcapi20-3-3.27/debian/libcapi20-3.install.in 
libcapi20-3-3.27/debian/libcapi20-3.install.in
--- libcapi20-3-3.27/debian/libcapi20-3.install.in      2014-04-25 
06:50:57.000000000 +0000
+++ libcapi20-3-3.27/debian/libcapi20-3.install.in      1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/@DEB_HOST_MULTIARCH@/libcapi20.so.* usr/lib/@DEB_HOST_MULTIARCH@/
-usr/lib/@DEB_HOST_MULTIARCH@/capi/*.so*     usr/lib/@DEB_HOST_MULTIARCH@/capi/
diff -Nru libcapi20-3-3.27/debian/libcapi20-3.shlibs 
libcapi20-3-3.27/debian/libcapi20-3.shlibs
--- libcapi20-3-3.27/debian/libcapi20-3.shlibs  2014-04-01 03:31:36.000000000 
+0000
+++ libcapi20-3-3.27/debian/libcapi20-3.shlibs  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-libcapi20 3 libcapi20-3
diff -Nru libcapi20-3-3.27/debian/libcapi20-3t64.Debian 
libcapi20-3-3.27/debian/libcapi20-3t64.Debian
--- libcapi20-3-3.27/debian/libcapi20-3t64.Debian       1970-01-01 
00:00:00.000000000 +0000
+++ libcapi20-3-3.27/debian/libcapi20-3t64.Debian       2024-01-31 
20:12:41.000000000 +0000
@@ -0,0 +1,21 @@
+The libcapi20-3 package was carved out from the long-established isdnutils
+package for easier maintenance in March 2014.  Feel free to consult isdnutils
+history to learn more about how things evolved prior to that date.
+
+It may become necessary to debug libcapi20. Debian builds the package without
+debug information for performance reasons.  Below patch will compile the
+library with debug information.
+
+diff --git a/capi20/capi20.c b/capi20/capi20.c
+index ab8c1c6..81b5c5c 100644
+--- a/capi20/capi20.c
++++ b/capi20/capi20.c
+@@ -61,7 +61,7 @@ static int tracelevel;
+ static char *tracefile;
+
+ /** debug level, for debugging purpose */
+-static int nDebugLevel = 0;
++static int nDebugLevel = 0xFFFF;
+
+ /**
+  * \brief CapiDebug output functions
diff -Nru libcapi20-3-3.27/debian/libcapi20-3t64.docs 
libcapi20-3-3.27/debian/libcapi20-3t64.docs
--- libcapi20-3-3.27/debian/libcapi20-3t64.docs 1970-01-01 00:00:00.000000000 
+0000
+++ libcapi20-3-3.27/debian/libcapi20-3t64.docs 2024-01-31 20:12:41.000000000 
+0000
@@ -0,0 +1 @@
+README
diff -Nru libcapi20-3-3.27/debian/libcapi20-3t64.install.in 
libcapi20-3-3.27/debian/libcapi20-3t64.install.in
--- libcapi20-3-3.27/debian/libcapi20-3t64.install.in   1970-01-01 
00:00:00.000000000 +0000
+++ libcapi20-3-3.27/debian/libcapi20-3t64.install.in   2024-01-31 
20:12:41.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/@DEB_HOST_MULTIARCH@/libcapi20.so.* usr/lib/@DEB_HOST_MULTIARCH@/
+usr/lib/@DEB_HOST_MULTIARCH@/capi/*.so*     usr/lib/@DEB_HOST_MULTIARCH@/capi/
diff -Nru libcapi20-3-3.27/debian/libcapi20-3t64.lintian-overrides 
libcapi20-3-3.27/debian/libcapi20-3t64.lintian-overrides
--- libcapi20-3-3.27/debian/libcapi20-3t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ libcapi20-3-3.27/debian/libcapi20-3t64.lintian-overrides    2024-01-31 
20:12:41.000000000 +0000
@@ -0,0 +1 @@
+libcapi20-3t64: package-name-doesnt-match-sonames libcapi20-3
diff -Nru libcapi20-3-3.27/debian/libcapi20-3t64.shlibs 
libcapi20-3-3.27/debian/libcapi20-3t64.shlibs
--- libcapi20-3-3.27/debian/libcapi20-3t64.shlibs       1970-01-01 
00:00:00.000000000 +0000
+++ libcapi20-3-3.27/debian/libcapi20-3t64.shlibs       2024-01-31 
20:12:41.000000000 +0000
@@ -0,0 +1 @@
+libcapi20 3 libcapi20-3t64
diff -Nru libcapi20-3-3.27/debian/rules libcapi20-3-3.27/debian/rules
--- libcapi20-3-3.27/debian/rules       2014-04-07 04:29:08.000000000 +0000
+++ libcapi20-3-3.27/debian/rules       2024-02-24 07:20:36.000000000 +0000
@@ -24,4 +24,4 @@
        dh_link
 
 override_dh_shlibdeps:
-       dh_shlibdeps -L libcapi20-3 -l 
debian/libcapi20-3/usr/lib/$(DEB_HOST_MULTIARCH)
+       dh_shlibdeps -L libcapi20-3t64 -l 
debian/libcapi20-3t64/usr/lib/$(DEB_HOST_MULTIARCH)

Attachment: signature.asc
Description: PGP signature

Reply via email to