Source: aml
Followup-For: Bug #1061887

Apologies, an oversight in the conversion script caused us to fail to 
update strict versioned dependencies on the previous package name.  
Please find attached a fixed patch.

This has also now been uploaded to experimental.
diff -Nru aml-0.3.0/debian/changelog aml-0.3.0/debian/changelog
--- aml-0.3.0/debian/changelog  2023-07-25 01:12:54.000000000 +0000
+++ aml-0.3.0/debian/changelog  2024-01-31 05:28:14.000000000 +0000
@@ -1,3 +1,11 @@
+aml (0.3.0-1.1~exp2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+  * Fix uninstallable packages from the previous upload.
+
+ -- Steve Langasek <vor...@debian.org>  Wed, 31 Jan 2024 05:28:14 +0000
+
 aml (0.3.0-1) unstable; urgency=medium
 
   * Upload to unstable.
diff -Nru aml-0.3.0/debian/control aml-0.3.0/debian/control
--- aml-0.3.0/debian/control    2023-07-25 01:12:34.000000000 +0000
+++ aml-0.3.0/debian/control    2024-01-31 05:28:12.000000000 +0000
@@ -17,7 +17,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libaml0 (= ${binary:Version}),
+ libaml0t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Andri's Main Loop library (development files)
  Libaml provides an event loop library that aims at portability,
@@ -25,7 +25,10 @@
  .
  This package provides library development files.
 
-Package: libaml0
+Package: libaml0t64
+Provides: ${t64:Provides}
+Replaces: libaml0
+Breaks: libaml0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends:
diff -Nru aml-0.3.0/debian/libaml0.install aml-0.3.0/debian/libaml0.install
--- aml-0.3.0/debian/libaml0.install    2021-09-11 13:29:07.000000000 +0000
+++ aml-0.3.0/debian/libaml0.install    1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libaml.so.0
-usr/lib/*/libaml.so.0.*
diff -Nru aml-0.3.0/debian/libaml0t64.install 
aml-0.3.0/debian/libaml0t64.install
--- aml-0.3.0/debian/libaml0t64.install 1970-01-01 00:00:00.000000000 +0000
+++ aml-0.3.0/debian/libaml0t64.install 2021-09-11 13:29:07.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libaml.so.0
+usr/lib/*/libaml.so.0.*
diff -Nru aml-0.3.0/debian/libaml0t64.lintian-overrides 
aml-0.3.0/debian/libaml0t64.lintian-overrides
--- aml-0.3.0/debian/libaml0t64.lintian-overrides       1970-01-01 
00:00:00.000000000 +0000
+++ aml-0.3.0/debian/libaml0t64.lintian-overrides       2024-01-31 
05:28:12.000000000 +0000
@@ -0,0 +1 @@
+libaml0t64: package-name-doesnt-match-sonames libaml0

Reply via email to